mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
linux: fix ap232 reboot audio crash [1/1]
PD#SWPL-237412 Problem: ap232 reboot audio crash due all child clock disabled Solution: set spdif cnt +1, set continuous-clock in dai-link@4 Verify: local Change-Id: I41c6d3eedd0e109e6d114fdb44cebba86e5334fe Signed-off-by: Jiacai.Liu <jiacai.liu@amlogic.com> (cherry picked from commit e3a18a2e4fd656836dc360f8fa39c6ca9baa561b)
This commit is contained in:
committed by
gerrit autosubmit
parent
c471f53dbf
commit
79f98647d2
@@ -477,6 +477,7 @@
|
||||
|
||||
aml-audio-card,dai-link@4 {
|
||||
mclk-fs = <128>;
|
||||
continuous-clock;
|
||||
/* suffix-name, sync with android audio hal used for */
|
||||
suffix-name = "alsaPORT-spdif";
|
||||
cpu {
|
||||
|
||||
@@ -479,6 +479,7 @@
|
||||
|
||||
aml-audio-card,dai-link@4 {
|
||||
mclk-fs = <128>;
|
||||
continuous-clock;
|
||||
/* suffix-name, sync with android audio hal used for */
|
||||
suffix-name = "alsaPORT-spdif";
|
||||
cpu {
|
||||
|
||||
@@ -477,6 +477,7 @@
|
||||
|
||||
aml-audio-card,dai-link@4 {
|
||||
mclk-fs = <128>;
|
||||
continuous-clock;
|
||||
/* suffix-name, sync with android audio hal used for */
|
||||
suffix-name = "alsaPORT-spdif";
|
||||
cpu {
|
||||
|
||||
@@ -468,6 +468,7 @@
|
||||
|
||||
aml-audio-card,dai-link@4 {
|
||||
mclk-fs = <128>;
|
||||
continuous-clock;
|
||||
/* suffix-name, sync with android audio hal used for */
|
||||
suffix-name = "alsaPORT-spdif";
|
||||
cpu {
|
||||
|
||||
@@ -468,6 +468,7 @@
|
||||
|
||||
aml-audio-card,dai-link@4 {
|
||||
mclk-fs = <128>;
|
||||
continuous-clock;
|
||||
/* suffix-name, sync with android audio hal used for */
|
||||
suffix-name = "alsaPORT-spdif";
|
||||
cpu {
|
||||
|
||||
Reference in New Issue
Block a user