pcm_dev           579 include/sound/gus.h int snd_gf1_pcm_new(struct snd_gus_card *gus, int pcm_dev, int control_index);
pcm_dev           855 sound/isa/gus/gus_pcm.c int snd_gf1_pcm_new(struct snd_gus_card *gus, int pcm_dev, int control_index)
pcm_dev           867 sound/isa/gus/gus_pcm.c 			  pcm_dev,
pcm_dev           726 sound/pci/hda/hda_controller.c 	int pcm_dev = cpcm->device;
pcm_dev           732 sound/pci/hda/hda_controller.c 		if (apcm->pcm->device == pcm_dev) {
pcm_dev           734 sound/pci/hda/hda_controller.c 				pcm_dev);
pcm_dev           738 sound/pci/hda/hda_controller.c 	err = snd_pcm_new(chip->card, cpcm->name, pcm_dev,
pcm_dev          2618 sound/pci/ice1712/ice1712.c 	int pcm_dev = 0, err;
pcm_dev          2664 sound/pci/ice1712/ice1712.c 	err = snd_ice1712_pcm_profi(ice, pcm_dev++);
pcm_dev          2671 sound/pci/ice1712/ice1712.c 		err = snd_ice1712_pcm(ice, pcm_dev++);
pcm_dev          2699 sound/pci/ice1712/ice1712.c 		err = snd_ice1712_pcm_ds(ice, pcm_dev++);
pcm_dev          2607 sound/pci/ice1712/ice1724.c 	int pcm_dev = 0, err;
pcm_dev          2684 sound/pci/ice1712/ice1724.c 	err = snd_vt1724_pcm_profi(ice, pcm_dev++);
pcm_dev          2690 sound/pci/ice1712/ice1724.c 	err = snd_vt1724_pcm_spdif(ice, pcm_dev++);
pcm_dev          2696 sound/pci/ice1712/ice1724.c 	err = snd_vt1724_pcm_indep(ice, pcm_dev++);
pcm_dev           851 sound/pci/oxygen/oxygen_mixer.c 	unsigned int pcm_dev;
pcm_dev           855 sound/pci/oxygen/oxygen_mixer.c 		.pcm_dev = CAPTURE_0_FROM_I2S_1,
pcm_dev           880 sound/pci/oxygen/oxygen_mixer.c 		.pcm_dev = CAPTURE_0_FROM_I2S_2,
pcm_dev           905 sound/pci/oxygen/oxygen_mixer.c 		.pcm_dev = CAPTURE_2_FROM_I2S_2,
pcm_dev           932 sound/pci/oxygen/oxygen_mixer.c 		.pcm_dev = CAPTURE_3_FROM_I2S_3,
pcm_dev           959 sound/pci/oxygen/oxygen_mixer.c 		.pcm_dev = CAPTURE_1_FROM_SPDIF,
pcm_dev          1107 sound/pci/oxygen/oxygen_mixer.c 		if (!(chip->model.device_config & monitor_controls[i].pcm_dev))
pcm_dev            68 sound/pci/trident/trident.c 	int err, pcm_dev = 0;
pcm_dev           115 sound/pci/trident/trident.c 	if ((err = snd_trident_pcm(trident, pcm_dev++)) < 0) {
pcm_dev           122 sound/pci/trident/trident.c 		if ((err = snd_trident_foldback_pcm(trident, pcm_dev++)) < 0) {
pcm_dev           129 sound/pci/trident/trident.c 		if ((err = snd_trident_spdif_pcm(trident, pcm_dev++)) < 0) {
pcm_dev            38 sound/usb/media.c 	struct device *pcm_dev = &pcm->streams[stream].dev;
pcm_dev            76 sound/usb/media.c 						  MAJOR(pcm_dev->devt),
pcm_dev            77 sound/usb/media.c 						  MINOR(pcm_dev->devt));