]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: bebob: give up updating streams at bus reset handler
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sat, 20 Feb 2016 07:18:59 +0000 (16:18 +0900)
committerTakashi Iwai <tiwai@suse.de>
Sat, 20 Feb 2016 14:45:54 +0000 (15:45 +0100)
commit741482e3b939cf6d341773f709c84ccd5f1c01e7
treeefa6c1a547d090d2a2477a91ef7b28aa848f434b
parent81071ec604ed9af199ecc3b182b00ab1cc8d5a26
ALSA: bebob: give up updating streams at bus reset handler

DM1000/DM1100/DM1500 chipsets transfer packets with discontinue value in
'dbc' field of CIP header. For ALSA bebob driver, this makes its bus-reset
handler meaningless, because the discontinuity is detected quite earlier
than executing the handler.

This commit gives up updating streams at the bus reset handler.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/bebob/bebob.c
sound/firewire/bebob/bebob.h
sound/firewire/bebob/bebob_stream.c