Lines Matching refs:hchmap
632 static void hdmi_cea_alloc_to_tlv_chmap(struct hdac_chmap *hchmap,
760 struct hdac_chmap *hchmap = info->private_data;
770 if (!hchmap->ops.is_pcm_attached(hchmap->hdac, pcm_idx))
791 hchmap->ops.get_chmap(hchmap->hdac, pcm_idx, per_pin_chmap);
797 if (hchmap->ops.chmap_validate) {
798 err = hchmap->ops.chmap_validate(hchmap, ca,
804 hchmap->ops.set_chmap(hchmap->hdac, pcm_idx, chmap, prepared);
827 struct hdac_chmap *hchmap)
839 chmap->private_data = hchmap;