• J
    ASoC: hdac_hdmi: Register widget event handlers · c9bfb5d7
    Jeeja KP 提交于
    In case of hdmi connect/disconnect or when stream need to be route to
    multiple monitors, corresponding port and audio infoframe needs to be
    reconfigured. Currently all the configuration are done in DAI ops which
    results in silence playback.
    
    So use dapm widget event handlers to program audio infoframe and enable
    /disable port configuration when widget is power on/off.
    Signed-off-by: NJeeja KP <jeeja.kp@intel.com>
    Signed-off-by: NMark Brown <broonie@kernel.org>
    c9bfb5d7
hdac_hdmi.c 44.3 KB