diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-18 18:44:01 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-04-29 12:16:37 -0500 |
commit | 98af93fde2e37b5b0c8cee9036e028fe6df6446c (patch) | |
tree | 0133556119069258d23682f20eeeb4ae6f09245a /default-configs/sound.mak | |
parent | f6547f07d41491d74179e8dd100f7477abdd43b1 (diff) | |
download | qemu-98af93fde2e37b5b0c8cee9036e028fe6df6446c.tar.gz qemu-98af93fde2e37b5b0c8cee9036e028fe6df6446c.tar.bz2 qemu-98af93fde2e37b5b0c8cee9036e028fe6df6446c.zip |
audio: replace audio card configuration with default-configs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1366303444-24620-6-git-send-email-pbonzini@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'default-configs/sound.mak')
-rw-r--r-- | default-configs/sound.mak | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/default-configs/sound.mak b/default-configs/sound.mak new file mode 100644 index 0000000000..ed20388aff --- /dev/null +++ b/default-configs/sound.mak @@ -0,0 +1,7 @@ +CONFIG_SB16=y +CONFIG_AC97=y +CONFIG_HDA=y +CONFIG_ES1370=y +#CONFIG_ADLIB=y +#CONFIG_GUS=y +#CONFIG_CS4231A=y |