mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
audio: dts: config tdmb/spdif continuous clk to fix spdif no clk issue [1/1]
PD#SWPL-2491 Problem: HDMI output no sound when system boot up Solution: When system bootup,there is no sound,Checked the issue, pcm_write always fail, cat /d/aml_clkmsr/clkmsr ,[120][ 6000000]audio_spdifout_mst_clk. the spdif has no clock.Seems after enable same source, the spdifa clock is not configured correctly. now configure that to continous clock. TBD, need check the root cause in alsa kernel code. Verify: verify by galilei, reboot 20 times. Change-Id: I0c50c71d2436894d63b83d4040a77a8a9aa6977c Signed-off-by: Jian Xu <jian.xu@amlogic.com>
This commit is contained in:
@@ -507,7 +507,7 @@
|
||||
aml-audio-card,dai-link@1 {
|
||||
format = "i2s";
|
||||
mclk-fs = <256>;
|
||||
//continuous-clock;
|
||||
continuous-clock;
|
||||
//bitclock-inversion;
|
||||
//frame-inversion;
|
||||
bitclock-master = <&aml_tdmb>;
|
||||
@@ -573,6 +573,7 @@
|
||||
|
||||
aml-audio-card,dai-link@4 {
|
||||
mclk-fs = <128>;
|
||||
continuous-clock;
|
||||
/* suffix-name, sync with android audio hal
|
||||
* what's the dai link used for
|
||||
*/
|
||||
|
||||
@@ -604,7 +604,7 @@
|
||||
aml-audio-card,dai-link@1 {
|
||||
format = "i2s";
|
||||
mclk-fs = <256>;
|
||||
//continuous-clock;
|
||||
continuous-clock;
|
||||
//bitclock-inversion;
|
||||
//frame-inversion;
|
||||
bitclock-master = <&aml_tdmb>;
|
||||
@@ -670,6 +670,7 @@
|
||||
|
||||
aml-audio-card,dai-link@4 {
|
||||
mclk-fs = <128>;
|
||||
continuous-clock;
|
||||
/* suffix-name, sync with android audio hal
|
||||
* what's the dai link used for
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user