diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/omap-hdmi-codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/omap-hdmi-codec.c b/sound/soc/codecs/omap-hdmi-codec.c index b1f3c72..cf9edd2 100644 --- a/sound/soc/codecs/omap-hdmi-codec.c +++ b/sound/soc/codecs/omap-hdmi-codec.c @@ -169,7 +169,7 @@ static int hdmi_audio_set_configuration(struct hdmi_codec_data *priv) if (dss_has_feature(FEAT_HDMI_CTS_SWMODE)) { core_cfg->aud_par_busclk = 0; core_cfg->cts_mode = HDMI_AUDIO_CTS_MODE_SW; - core_cfg->use_mclk = cpu_is_omap446x(); + core_cfg->use_mclk = (cpu_is_omap446x() || cpu_is_omap447x()); } else { core_cfg->aud_par_busclk = (((128 * 31) - 1) << 8); core_cfg->cts_mode = HDMI_AUDIO_CTS_MODE_HW; |