Home
last modified time | relevance | path

Searched refs:amdtp_stream_update (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/sound/firewire/fireworks/
Dfireworks_stream.c271 amdtp_stream_update(&efw->rx_stream); in snd_efw_stream_update_duplex()
272 amdtp_stream_update(&efw->tx_stream); in snd_efw_stream_update_duplex()
/Linux-v4.19/sound/firewire/digi00x/
Ddigi00x-stream.c381 amdtp_stream_update(&dg00x->tx_stream); in snd_dg00x_stream_update_duplex()
382 amdtp_stream_update(&dg00x->rx_stream); in snd_dg00x_stream_update_duplex()
/Linux-v4.19/sound/firewire/
Damdtp-stream.h164 void amdtp_stream_update(struct amdtp_stream *s);
Damdtp-stream.c878 amdtp_stream_update(s); in amdtp_stream_start()
978 void amdtp_stream_update(struct amdtp_stream *s) in amdtp_stream_update() function
984 EXPORT_SYMBOL(amdtp_stream_update);
/Linux-v4.19/sound/firewire/oxfw/
Doxfw-stream.c383 amdtp_stream_update(stream); in snd_oxfw_stream_update_simplex()