Home
last modified time | relevance | path

Searched refs:rpcm (Results 1 – 3 of 3) sorted by relevance

/sound/pci/ac97/
Dac97_pcm.c452 struct ac97_pcm *rpcms, *rpcm; in snd_ac97_pcm_assign() local
482 rpcm = &rpcms[i]; in snd_ac97_pcm_assign()
485 *rpcm = *pcm; in snd_ac97_pcm_assign()
488 rpcm->stream = pcm->stream; in snd_ac97_pcm_assign()
489 rpcm->exclusive = pcm->exclusive; in snd_ac97_pcm_assign()
490 rpcm->spdif = pcm->spdif; in snd_ac97_pcm_assign()
491 rpcm->private_value = pcm->private_value; in snd_ac97_pcm_assign()
492 rpcm->bus = bus; in snd_ac97_pcm_assign()
493 rpcm->rates = ~0; in snd_ac97_pcm_assign()
507 if (rpcm->stream == rpcms[k].stream) in snd_ac97_pcm_assign()
[all …]
/sound/arm/
Dpxa2xx-pcm.c84 struct snd_pcm **rpcm) in pxa2xx_pcm_new() argument
117 if (rpcm) in pxa2xx_pcm_new()
118 *rpcm = pcm; in pxa2xx_pcm_new()
/sound/core/
Dpcm.c760 struct snd_pcm **rpcm) in _snd_pcm_new() argument
772 if (rpcm) in _snd_pcm_new()
773 *rpcm = NULL; in _snd_pcm_new()
797 if (rpcm) in _snd_pcm_new()
798 *rpcm = pcm; in _snd_pcm_new()
819 int playback_count, int capture_count, struct snd_pcm **rpcm) in snd_pcm_new() argument
822 false, rpcm); in snd_pcm_new()
848 struct snd_pcm **rpcm) in snd_pcm_new_internal() argument
851 true, rpcm); in snd_pcm_new_internal()