Skip to content

Commit d8fa87c

Browse files
takaswietiwai
authored andcommitted
ALSA: oxfw: allow PCM capture for Stanton SCS.1m
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: de5126c ("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>
1 parent 0e3fb69 commit d8fa87c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sound/firewire/oxfw/oxfw.c

-3
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ static int detect_quirks(struct snd_oxfw *oxfw)
148148
oxfw->midi_input_ports = 0;
149149
oxfw->midi_output_ports = 0;
150150

151-
/* Output stream exists but no data channels are useful. */
152-
oxfw->has_output = false;
153-
154151
return snd_oxfw_scs1x_add(oxfw);
155152
}
156153

0 commit comments

Comments
 (0)