]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Jun 2019 06:20:54 +0000 (08:20 +0200)
commitff4a486f335f221c5b617f0ad5581dc8db3b2961
treeecc187a490938a436c27fc31723e545ae35bd394
parent3e5a7e1f1378d9845c8b2a66d729dcd97966e21d
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>
sound/firewire/oxfw/oxfw.c