Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dhdmi-codec.c278 bool eld_bypass; member
355 if (hcp->eld_bypass) in hdmi_codec_get_ch_alloc_table_idx()
441 ucontrol->value.integer.value[0] = hcp->eld_bypass; in hdmi_codec_eld_bypass_get()
452 if (hcp->eld_bypass == ucontrol->value.integer.value[0]) in hdmi_codec_eld_bypass_put()
455 hcp->eld_bypass = ucontrol->value.integer.value[0]; in hdmi_codec_eld_bypass_put()
480 if (tx && !hcp->eld_bypass && hcp->hcd.ops->get_eld) { in hdmi_codec_startup()
870 if (!hcp->eld_bypass && hcp->hcd.ops->get_eld) { in plugged_cb()