Searched refs:keep_resources (Results 1 – 7 of 7) sorted by relevance
/sound/firewire/fireworks/ |
D | fireworks_stream.c | 158 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/ |
D | motu-stream.c | 28 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/ |
D | digi00x-stream.c | 188 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/ |
D | tascam-stream.c | 281 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/ |
D | oxfw-stream.c | 193 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/ |
D | bebob_stream.c | 517 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/ |
D | dice-stream.c | 168 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()
|