Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29826
b: refs/heads/master
c: bb12b76
h: refs/heads/master
v: v3
  • Loading branch information
Domen Puncer authored and Linus Torvalds committed Jun 25, 2006
1 parent e6db9d8 commit 4761d14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7d469722779c9fe0b415163e8fe837440f9c70dc
refs/heads/master: bb12b76e2d795431fa9fd306eb274c69e5054dc7
5 changes: 3 additions & 2 deletions trunk/sound/oss/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ config SOUND_VRC5477
with the AC97 codec.

config SOUND_AU1550_AC97
tristate "Au1550 AC97 Sound"
depends on SOUND_PRIME && SOC_AU1550
tristate "Au1550/Au1200 AC97 Sound"
select SND_AC97_CODEC
depends on SOUND_PRIME && (SOC_AU1550 || SOC_AU1200)

config SOUND_TRIDENT
tristate "Trident 4DWave DX/NX, SiS 7018 or ALi 5451 PCI Audio Core"
Expand Down
2 changes: 2 additions & 0 deletions trunk/sound/oss/au1550_ac97.c
Original file line number Diff line number Diff line change
Expand Up @@ -1895,6 +1895,8 @@ static /*const */ struct file_operations au1550_audio_fops = {

MODULE_AUTHOR("Advanced Micro Devices (AMD), dan@embeddededge.com");
MODULE_DESCRIPTION("Au1550 AC97 Audio Driver");
MODULE_LICENSE("GPL");


static int __devinit
au1550_probe(void)
Expand Down

0 comments on commit 4761d14

Please sign in to comment.