Home
last modified time | relevance | path

Searched refs:pcm_dev (Results 1 – 8 of 8) sorted by relevance

/sound/soc/codecs/
A Dpcm6240.c1627 pcm_dev->ndev); in pcmdevice_comp_probe()
1630 ret = request_firmware(&fw_entry, pcm_dev->bin_name, pcm_dev->dev); in pcmdevice_comp_probe()
1656 if (!pcm_dev) in pcmdevice_comp_remove()
1904 pcmdevice_select_cfg_blk(pcm_dev, pcm_dev->cur_conf, block_type); in pcmdevice_mute()
2037 if (pcm_dev->irq) in pcmdevice_remove()
2038 free_irq(pcm_dev->irq, pcm_dev); in pcmdevice_remove()
2064 pcm_dev = devm_kzalloc(&i2c->dev, sizeof(*pcm_dev), GFP_KERNEL); in pcmdevice_i2c_probe()
2065 if (!pcm_dev) in pcmdevice_i2c_probe()
2076 strscpy(pcm_dev->dev_name, pcmdevice_i2c_id[pcm_dev->chip_id].name, in pcmdevice_i2c_probe()
2120 if (pcm_dev->chip_id == PCM9211 || pcm_dev->chip_id == PCM1690) in pcmdevice_i2c_probe()
[all …]
/sound/pci/trident/
A Dtrident.c56 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()
/sound/usb/
A Dmedia.c38 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()
/sound/pci/oxygen/
A Doxygen_mixer.c851 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()
/sound/hda/common/
A Dcontroller.c708 int pcm_dev = cpcm->device; in snd_hda_attach_pcm_stream() local
714 if (apcm->pcm->device == pcm_dev) { in snd_hda_attach_pcm_stream()
716 pcm_dev); in snd_hda_attach_pcm_stream()
720 err = snd_pcm_new(chip->card, cpcm->name, pcm_dev, in snd_hda_attach_pcm_stream()
/sound/isa/gus/
A Dgus_pcm.c817 int snd_gf1_pcm_new(struct snd_gus_card *gus, int pcm_dev, int control_index) in snd_gf1_pcm_new() argument
829 pcm_dev, in snd_gf1_pcm_new()
/sound/pci/ice1712/
A Dice1712.c2546 int pcm_dev = 0, err; in snd_ice1712_probe() local
2589 err = snd_ice1712_pcm_profi(ice, pcm_dev++); in snd_ice1712_probe()
2594 err = snd_ice1712_pcm(ice, pcm_dev++); in snd_ice1712_probe()
2614 err = snd_ice1712_pcm_ds(ice, pcm_dev++); in snd_ice1712_probe()
A Dice1724.c2532 int pcm_dev = 0, err; in __snd_vt1724_probe() local
2599 err = snd_vt1724_pcm_profi(ice, pcm_dev++); in __snd_vt1724_probe()
2603 err = snd_vt1724_pcm_spdif(ice, pcm_dev++); in __snd_vt1724_probe()
2607 err = snd_vt1724_pcm_indep(ice, pcm_dev++); in __snd_vt1724_probe()

Completed in 46 milliseconds