Home
last modified time | relevance | path

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

/linux/sound/pci/ac97/
H A Dac97_pcm.c436 struct ac97_pcm *rpcms, *rpcm; in snd_ac97_pcm_assign() local
466 rpcm = &rpcms[i]; in snd_ac97_pcm_assign()
469 *rpcm = *pcm; in snd_ac97_pcm_assign()
472 rpcm->stream = pcm->stream; in snd_ac97_pcm_assign()
473 rpcm->exclusive = pcm->exclusive; in snd_ac97_pcm_assign()
474 rpcm->spdif = pcm->spdif; in snd_ac97_pcm_assign()
475 rpcm->private_value = pcm->private_value; in snd_ac97_pcm_assign()
476 rpcm->bus = bus; in snd_ac97_pcm_assign()
477 rpcm->rates = ~0; in snd_ac97_pcm_assign()
491 if (rpcm->stream == rpcms[k].stream) in snd_ac97_pcm_assign()
[all …]
/linux/sound/core/
H A Dpcm.c697 struct snd_pcm **rpcm) in _snd_pcm_new()
712 if (rpcm) in _snd_pcm_new()
713 *rpcm = NULL; in _snd_pcm_new()
740 if (rpcm) in _snd_pcm_new()
741 *rpcm = pcm; in _snd_pcm_new()
756 * @rpcm: the pointer to store the new pcm instance
766 int playback_count, int capture_count, struct snd_pcm **rpcm)
769 false, rpcm); in snd_pcm_new()
780 * @rpcm: the pointer to store the new pcm instance
795 struct snd_pcm **rpcm) in snd_pcm_new_internal()
699 _snd_pcm_new(struct snd_card * card,const char * id,int device,int playback_count,int capture_count,bool internal,struct snd_pcm ** rpcm) _snd_pcm_new() argument
768 snd_pcm_new(struct snd_card * card,const char * id,int device,int playback_count,int capture_count,struct snd_pcm ** rpcm) snd_pcm_new() argument
797 snd_pcm_new_internal(struct snd_card * card,const char * id,int device,int playback_count,int capture_count,struct snd_pcm ** rpcm) snd_pcm_new_internal() argument
[all...]