summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Sakamoto2019-06-09 12:29:12 +0200
committerGreg Kroah-Hartman2019-06-19 08:17:59 +0200
commit27effeff4533d9aec7bc81bff825a857b113c1fa (patch)
treeed287bae014ed4d293cb0fbd16ee0286216cea37 /sound
parentRevert "ALSA: hda/realtek - Improve the headset mic for Acer Aspire laptops" (diff)
downloadkernel-qcow2-linux-27effeff4533d9aec7bc81bff825a857b113c1fa.tar.gz
kernel-qcow2-linux-27effeff4533d9aec7bc81bff825a857b113c1fa.tar.xz
kernel-qcow2-linux-27effeff4533d9aec7bc81bff825a857b113c1fa.zip
ALSA: oxfw: allow PCM capture for Stanton SCS.1m
commit d8fa87c368f5b4096c4746894fdcc195da285df1 upstream. Stanton SCS.1m can transfer isochronous packet with Multi Bit Linear Audio data channels, therefore it allows software to capture PCM substream. However, ALSA oxfw driver doesn't. This commit changes the driver to add one PCM substream for capture direction. Fixes: de5126cc3c0b ("ALSA: oxfw: add stream format quirk for SCS.1 models") Cc: <stable@vger.kernel.org> # v4.5+ Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/firewire/oxfw/oxfw.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/firewire/oxfw/oxfw.c b/sound/firewire/oxfw/oxfw.c
index 5f82a375725a..4ecaf69569dc 100644
--- a/sound/firewire/oxfw/oxfw.c
+++ b/sound/firewire/oxfw/oxfw.c
@@ -170,9 +170,6 @@ static int detect_quirks(struct snd_oxfw *oxfw)
oxfw->midi_input_ports = 0;
oxfw->midi_output_ports = 0;
- /* Output stream exists but no data channels are useful. */
- oxfw->has_output = false;
-
return snd_oxfw_scs1x_add(oxfw);
}