Searched refs:stop_streams (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/sound/firewire/motu/ |
D | motu-stream.c | 250 goto stop_streams; in snd_motu_stream_start_duplex() 256 goto stop_streams; in snd_motu_stream_start_duplex() 261 goto stop_streams; in snd_motu_stream_start_duplex() 265 goto stop_streams; in snd_motu_stream_start_duplex() 272 goto stop_streams; in snd_motu_stream_start_duplex() 279 goto stop_streams; in snd_motu_stream_start_duplex() 285 stop_streams: in snd_motu_stream_start_duplex()
|
/Linux-v5.10/sound/firewire/dice/ |
D | dice-stream.c | 148 static void stop_streams(struct snd_dice *dice, enum amdtp_stream_direction dir, in stop_streams() function 272 stop_streams(dice, AMDTP_IN_STREAM, tx_params); in finish_session() 273 stop_streams(dice, AMDTP_OUT_STREAM, rx_params); in finish_session() 621 stop_streams(dice, AMDTP_IN_STREAM, &tx_params); in snd_dice_stream_update_duplex() 622 stop_streams(dice, AMDTP_OUT_STREAM, &rx_params); in snd_dice_stream_update_duplex()
|