Home
last modified time | relevance | path

Searched refs:hchmap (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/hda/
H A Dhdmi_chmap.c757 static int chmap_value_check(struct hdac_chmap *hchmap, in chmap_value_check() argument
762 for (i = 0; i < hchmap->channels_max; i++) { in chmap_value_check()
774 struct hdac_chmap *hchmap = info->private_data; in hdmi_chmap_ctl_put() local
781 err = chmap_value_check(hchmap, ucontrol); in hdmi_chmap_ctl_put()
788 if (!hchmap->ops.is_pcm_attached(hchmap->hdac, pcm_idx)) in hdmi_chmap_ctl_put()
809 hchmap->ops.get_chmap(hchmap->hdac, pcm_idx, per_pin_chmap); in hdmi_chmap_ctl_put()
815 if (hchmap->ops.chmap_validate) { in hdmi_chmap_ctl_put()
816 err = hchmap->ops.chmap_validate(hchmap, ca, in hdmi_chmap_ctl_put()
822 hchmap->ops.set_chmap(hchmap->hdac, pcm_idx, chmap, prepared); in hdmi_chmap_ctl_put()
845 struct hdac_chmap *hchmap) in snd_hdac_add_chmap_ctls() argument
[all …]
/openbmc/linux/include/sound/
H A Dhda_chmap.h32 void (*cea_alloc_to_tlv_chmap)(struct hdac_chmap *hchmap,
37 int (*chmap_validate)(struct hdac_chmap *hchmap, int ca,
/openbmc/linux/sound/pci/hda/
H A Dpatch_hdmi.c4314 static void atihdmi_paired_cea_alloc_to_tlv_chmap(struct hdac_chmap *hchmap, in atihdmi_paired_cea_alloc_to_tlv_chmap() argument