Closed
Description
@clivem: let us discuss these sound card things here...
I have tried the following upstream, but the card is not recognized:
/ {
pcm5102a_codec: pcm5102a_codec {
#sound-dai-cells = <0>;
compatible = "ti,pcm5102a";
status = "okay";
};
sound {
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
simple-audio-card,name = "pcm5102a";
status = "okay";
simple-audio-card,cpu {
sound-dai = <&i2s>;
};
simple-audio-card,codec {
sound-dai = <&pcm5102a_codec>;
};
};
};
/* for some reasons this is required - simple-sound-card complains otherwise */
&i2s {
#sound-dai-cells = <0>;
};
If I can make this work we can take things further from here...
As for the extension: we can look into it if we know how to parametrise things...
Metadata
Metadata
Assignees
Labels
No labels