Searched refs:stop_streams (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/firewire/dice/ |
D | dice-stream.c | 158 static void stop_streams(struct snd_dice *dice, enum amdtp_stream_direction dir, in stop_streams() function 332 stop_streams(dice, AMDTP_IN_STREAM, &tx_params); in start_duplex_streams() 333 stop_streams(dice, AMDTP_OUT_STREAM, &rx_params); in start_duplex_streams() 376 stop_streams(dice, AMDTP_IN_STREAM, &tx_params); in start_duplex_streams() 377 stop_streams(dice, AMDTP_OUT_STREAM, &rx_params); in start_duplex_streams() 455 stop_streams(dice, AMDTP_IN_STREAM, &tx_params); in snd_dice_stream_stop_duplex() 456 stop_streams(dice, AMDTP_OUT_STREAM, &rx_params); in snd_dice_stream_stop_duplex() 566 stop_streams(dice, AMDTP_IN_STREAM, &tx_params); in snd_dice_stream_update_duplex() 567 stop_streams(dice, AMDTP_OUT_STREAM, &rx_params); in snd_dice_stream_update_duplex()
|
/Linux-v4.19/sound/firewire/motu/ |
D | motu-stream.c | 256 goto stop_streams; in snd_motu_stream_start_duplex() 263 goto stop_streams; in snd_motu_stream_start_duplex() 270 goto stop_streams; in snd_motu_stream_start_duplex() 281 goto stop_streams; in snd_motu_stream_start_duplex() 287 stop_streams: in snd_motu_stream_start_duplex()
|