]> git.ipfire.org Git - people/arne_f/kernel.git/commit
ALSA: oxfw: allow PCM capture for Stanton SCS.1m
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 9 Jun 2019 10:29:12 +0000 (19:29 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 11 Jun 2019 09:48:10 +0000 (11:48 +0200)
commitd8fa87c368f5b4096c4746894fdcc195da285df1
treedbba64e1d7298658c6c76863be52dfbba7cd35ec
parent0e3fb6995bfabb23c172e8b883bf5ac57102678e
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: 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>
sound/firewire/oxfw/oxfw.c