Searched refs:pcm_dev (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/sound/pci/trident/
H A Dtrident.c83 int err, pcm_dev = 0; snd_trident_probe() local
130 if ((err = snd_trident_pcm(trident, pcm_dev++)) < 0) { snd_trident_probe()
137 if ((err = snd_trident_foldback_pcm(trident, pcm_dev++)) < 0) { snd_trident_probe()
144 if ((err = snd_trident_spdif_pcm(trident, pcm_dev++)) < 0) { snd_trident_probe()
/linux-4.4.14/sound/pci/oxygen/
H A Doxygen_mixer.c863 unsigned int pcm_dev; member in struct:__anon15433
867 .pcm_dev = CAPTURE_0_FROM_I2S_1,
892 .pcm_dev = CAPTURE_0_FROM_I2S_2,
917 .pcm_dev = CAPTURE_2_FROM_I2S_2,
944 .pcm_dev = CAPTURE_3_FROM_I2S_3,
971 .pcm_dev = CAPTURE_1_FROM_SPDIF,
1119 if (!(chip->model.device_config & monitor_controls[i].pcm_dev)) oxygen_mixer_init()
/linux-4.4.14/sound/pci/hda/
H A Dhda_controller.c531 int pcm_dev = cpcm->device; snd_hda_attach_pcm_stream() local
536 if (apcm->pcm->device == pcm_dev) { snd_hda_attach_pcm_stream()
538 pcm_dev); snd_hda_attach_pcm_stream()
542 err = snd_pcm_new(chip->card, cpcm->name, pcm_dev, snd_hda_attach_pcm_stream()
/linux-4.4.14/sound/pci/ice1712/
H A Dice1724.c2623 int pcm_dev = 0, err; snd_vt1724_probe() local
2700 err = snd_vt1724_pcm_profi(ice, pcm_dev++); snd_vt1724_probe()
2706 err = snd_vt1724_pcm_spdif(ice, pcm_dev++); snd_vt1724_probe()
2712 err = snd_vt1724_pcm_indep(ice, pcm_dev++); snd_vt1724_probe()
H A Dice1712.c2634 int pcm_dev = 0, err; snd_ice1712_probe() local
2680 err = snd_ice1712_pcm_profi(ice, pcm_dev++); snd_ice1712_probe()
2687 err = snd_ice1712_pcm(ice, pcm_dev++); snd_ice1712_probe()
2715 err = snd_ice1712_pcm_ds(ice, pcm_dev++); snd_ice1712_probe()
/linux-4.4.14/sound/isa/gus/
H A Dgus_pcm.c852 int snd_gf1_pcm_new(struct snd_gus_card *gus, int pcm_dev, int control_index) snd_gf1_pcm_new() argument
864 pcm_dev, snd_gf1_pcm_new()
/linux-4.4.14/include/sound/
H A Dgus.h594 int snd_gf1_pcm_new(struct snd_gus_card *gus, int pcm_dev, int control_index);

Completed in 206 milliseconds