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>
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";
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";
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>;