mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
odroid-common:Matching the mixer control with alsa-util
Change-Id: I276e86be72f8bd00215b540e4c312ba5a4a1706c
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user