arm64: dts: txl: audio: re-map spk and dac mask

PD#170319: arm64: dts: txl: audio: re-map spk and dac mask

Change-Id: I47da64823dfa90460abf2327cd2e628320ef8ab1
Signed-off-by: Xing Wang <xing.wang@amlogic.com>
This commit is contained in:
Xing Wang
2018-07-26 15:51:37 +08:00
committed by Yixun Lan
parent 2f785f9696
commit 54b59fcb64
5 changed files with 6 additions and 4 deletions

View File

@@ -930,7 +930,7 @@
};
Channel_Mask {
/*i2s has 4 pins, 8channel, mux output*/
Speaker0_Channel_Mask = "i2s_2/3";
DAC0_Channel_Mask = "i2s_2/3";
};
};

View File

@@ -937,7 +937,7 @@
};
Channel_Mask {
/*i2s has 4 pins, 8channel, mux output*/
Speaker0_Channel_Mask = "i2s_2/3";
DAC0_Channel_Mask = "i2s_2/3";
};
};

View File

@@ -926,7 +926,7 @@
};
Channel_Mask {
/*i2s has 4 pins, 8channel, mux output*/
Speaker0_Channel_Mask = "i2s_2/3";
Speaker1_Channel_Mask = "i2s_2/3";
DAC0_Channel_Mask = "i2s_2/3";
};
};

View File

@@ -931,7 +931,7 @@
};
Channel_Mask {
/*i2s has 4 pins, 8channel, mux output*/
Speaker0_Channel_Mask = "i2s_2/3";
Speaker1_Channel_Mask = "i2s_2/3";
DAC0_Channel_Mask = "i2s_2/3";
};
};

View File

@@ -1797,6 +1797,8 @@ int txl_chipset_init(struct snd_soc_card *card)
/* channel mask */
parse_speaker_channel_mask(card);
/* dac mask */
parse_dac_channel_mask(card);
return 0;
}