Searched refs:pcm_dev (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/sound/pci/trident/ |
D | trident.c | 56 int err, pcm_dev = 0; in snd_trident_probe() local 101 err = snd_trident_pcm(trident, pcm_dev++); in snd_trident_probe() 107 err = snd_trident_foldback_pcm(trident, pcm_dev++); in snd_trident_probe() 113 err = snd_trident_spdif_pcm(trident, pcm_dev++); in snd_trident_probe()
|
/Linux-v6.1/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-v6.1/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-v6.1/sound/pci/hda/ |
D | hda_controller.c | 702 int pcm_dev = cpcm->device; in snd_hda_attach_pcm_stream() local 708 if (apcm->pcm->device == pcm_dev) { in snd_hda_attach_pcm_stream() 710 pcm_dev); in snd_hda_attach_pcm_stream() 714 err = snd_pcm_new(chip->card, cpcm->name, pcm_dev, in snd_hda_attach_pcm_stream()
|
/Linux-v6.1/include/sound/ |
D | gus.h | 579 int snd_gf1_pcm_new(struct snd_gus_card *gus, int pcm_dev, int control_index);
|
/Linux-v6.1/sound/isa/gus/ |
D | gus_pcm.c | 847 int snd_gf1_pcm_new(struct snd_gus_card *gus, int pcm_dev, int control_index) in snd_gf1_pcm_new() argument 859 pcm_dev, in snd_gf1_pcm_new()
|
/Linux-v6.1/sound/pci/ice1712/ |
D | ice1712.c | 2542 int pcm_dev = 0, err; in snd_ice1712_probe() local 2585 err = snd_ice1712_pcm_profi(ice, pcm_dev++); in snd_ice1712_probe() 2590 err = snd_ice1712_pcm(ice, pcm_dev++); in snd_ice1712_probe() 2610 err = snd_ice1712_pcm_ds(ice, pcm_dev++); in snd_ice1712_probe()
|
D | ice1724.c | 2528 int pcm_dev = 0, err; in __snd_vt1724_probe() local 2595 err = snd_vt1724_pcm_profi(ice, pcm_dev++); in __snd_vt1724_probe() 2599 err = snd_vt1724_pcm_spdif(ice, pcm_dev++); in __snd_vt1724_probe() 2603 err = snd_vt1724_pcm_indep(ice, pcm_dev++); in __snd_vt1724_probe()
|