Searched refs:pcm_dev (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/sound/pci/trident/ |
D | trident.c | 83 int err, pcm_dev = 0; in snd_trident_probe() local 130 if ((err = snd_trident_pcm(trident, pcm_dev++)) < 0) { in snd_trident_probe() 137 if ((err = snd_trident_foldback_pcm(trident, pcm_dev++)) < 0) { in snd_trident_probe() 144 if ((err = snd_trident_spdif_pcm(trident, pcm_dev++)) < 0) { in snd_trident_probe()
|
/linux-4.1.27/sound/pci/oxygen/ |
D | oxygen_mixer.c | 863 unsigned int pcm_dev; member 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)) in oxygen_mixer_init()
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_controller.c | 937 int pcm_dev = cpcm->device; in azx_attach_pcm_stream() local 942 if (apcm->pcm->device == pcm_dev) { in azx_attach_pcm_stream() 944 pcm_dev); in azx_attach_pcm_stream() 948 err = snd_pcm_new(chip->card, cpcm->name, pcm_dev, in azx_attach_pcm_stream()
|
/linux-4.1.27/include/sound/ |
D | gus.h | 594 int snd_gf1_pcm_new(struct snd_gus_card *gus, int pcm_dev, int control_index);
|
/linux-4.1.27/sound/isa/gus/ |
D | gus_pcm.c | 852 int snd_gf1_pcm_new(struct snd_gus_card *gus, int pcm_dev, int control_index) in snd_gf1_pcm_new() argument 864 pcm_dev, in snd_gf1_pcm_new()
|
/linux-4.1.27/sound/pci/ice1712/ |
D | ice1724.c | 2623 int pcm_dev = 0, err; in snd_vt1724_probe() local 2700 err = snd_vt1724_pcm_profi(ice, pcm_dev++); in snd_vt1724_probe() 2706 err = snd_vt1724_pcm_spdif(ice, pcm_dev++); in snd_vt1724_probe() 2712 err = snd_vt1724_pcm_indep(ice, pcm_dev++); in snd_vt1724_probe()
|
D | ice1712.c | 2634 int pcm_dev = 0, err; in snd_ice1712_probe() local 2680 err = snd_ice1712_pcm_profi(ice, pcm_dev++); in snd_ice1712_probe() 2687 err = snd_ice1712_pcm(ice, pcm_dev++); in snd_ice1712_probe() 2715 err = snd_ice1712_pcm_ds(ice, pcm_dev++); in snd_ice1712_probe()
|