Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dhdmi-codec.c203 static const struct hdmi_codec_cea_spk_alloc hdmi_codec_channel_alloc[] = { variable
357 const struct hdmi_codec_cea_spk_alloc *cap = hdmi_codec_channel_alloc; in hdmi_codec_get_ch_alloc_table_idx()
362 for (i = 0; i < ARRAY_SIZE(hdmi_codec_channel_alloc); i++, cap++) { in hdmi_codec_get_ch_alloc_table_idx()
516 hp.cea.channel_allocation = hdmi_codec_channel_alloc[idx].ca_id; in hdmi_codec_hw_params()
517 hcp->chmap_idx = hdmi_codec_channel_alloc[idx].ca_id; in hdmi_codec_hw_params()