Home
last modified time | relevance | path

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

/linux-4.1.27/sound/firewire/fireworks/
Dfireworks_stream.c329 amdtp_stream_update(&efw->rx_stream); in snd_efw_stream_update_duplex()
330 amdtp_stream_update(&efw->tx_stream); in snd_efw_stream_update_duplex()
/linux-4.1.27/sound/firewire/
Damdtp.h176 void amdtp_stream_update(struct amdtp_stream *s);
Damdtp.c955 amdtp_stream_update(s); in amdtp_stream_start()
1015 void amdtp_stream_update(struct amdtp_stream *s) in amdtp_stream_update() function
1020 EXPORT_SYMBOL(amdtp_stream_update);
/linux-4.1.27/sound/firewire/bebob/
Dbebob_stream.c706 amdtp_stream_update(&bebob->rx_stream); in snd_bebob_stream_update_duplex()
707 amdtp_stream_update(&bebob->tx_stream); in snd_bebob_stream_update_duplex()
/linux-4.1.27/sound/firewire/oxfw/
Doxfw-stream.c372 amdtp_stream_update(stream); in snd_oxfw_stream_update_simplex()