diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2016-02-20 07:18:59 (GMT) |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-02-20 14:45:54 (GMT) |
commit | 3800e6f944e929ddfcd9320a51e13a67fd1956ff (patch) | |
tree | efa6c1a547d090d2a2477a91ef7b28aa848f434b /sound/firewire/bebob/bebob.h | |
parent | 4fd6c6c7295a50aa9390a3131623456e0c05d8f9 (diff) | |
download | linux-3800e6f944e929ddfcd9320a51e13a67fd1956ff.tar.xz |
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>
Diffstat (limited to 'sound/firewire/bebob/bebob.h')
-rw-r--r-- | sound/firewire/bebob/bebob.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/firewire/bebob/bebob.h b/sound/firewire/bebob/bebob.h index 4fe58e4..b50bb33d 100644 --- a/sound/firewire/bebob/bebob.h +++ b/sound/firewire/bebob/bebob.h @@ -217,7 +217,6 @@ int snd_bebob_stream_discover(struct snd_bebob *bebob); int snd_bebob_stream_init_duplex(struct snd_bebob *bebob); int snd_bebob_stream_start_duplex(struct snd_bebob *bebob, unsigned int rate); void snd_bebob_stream_stop_duplex(struct snd_bebob *bebob); -void snd_bebob_stream_update_duplex(struct snd_bebob *bebob); void snd_bebob_stream_destroy_duplex(struct snd_bebob *bebob); void snd_bebob_stream_lock_changed(struct snd_bebob *bebob); |