mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
audio: remove HAS_AUDIO
Several targets can have wavcapture/-soundhw support via PCI cards. HAS_AUDIO is a useless limitation, remove it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 1366303444-24620-4-git-send-email-pbonzini@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
36cd6f6f20
commit
ffa48cf5ab
6 changed files with 0 additions and 41 deletions
|
@ -1862,7 +1862,6 @@ static void do_info_capture(Monitor *mon, const QDict *qdict)
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef HAS_AUDIO
|
||||
static void do_stop_capture(Monitor *mon, const QDict *qdict)
|
||||
{
|
||||
int i;
|
||||
|
@ -1903,7 +1902,6 @@ static void do_wav_capture(Monitor *mon, const QDict *qdict)
|
|||
}
|
||||
QLIST_INSERT_HEAD (&capture_head, s, entries);
|
||||
}
|
||||
#endif
|
||||
|
||||
static qemu_acl *find_acl(Monitor *mon, const char *name)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue