Home
last modified time | relevance | path

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

/sound/pci/ac97/
Dac97_pcm.c437 struct ac97_pcm *rpcms, *rpcm; in snd_ac97_pcm_assign() local
467 rpcm = &rpcms[i]; in snd_ac97_pcm_assign()
470 *rpcm = *pcm; in snd_ac97_pcm_assign()
473 rpcm->stream = pcm->stream; in snd_ac97_pcm_assign()
474 rpcm->exclusive = pcm->exclusive; in snd_ac97_pcm_assign()
475 rpcm->spdif = pcm->spdif; in snd_ac97_pcm_assign()
476 rpcm->private_value = pcm->private_value; in snd_ac97_pcm_assign()
477 rpcm->bus = bus; in snd_ac97_pcm_assign()
478 rpcm->rates = ~0; in snd_ac97_pcm_assign()
492 if (rpcm->stream == rpcms[k].stream) in snd_ac97_pcm_assign()
[all …]
/sound/core/
Dpcm.c708 struct snd_pcm **rpcm) in _snd_pcm_new() argument
723 if (rpcm) in _snd_pcm_new()
724 *rpcm = NULL; in _snd_pcm_new()
751 if (rpcm) in _snd_pcm_new()
752 *rpcm = pcm; in _snd_pcm_new()
777 int playback_count, int capture_count, struct snd_pcm **rpcm) in snd_pcm_new() argument
780 false, rpcm); in snd_pcm_new()
806 struct snd_pcm **rpcm) in snd_pcm_new_internal() argument
809 true, rpcm); in snd_pcm_new_internal()