Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package/sxx/rt5350-pcm/src/rt5350-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ static int rt5350_pcm_dai_probe(struct snd_soc_dai *dai)

///////////// pcm general config
cfg = rt5350_pcm_read(pcm, PCM_FSYNC_CFG);
//cfg &= ~PCM_PCM_CFG_LONG_FSYNC; //short sync mode
cfg |= PCM_PCM_CFG_LONG_FSYNC; //long sync mode
cfg &= ~PCM_PCM_CFG_LONG_FSYNC; //short sync mode
//cfg |= PCM_PCM_CFG_LONG_FSYNC; //long sync mode
cfg |= PCM_PCM_CFG_FSYNC_POL; // sync high active

//slot mode, pcm clock = 256KHz
Expand Down
6 changes: 5 additions & 1 deletion target/linux/ramips/dts/SXX.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
model = "SXX";

chosen {
bootargs = "console=ttyS0,115200";
bootargs = "console=ttyS1,115200";
};

palmbus@10000000 {
Expand Down Expand Up @@ -59,6 +59,10 @@
gdma@2800 {
status = "okay";
};

uart@500 {
status = "okay";
};
};

pinctrl {
Expand Down
6 changes: 5 additions & 1 deletion target/linux/ramips/dts/SXX16M.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
model = "SXX";

chosen {
bootargs = "console=ttyS0,115200";
bootargs = "console=ttyS1,115200";
};

palmbus@10000000 {
Expand Down Expand Up @@ -59,6 +59,10 @@
gdma@2800 {
status = "okay";
};

uart@500 {
status = "okay";
};
};

pinctrl {
Expand Down