Home
last modified time | relevance | path

Searched refs:rpcm (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/ac97/
H A 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 in snd_ac97_pcm_assign()
[all...]
/kernel/linux/linux-6.6/sound/pci/ac97/
H A 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 in snd_ac97_pcm_assign()
[all...]
/kernel/linux/linux-5.10/sound/core/
H A Dpcm.c706 struct snd_pcm **rpcm) in _snd_pcm_new()
721 if (rpcm) in _snd_pcm_new()
722 *rpcm = NULL; in _snd_pcm_new()
749 if (rpcm) in _snd_pcm_new()
750 *rpcm = pcm; in _snd_pcm_new()
765 * @rpcm: the pointer to store the new pcm instance
775 int playback_count, int capture_count, struct snd_pcm **rpcm) in snd_pcm_new()
778 false, rpcm); in snd_pcm_new()
789 * @rpcm: the pointer to store the new pcm instance
804 struct snd_pcm **rpcm) in snd_pcm_new_internal()
704 _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
774 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
802 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...]
/kernel/linux/linux-6.6/sound/core/
H A Dpcm.c711 struct snd_pcm **rpcm) in _snd_pcm_new()
726 if (rpcm) in _snd_pcm_new()
727 *rpcm = NULL; in _snd_pcm_new()
754 if (rpcm) in _snd_pcm_new()
755 *rpcm = pcm; in _snd_pcm_new()
770 * @rpcm: the pointer to store the new pcm instance
780 int playback_count, int capture_count, struct snd_pcm **rpcm) in snd_pcm_new()
783 false, rpcm); in snd_pcm_new()
794 * @rpcm: the pointer to store the new pcm instance
809 struct snd_pcm **rpcm) in snd_pcm_new_internal()
709 _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
779 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
807 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...]
/kernel/linux/linux-5.10/include/sound/
H A Dpcm.h541 struct snd_pcm **rpcm);
544 struct snd_pcm **rpcm);
/kernel/linux/linux-6.6/include/sound/
H A Dpcm.h544 struct snd_pcm **rpcm);
547 struct snd_pcm **rpcm);

Completed in 11 milliseconds