mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
clk: rockchip: rk3368: set true clk for spdif
the mux_spdif_8ch_p is composed of spdif_8ch_src not spdif_8ch_pre Change-Id: I7dd40e35078b2d012af2c777de763d14e93c3d4e Signed-off-by: Xinhuang Li <buluess.li@rock-chips.com>
This commit is contained in:
@@ -139,7 +139,7 @@ PNAME(mux_i2s_8ch_pre_p) = { "i2s_8ch_src", "i2s_8ch_frac",
|
||||
PNAME(mux_i2s_8ch_clkout_p) = { "i2s_8ch_pre", "xin12m" };
|
||||
PNAME(mux_i2s_2ch_p) = { "i2s_2ch_src", "i2s_2ch_frac",
|
||||
"dummy", "xin12m" };
|
||||
PNAME(mux_spdif_8ch_p) = { "spdif_8ch_pre", "spdif_8ch_frac",
|
||||
PNAME(mux_spdif_8ch_p) = { "spdif_8ch_src", "spdif_8ch_frac",
|
||||
"ext_i2s", "xin12m" };
|
||||
PNAME(mux_edp_24m_p) = { "xin24m", "dummy" };
|
||||
PNAME(mux_vip_out_p) = { "vip_src", "xin24m" };
|
||||
|
||||
Reference in New Issue
Block a user