Skip to content

Commit f8f0f21

Browse files
gnifkraxel
authored andcommitted
audio/jack: remove invalid set of input support bool
Initial code for JACK did not support audio input and as such this boolean was set to let QEMU know, however JACK ended up including input support making this invalid. Further investigation shows it was invalid to set it in the first instance anyway due to a failure on my part understand properly what this was for when the audodev was initially developed. Signed-off-by: Geoffrey McRae <[email protected]> Message-id: [email protected] Signed-off-by: Gerd Hoffmann <[email protected]>
1 parent 2f33ee0 commit f8f0f21

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

audio/jackaudio.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -607,9 +607,6 @@ static int qjack_thread_creator(jack_native_thread_t *thread,
607607
static void *qjack_init(Audiodev *dev)
608608
{
609609
assert(dev->driver == AUDIODEV_DRIVER_JACK);
610-
611-
dev->u.jack.has_in = false;
612-
613610
return dev;
614611
}
615612

0 commit comments

Comments
 (0)