Searched refs:destroy_stream (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/sound/firewire/fireworks/ |
D | fireworks_stream.c | 110 destroy_stream(struct snd_efw *efw, struct amdtp_stream *stream) in destroy_stream() function 195 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex() 202 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex() 203 destroy_stream(efw, &efw->rx_stream); in snd_efw_stream_init_duplex() 338 destroy_stream(efw, &efw->rx_stream); in snd_efw_stream_destroy_duplex() 339 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_destroy_duplex()
|
/linux-4.4.14/sound/firewire/dice/ |
D | dice-stream.c | 322 static void destroy_stream(struct snd_dice *dice, struct amdtp_stream *stream) in destroy_stream() function 347 destroy_stream(dice, &dice->tx_stream); in snd_dice_stream_init_duplex() 356 destroy_stream(dice, &dice->tx_stream); in snd_dice_stream_destroy_duplex() 357 destroy_stream(dice, &dice->rx_stream); in snd_dice_stream_destroy_duplex()
|