Searched refs:pcm_dev (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/sound/pci/trident/ |
D | trident.c | 68 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/ |
D | media.c | 38 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/ |
D | oxygen_mixer.c | 851 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/ |
D | hda_controller.c | 720 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/ |
D | gus.h | 579 int snd_gf1_pcm_new(struct snd_gus_card *gus, int pcm_dev, int control_index);
|
/Linux-v5.10/sound/isa/gus/ |
D | gus_pcm.c | 843 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/ |
D | ice1724.c | 2595 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()
|
D | ice1712.c | 2590 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()
|