Home
last modified time | relevance | path

Searched refs:snd_pcm_chmap (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/sound/usb/
Dstream.c113 struct snd_pcm_chmap *info = snd_kcontrol_chip(kcontrol); in usb_chmap_ctl_info()
142 struct snd_pcm_chmap *info = snd_kcontrol_chip(kcontrol); in usb_chmap_ctl_tlv()
185 struct snd_pcm_chmap *info = snd_kcontrol_chip(kcontrol); in usb_chmap_ctl_get()
206 struct snd_pcm_chmap *chmap; in add_chmap()
/linux-4.1.27/include/sound/
Dac97_codec.h425 struct snd_pcm_chmap;
533 struct snd_pcm_chmap *chmaps[2]; /* channel-maps (optional) */
Dpcm.h1339 struct snd_pcm_chmap { struct
1355 snd_pcm_chmap_substream(struct snd_pcm_chmap *info, unsigned int idx) in snd_pcm_chmap_substream() argument
1378 struct snd_pcm_chmap **info_ret);
/linux-4.1.27/sound/core/
Dpcm_lib.c2465 static bool valid_chmap_channels(const struct snd_pcm_chmap *info, int ch) in valid_chmap_channels()
2475 struct snd_pcm_chmap *info = snd_kcontrol_chip(kcontrol); in pcm_chmap_ctl_info()
2491 struct snd_pcm_chmap *info = snd_kcontrol_chip(kcontrol); in pcm_chmap_ctl_get()
2523 struct snd_pcm_chmap *info = snd_kcontrol_chip(kcontrol); in pcm_chmap_ctl_tlv()
2565 struct snd_pcm_chmap *info = snd_kcontrol_chip(kcontrol); in pcm_chmap_ctl_private_free()
2586 struct snd_pcm_chmap **info_ret) in snd_pcm_add_chmap_ctls()
2588 struct snd_pcm_chmap *info; in snd_pcm_add_chmap_ctls()
/linux-4.1.27/sound/pci/hda/
Dpatch_hdmi.c1897 struct snd_pcm_chmap *info = snd_kcontrol_chip(kcontrol); in hdmi_chmap_ctl_info()
1938 struct snd_pcm_chmap *info = snd_kcontrol_chip(kcontrol); in hdmi_chmap_ctl_tlv()
1987 struct snd_pcm_chmap *info = snd_kcontrol_chip(kcontrol); in hdmi_chmap_ctl_get()
2002 struct snd_pcm_chmap *info = snd_kcontrol_chip(kcontrol); in hdmi_chmap_ctl_put()
2126 struct snd_pcm_chmap *chmap; in generic_hdmi_build_controls()
2842 struct snd_pcm_chmap *chmap; in nvhdmi_7x_8ch_build_controls()
Dhda_codec.c3259 struct snd_pcm_chmap *chmap; in add_std_chmaps()
/linux-4.1.27/sound/pci/
Dvia82xx.c1449 struct snd_pcm_chmap *chmap; in snd_via8233_pcm_new()
1517 struct snd_pcm_chmap *chmap; in snd_via8233a_pcm_new()
Datiixp.c1253 struct snd_pcm_chmap *chmap; in snd_atiixp_pcm_new()
Dintel8x0.c1553 struct snd_pcm_chmap *chmap; in snd_intel8x0_pcm1()
/linux-4.1.27/sound/pci/ac97/
Dac97_patch.c2543 struct snd_pcm_chmap *map = ac97->chmaps[SNDRV_PCM_STREAM_PLAYBACK]; in alc650_swap_surround_put()