ARM: dts: samsung: exynos5422-odroid: switch sound card to audio-routing
"samsung,audio-routing" property is being deprecated, so switch to generic "audio-routing". Link: https://lore.kernel.org/r/20230731095730.204567-6-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
f632a43761
commit
c670e7c8f7
|
@ -18,16 +18,15 @@
|
|||
samsung,audio-widgets =
|
||||
"Headphone", "Headphone Jack",
|
||||
"Speakers", "Speakers";
|
||||
samsung,audio-routing =
|
||||
"Headphone Jack", "HPL",
|
||||
"Headphone Jack", "HPR",
|
||||
"Headphone Jack", "MICBIAS",
|
||||
"IN12", "Headphone Jack",
|
||||
"Speakers", "SPKL",
|
||||
"Speakers", "SPKR",
|
||||
"I2S Playback", "Mixer DAI TX",
|
||||
"HiFi Playback", "Mixer DAI TX",
|
||||
"Mixer DAI RX", "HiFi Capture";
|
||||
audio-routing = "Headphone Jack", "HPL",
|
||||
"Headphone Jack", "HPR",
|
||||
"Headphone Jack", "MICBIAS",
|
||||
"IN12", "Headphone Jack",
|
||||
"Speakers", "SPKL",
|
||||
"Speakers", "SPKR",
|
||||
"I2S Playback", "Mixer DAI TX",
|
||||
"HiFi Playback", "Mixer DAI TX",
|
||||
"Mixer DAI RX", "HiFi Capture";
|
||||
|
||||
cpu {
|
||||
sound-dai = <&i2s0 0>, <&i2s0 1>;
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
compatible = "samsung,odroid-xu3-audio";
|
||||
model = "Odroid-XU4";
|
||||
|
||||
samsung,audio-routing = "I2S Playback", "Mixer DAI TX";
|
||||
audio-routing = "I2S Playback", "Mixer DAI TX";
|
||||
|
||||
cpu {
|
||||
sound-dai = <&i2s0 0>, <&i2s0 1>;
|
||||
|
|
Loading…
Reference in New Issue