mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
audio: add stream mute and continuous clk [1/1]
PD#SWPL-2952 Problem: Pop noise could be heard when switching between sources. Solution: 1. Add stream digital mute functions. 2. continuous clock to eliminate the clk reset issue. Verify: Local verified. Change-Id: I372f4c03aaf875d75aa903c9c2dfda00619af000 Signed-off-by: Shuai Li <shuai.li@amlogic.com> Conflicts: sound/soc/amlogic/auge/tdm_hw.c sound/soc/amlogic/auge/tdm_hw.h
This commit is contained in:
@@ -698,6 +698,7 @@ 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