odroid-common:Matching the mixer control with alsa-util

Change-Id: I276e86be72f8bd00215b540e4c312ba5a4a1706c
This commit is contained in:
Kevin Kim
2019-03-12 20:16:17 +09:00
committed by Luke Go
parent 322402ebcd
commit 1b21fb5ff1
2 changed files with 2 additions and 1 deletions

View File

@@ -508,6 +508,8 @@ static int aml_dai_tdm_prepare(struct snd_pcm_substream *substream,
i2s_to_hdmitx_ctrl(p_tdm->id);
aout_notifier_call_chain(AOUT_EVENT_IEC_60958_PCM,
substream);
} else {
i2s_to_hdmitx_disable();
}
fifo_id = aml_frddr_get_fifo_id(fr);

View File

@@ -779,7 +779,6 @@ void i2s_to_hdmitx_disable(void)
{
audiobus_write(EE_AUDIO_TOHDMITX_CTRL0, 0);
}
void aml_tdm_mute_playback(
struct aml_audio_controller *actrl,
int tdm_index,