Searched refs:pcm_dev (Results 1 – 9 of 9) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | pcm6240.c | 541 static int pcmdev_dev_read(struct pcmdevice_priv *pcm_dev, in pcmdev_dev_read() argument 544 struct regmap *map = pcm_dev->regmap; in pcmdev_dev_read() 547 if (dev_no >= pcm_dev->ndev) { in pcmdev_dev_read() 548 dev_err(pcm_dev->dev, "%s: no such channel(%d)\n", __func__, in pcmdev_dev_read() 553 ret = pcmdev_change_dev(pcm_dev, dev_no); in pcmdev_dev_read() 555 dev_err(pcm_dev->dev, "%s: chg dev err = %d\n", __func__, ret); in pcmdev_dev_read() 561 dev_err(pcm_dev->dev, "%s: err = %d\n", __func__, ret); in pcmdev_dev_read() 566 static int pcmdev_dev_update_bits(struct pcmdevice_priv *pcm_dev, in pcmdev_dev_update_bits() argument 570 struct regmap *map = pcm_dev->regmap; in pcmdev_dev_update_bits() 573 if (dev_no >= pcm_dev->ndev) { in pcmdev_dev_update_bits() [all …]
|
| /linux/sound/pci/trident/ |
| H A D | trident.c | 56 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/sound/usb/ |
| H A D | media.c | 38 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/sound/pci/oxygen/ |
| H A D | oxygen_mixer.c | 829 unsigned int pcm_dev; member 833 .pcm_dev = CAPTURE_0_FROM_I2S_1, 858 .pcm_dev = CAPTURE_0_FROM_I2S_2, 883 .pcm_dev = CAPTURE_2_FROM_I2S_2, 910 .pcm_dev = CAPTURE_3_FROM_I2S_3, 937 .pcm_dev = CAPTURE_1_FROM_SPDIF, 1085 if (!(chip->model.device_config & monitor_controls[i].pcm_dev)) in oxygen_mixer_init()
|
| /linux/sound/hda/common/ |
| H A D | controller.c | 699 int pcm_dev = cpcm->device; in snd_hda_attach_pcm_stream() local 705 if (apcm->pcm->device == pcm_dev) { in snd_hda_attach_pcm_stream() 707 pcm_dev); in snd_hda_attach_pcm_stream() 711 err = snd_pcm_new(chip->card, cpcm->name, pcm_dev, in snd_hda_attach_pcm_stream()
|
| /linux/include/sound/ |
| H A D | gus.h | 562 int snd_gf1_pcm_new(struct snd_gus_card *gus, int pcm_dev, int control_index);
|
| /linux/sound/isa/gus/ |
| H A D | gus_pcm.c | 804 int snd_gf1_pcm_new(struct snd_gus_card *gus, int pcm_dev, int control_index) in snd_gf1_pcm_new() argument 816 pcm_dev, in snd_gf1_pcm_new()
|
| /linux/sound/pci/ice1712/ |
| H A D | ice1712.c | 2520 int pcm_dev = 0, err; in snd_ice1712_probe() local 2563 err = snd_ice1712_pcm_profi(ice, pcm_dev++); in snd_ice1712_probe() 2568 err = snd_ice1712_pcm(ice, pcm_dev++); in snd_ice1712_probe() 2588 err = snd_ice1712_pcm_ds(ice, pcm_dev++); in snd_ice1712_probe()
|
| H A D | ice1724.c | 2518 int pcm_dev = 0, err; in __snd_vt1724_probe() local 2585 err = snd_vt1724_pcm_profi(ice, pcm_dev++); in __snd_vt1724_probe() 2589 err = snd_vt1724_pcm_spdif(ice, pcm_dev++); in __snd_vt1724_probe() 2593 err = snd_vt1724_pcm_indep(ice, pcm_dev++); in __snd_vt1724_probe()
|