Home
last modified time | relevance | path

Searched refs:pcm_dev (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/sound/pci/trident/
Dtrident.c68 int err, pcm_dev = 0; in snd_trident_probe() local
115 if ((err = snd_trident_pcm(trident, pcm_dev++)) < 0) { in snd_trident_probe()
122 if ((err = snd_trident_foldback_pcm(trident, pcm_dev++)) < 0) { in snd_trident_probe()
129 if ((err = snd_trident_spdif_pcm(trident, pcm_dev++)) < 0) { in snd_trident_probe()
/Linux-v5.10/sound/usb/
Dmedia.c38 struct device *pcm_dev = &pcm->streams[stream].dev; in snd_media_stream_init() local
76 MAJOR(pcm_dev->devt), in snd_media_stream_init()
77 MINOR(pcm_dev->devt)); in snd_media_stream_init()
/Linux-v5.10/sound/pci/oxygen/
Doxygen_mixer.c851 unsigned int pcm_dev; member
855 .pcm_dev = CAPTURE_0_FROM_I2S_1,
880 .pcm_dev = CAPTURE_0_FROM_I2S_2,
905 .pcm_dev = CAPTURE_2_FROM_I2S_2,
932 .pcm_dev = CAPTURE_3_FROM_I2S_3,
959 .pcm_dev = CAPTURE_1_FROM_SPDIF,
1107 if (!(chip->model.device_config & monitor_controls[i].pcm_dev)) in oxygen_mixer_init()
/Linux-v5.10/sound/pci/hda/
Dhda_controller.c720 int pcm_dev = cpcm->device; in snd_hda_attach_pcm_stream() local
726 if (apcm->pcm->device == pcm_dev) { in snd_hda_attach_pcm_stream()
728 pcm_dev); in snd_hda_attach_pcm_stream()
732 err = snd_pcm_new(chip->card, cpcm->name, pcm_dev, in snd_hda_attach_pcm_stream()
/Linux-v5.10/include/sound/
Dgus.h579 int snd_gf1_pcm_new(struct snd_gus_card *gus, int pcm_dev, int control_index);
/Linux-v5.10/sound/isa/gus/
Dgus_pcm.c843 int snd_gf1_pcm_new(struct snd_gus_card *gus, int pcm_dev, int control_index) in snd_gf1_pcm_new() argument
855 pcm_dev, in snd_gf1_pcm_new()
/Linux-v5.10/sound/pci/ice1712/
Dice1724.c2595 int pcm_dev = 0, err; in snd_vt1724_probe() local
2672 err = snd_vt1724_pcm_profi(ice, pcm_dev++); in snd_vt1724_probe()
2678 err = snd_vt1724_pcm_spdif(ice, pcm_dev++); in snd_vt1724_probe()
2684 err = snd_vt1724_pcm_indep(ice, pcm_dev++); in snd_vt1724_probe()
Dice1712.c2590 int pcm_dev = 0, err; in snd_ice1712_probe() local
2636 err = snd_ice1712_pcm_profi(ice, pcm_dev++); in snd_ice1712_probe()
2643 err = snd_ice1712_pcm(ice, pcm_dev++); in snd_ice1712_probe()
2671 err = snd_ice1712_pcm_ds(ice, pcm_dev++); in snd_ice1712_probe()