1
0
Fork 0

LF-537-18 arch: arm64: Use corect property to set card name

simple-audio-card uses 'label' property to set the correct card name. We
were using 'model' because that name was used by non-SOF drivers.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Daniel Baluta 2020-01-29 18:36:40 +02:00
parent 3b2920129a
commit 841eb12ce1
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@
sof-audio-cs42888 {
compatible = "simple-audio-card";
model = "imx-cs42888";
label = "imx-cs42888";
simple-audio-card,widgets =
"Line", "Line Out Jack",
"Line", "Line In Jack";

View File

@ -42,7 +42,7 @@
sof-audio-cs42888 {
compatible = "simple-audio-card";
model = "imx-cs42888";
label = "imx-cs42888";
simple-audio-card,widgets =
"Line", "Line Out Jack",
"Line", "Line In Jack";

View File

@ -42,7 +42,7 @@
sof-sound-wm8960 {
compatible = "simple-audio-card";
model = "wm8960-audio";
label = "wm8960-audio";
simple-audio-card,bitclock-master = <&sndcodec>;
simple-audio-card,frame-master = <&sndcodec>;
hp-det-gpio = <&lsio_gpio1 0 0>;