Skip to content
Snippets Groups Projects
Commit dfa2625e authored by Gianfranco Mariotti's avatar Gianfranco Mariotti
Browse files

[ALL][DT][DTO] set specific card name for every audio configuration

As every audio configuration may require a different alsa mixer setup to let
the audio codec function correctly, set a specific card name for every
available configuration to be sure the correct setup is being applied.
parent f23a4a3a
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@
status = "okay";
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
simple-audio-card,name = "tlv-audio";
simple-audio-card,name = "tlv320-b79";
simple-audio-card,frame-master = <&cpudai>;
simple-audio-card,bitclock-master = <&cpudai>;
......
......@@ -55,7 +55,7 @@
status = "okay";
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
simple-audio-card,name = "tlv-audio";
simple-audio-card,name = "tlv320-e83";
simple-audio-card,frame-master = <&cpudai>;
simple-audio-card,bitclock-master = <&cpudai>;
......
......@@ -165,7 +165,7 @@
status = "okay";
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
simple-audio-card,name = "seco-tlvcodec-sound";
simple-audio-card,name = "sgtl5000-a74";
simple-audio-card,frame-master = <&cpudai>;
simple-audio-card,bitclock-master = <&cpudai>;
......
......@@ -196,7 +196,7 @@
status = "okay";
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
simple-audio-card,name = "tlv-audio";
simple-audio-card,name = "tlv320-b79";
simple-audio-card,frame-master = <&cpudai>;
simple-audio-card,bitclock-master = <&cpudai>;
......
......@@ -310,7 +310,7 @@
status = "okay";
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
simple-audio-card,name = "seco-tlvcodec-sound";
simple-audio-card,name = "tlv320-c20";
simple-audio-card,frame-master = <&cpudai>;
simple-audio-card,bitclock-master = <&cpudai>;
......
......@@ -233,7 +233,7 @@
sound {
compatible = "simple-audio-card";
simple-audio-card,name = "sgtl5000-audio";
simple-audio-card,name = "sgtl5000-a74";
simple-audio-card,format = "i2s";
simple-audio-card,frame-master = <&codecdai>;
simple-audio-card,bitclock-master = <&codecdai>;
......
......@@ -355,7 +355,7 @@
sound {
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
simple-audio-card,name = "seco-tlv320";
simple-audio-card,name = "tlv320-c43";
simple-audio-card,frame-master = <&cpudai>;
simple-audio-card,bitclock-master = <&cpudai>;
status = "okay";
......
......@@ -158,7 +158,7 @@
status = "okay";
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
simple-audio-card,name = "seco-tlv320";
simple-audio-card,name = "tlv320-c57";
simple-audio-card,frame-master = <&cpudai>;
simple-audio-card,bitclock-master = <&cpudai>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment