diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-18 18:43:59 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-04-29 12:16:36 -0500 |
commit | ffa48cf5ab719e1e181e51b87bc0f5d397b791fa (patch) | |
tree | 5672b356dd914857ef70583950693c5620311e3d /hmp-commands.hx | |
parent | 36cd6f6f20724d49aac1910e310f81a43e0cb657 (diff) |
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>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r-- | hmp-commands.hx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx index df44906ef9..9cea4151b9 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -736,7 +736,6 @@ info mice @end example ETEXI -#ifdef HAS_AUDIO { .name = "wavcapture", .args_type = "path:F,freq:i?,bits:i?,nchannels:i?", @@ -744,7 +743,6 @@ ETEXI .help = "capture audio to a wave file (default frequency=44100 bits=16 channels=2)", .mhandler.cmd = do_wav_capture, }, -#endif STEXI @item wavcapture @var{filename} [@var{frequency} [@var{bits} [@var{channels}]]] @findex wavcapture @@ -759,7 +757,6 @@ Defaults: @end itemize ETEXI -#ifdef HAS_AUDIO { .name = "stopcapture", .args_type = "n:i", @@ -767,7 +764,6 @@ ETEXI .help = "stop capture", .mhandler.cmd = do_stop_capture, }, -#endif STEXI @item stopcapture @var{index} @findex stopcapture |