Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/pci/ac97/
A Dac97_pcm.c467 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()
475 rpcm->spdif = pcm->spdif; in snd_ac97_pcm_assign()
477 rpcm->bus = bus; in snd_ac97_pcm_assign()
478 rpcm->rates = ~0; in snd_ac97_pcm_assign()
511 rpcm->r[0].slots |= tmp; in snd_ac97_pcm_assign()
512 rpcm->rates &= rates; in snd_ac97_pcm_assign()
521 rpcm->r[1].slots = tmp; in snd_ac97_pcm_assign()
531 rpcm->rates |= rates; in snd_ac97_pcm_assign()
[all …]
/linux-6.3-rc2/sound/core/
A Dpcm.c707 struct snd_pcm **rpcm) in _snd_pcm_new() argument
722 if (rpcm) in _snd_pcm_new()
723 *rpcm = NULL; in _snd_pcm_new()
750 if (rpcm) in _snd_pcm_new()
751 *rpcm = pcm; in _snd_pcm_new()
776 int playback_count, int capture_count, struct snd_pcm **rpcm) in snd_pcm_new() argument
779 false, rpcm); in snd_pcm_new()
805 struct snd_pcm **rpcm) in snd_pcm_new_internal() argument
808 true, rpcm); in snd_pcm_new_internal()
/linux-6.3-rc2/include/sound/
A Dpcm.h546 struct snd_pcm **rpcm);
549 struct snd_pcm **rpcm);

Completed in 15 milliseconds