Searched refs:destroy_stream (Results 1 – 4 of 4) sorted by relevance
/sound/firewire/fireworks/ |
D | fireworks_stream.c | 110 destroy_stream(struct snd_efw *efw, struct amdtp_stream *stream) in destroy_stream() function 178 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex() 185 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex() 186 destroy_stream(efw, &efw->rx_stream); in snd_efw_stream_init_duplex() 278 destroy_stream(efw, &efw->rx_stream); in snd_efw_stream_destroy_duplex() 279 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_destroy_duplex()
|
/sound/firewire/fireface/ |
D | ff-stream.c | 107 static void destroy_stream(struct snd_ff *ff, enum amdtp_stream_direction dir) in destroy_stream() function 128 destroy_stream(ff, AMDTP_OUT_STREAM); in snd_ff_stream_init_duplex() 139 destroy_stream(ff, AMDTP_IN_STREAM); in snd_ff_stream_destroy_duplex() 140 destroy_stream(ff, AMDTP_OUT_STREAM); in snd_ff_stream_destroy_duplex()
|
/sound/firewire/dice/ |
D | dice-stream.c | 411 static void destroy_stream(struct snd_dice *dice, in destroy_stream() function 438 destroy_stream(dice, AMDTP_IN_STREAM, i); in snd_dice_stream_init_duplex() 447 destroy_stream(dice, AMDTP_OUT_STREAM, i); in snd_dice_stream_init_duplex() 449 destroy_stream(dice, AMDTP_IN_STREAM, i); in snd_dice_stream_init_duplex() 462 destroy_stream(dice, AMDTP_IN_STREAM, i); in snd_dice_stream_destroy_duplex() 463 destroy_stream(dice, AMDTP_OUT_STREAM, i); in snd_dice_stream_destroy_duplex()
|
/sound/firewire/motu/ |
D | motu-stream.c | 333 static void destroy_stream(struct snd_motu *motu, in destroy_stream() function 361 destroy_stream(motu, AMDTP_IN_STREAM); in snd_motu_stream_init_duplex() 372 destroy_stream(motu, AMDTP_IN_STREAM); in snd_motu_stream_destroy_duplex() 373 destroy_stream(motu, AMDTP_OUT_STREAM); in snd_motu_stream_destroy_duplex()
|