Home
last modified time | relevance | path

Searched refs:keep_resources (Results 1 – 7 of 7) sorted by relevance

/sound/firewire/fireworks/
Dfireworks_stream.c158 static int keep_resources(struct snd_efw *efw, struct amdtp_stream *stream, in keep_resources() function
224 err = keep_resources(efw, &efw->tx_stream, rate, mode); in snd_efw_stream_reserve_duplex()
228 err = keep_resources(efw, &efw->rx_stream, rate, mode); in snd_efw_stream_reserve_duplex()
/sound/firewire/motu/
Dmotu-stream.c28 static int keep_resources(struct snd_motu *motu, unsigned int rate, in keep_resources() function
167 err = keep_resources(motu, rate, &motu->tx_stream); in snd_motu_stream_reserve_duplex()
171 err = keep_resources(motu, rate, &motu->rx_stream); in snd_motu_stream_reserve_duplex()
/sound/firewire/digi00x/
Ddigi00x-stream.c188 static int keep_resources(struct snd_dg00x *dg00x, struct amdtp_stream *stream, in keep_resources() function
313 err = keep_resources(dg00x, &dg00x->rx_stream, rate); in snd_dg00x_stream_reserve_duplex()
317 err = keep_resources(dg00x, &dg00x->tx_stream, rate); in snd_dg00x_stream_reserve_duplex()
/sound/firewire/tascam/
Dtascam-stream.c281 static int keep_resources(struct snd_tscm *tscm, unsigned int rate, in keep_resources() function
409 err = keep_resources(tscm, rate, &tscm->tx_stream); in snd_tscm_stream_reserve_duplex()
413 err = keep_resources(tscm, rate, &tscm->rx_stream); in snd_tscm_stream_reserve_duplex()
/sound/firewire/oxfw/
Doxfw-stream.c193 static int keep_resources(struct snd_oxfw *oxfw, struct amdtp_stream *stream) in keep_resources() function
299 err = keep_resources(oxfw, &oxfw->rx_stream); in snd_oxfw_stream_reserve_duplex()
304 err = keep_resources(oxfw, &oxfw->tx_stream); in snd_oxfw_stream_reserve_duplex()
/sound/firewire/bebob/
Dbebob_stream.c517 static int keep_resources(struct snd_bebob *bebob, struct amdtp_stream *stream, in keep_resources() function
588 err = keep_resources(bebob, &bebob->tx_stream, rate, index); in snd_bebob_stream_reserve_duplex()
592 err = keep_resources(bebob, &bebob->rx_stream, rate, index); in snd_bebob_stream_reserve_duplex()
/sound/firewire/dice/
Ddice-stream.c168 static int keep_resources(struct snd_dice *dice, struct amdtp_stream *stream, in keep_resources() function
260 err = keep_resources(dice, stream, resources, rate, pcm_chs, in keep_dual_resources()