diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2013-05-01 16:14:34 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-05-03 12:04:49 -0500 |
commit | 8f3b664f6cc4153cc73941c941d54c4e499b7537 (patch) | |
tree | 074a9e4d64c2022d79fd30e84ea2a0903795e2ec /default-configs | |
parent | fba90ac1d614c333c6a15c39cac555a12a04cee1 (diff) |
audio: Enable all cards
...or they will bitrot to death.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Message-id: 5181234A.6060504@web.de
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'default-configs')
-rw-r--r-- | default-configs/sound.mak | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/default-configs/sound.mak b/default-configs/sound.mak index ff69c4d54..4f22c34b5 100644 --- a/default-configs/sound.mak +++ b/default-configs/sound.mak @@ -1,4 +1,4 @@ CONFIG_SB16=y -#CONFIG_ADLIB=y -#CONFIG_GUS=y -#CONFIG_CS4231A=y +CONFIG_ADLIB=y +CONFIG_GUS=y +CONFIG_CS4231A=y |