diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-18 18:43:58 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-04-29 12:16:36 -0500 |
commit | 36cd6f6f20724d49aac1910e310f81a43e0cb657 (patch) | |
tree | 2e6e7d689d79dfb2da14684e1415cd3003cb89ec /hw/usb/dev-audio.c | |
parent | 8c444a1978fd9956c9712572d9ad0b83bbbc0a63 (diff) | |
download | qemu-36cd6f6f20724d49aac1910e310f81a43e0cb657.zip |
audio: remove the need for audio card CONFIG_* symbols
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1366303444-24620-3-git-send-email-pbonzini@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/usb/dev-audio.c')
-rw-r--r-- | hw/usb/dev-audio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/usb/dev-audio.c b/hw/usb/dev-audio.c index 44fc43f4c4..04933a985a 100644 --- a/hw/usb/dev-audio.c +++ b/hw/usb/dev-audio.c @@ -33,7 +33,6 @@ #include "hw/usb.h" #include "hw/usb/desc.h" #include "hw/hw.h" -#include "hw/audio/audio.h" #include "audio/audio.h" #define USBAUDIO_VENDOR_NUM 0x46f4 /* CRC16() of "QEMU" */ |