Home
last modified time | relevance | path

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

/linux-5.19.10/sound/hda/
Dhdmi_chmap.c632 static void hdmi_cea_alloc_to_tlv_chmap(struct hdac_chmap *hchmap, in hdmi_cea_alloc_to_tlv_chmap() argument
760 struct hdac_chmap *hchmap = info->private_data; in hdmi_chmap_ctl_put() local
770 if (!hchmap->ops.is_pcm_attached(hchmap->hdac, pcm_idx)) in hdmi_chmap_ctl_put()
791 hchmap->ops.get_chmap(hchmap->hdac, pcm_idx, per_pin_chmap); in hdmi_chmap_ctl_put()
797 if (hchmap->ops.chmap_validate) { in hdmi_chmap_ctl_put()
798 err = hchmap->ops.chmap_validate(hchmap, ca, in hdmi_chmap_ctl_put()
804 hchmap->ops.set_chmap(hchmap->hdac, pcm_idx, chmap, prepared); in hdmi_chmap_ctl_put()
827 struct hdac_chmap *hchmap) in snd_hdac_add_chmap_ctls() argument
839 chmap->private_data = hchmap; in snd_hdac_add_chmap_ctls()
/linux-5.19.10/include/sound/
Dhda_chmap.h32 void (*cea_alloc_to_tlv_chmap)(struct hdac_chmap *hchmap,
37 int (*chmap_validate)(struct hdac_chmap *hchmap, int ca,
/linux-5.19.10/sound/pci/hda/
Dpatch_hdmi.c4254 static void atihdmi_paired_cea_alloc_to_tlv_chmap(struct hdac_chmap *hchmap, in atihdmi_paired_cea_alloc_to_tlv_chmap() argument