mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user