Searched refs:destroy_stream (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks_stream.c | 108 destroy_stream(struct snd_efw *efw, struct amdtp_stream *stream) in destroy_stream() function 193 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex() 200 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex() 201 destroy_stream(efw, &efw->rx_stream); in snd_efw_stream_init_duplex() 336 destroy_stream(efw, &efw->rx_stream); in snd_efw_stream_destroy_duplex() 337 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_destroy_duplex()
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-stream.c | 318 static void destroy_stream(struct snd_dice *dice, struct amdtp_stream *stream) in destroy_stream() function 343 destroy_stream(dice, &dice->tx_stream); in snd_dice_stream_init_duplex() 352 destroy_stream(dice, &dice->tx_stream); in snd_dice_stream_destroy_duplex() 353 destroy_stream(dice, &dice->rx_stream); in snd_dice_stream_destroy_duplex()
|