Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H 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()
1657 if (!pcm_dev) in pcmdevice_comp_remove()
1905 pcmdevice_select_cfg_blk(pcm_dev, pcm_dev->cur_conf, block_type); in pcmdevice_mute()
2038 if (pcm_dev->irq) in pcmdevice_remove()
2039 free_irq(pcm_dev->irq, pcm_dev); in pcmdevice_remove()
2065 pcm_dev = devm_kzalloc(&i2c->dev, sizeof(*pcm_dev), GFP_KERNEL); in pcmdevice_i2c_probe()
2066 if (!pcm_dev) in pcmdevice_i2c_probe()
2077 strscpy(pcm_dev->dev_name, pcmdevice_i2c_id[pcm_dev->chip_id].name, in pcmdevice_i2c_probe()
2121 if (pcm_dev->chip_id == PCM9211 || pcm_dev->chip_id == PCM1690) in pcmdevice_i2c_probe()
[all …]
/linux-6.15/sound/pci/trident/
H 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()
/linux-6.15/sound/usb/
H 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()
/linux-6.15/sound/pci/oxygen/
H 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()
/linux-6.15/sound/pci/hda/
H A Dhda_controller.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()
/linux-6.15/include/sound/
H A Dgus.h579 int snd_gf1_pcm_new(struct snd_gus_card *gus, int pcm_dev, int control_index);
/linux-6.15/sound/isa/gus/
H 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()
/linux-6.15/sound/pci/ice1712/
H 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()
H 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()