Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tpetazzoni/556a7e5fb106e5af5d9a69fd87203dd1 to your computer and use it in GitHub Desktop.
Save tpetazzoni/556a7e5fb106e5af5d9a69fd87203dd1 to your computer and use it in GitHub Desktop.
tlv320aic32x4 1-0018: ASoC: no source widget found for CM_R
tlv320aic32x4 1-0018: ASoC: Failed to add route CM_R -> 10 kOhm -> CM_R to Right Mixer Negative Resistor
tlv320aic32x4 1-0018: ASoC: no source widget found for CM_R
tlv320aic32x4 1-0018: ASoC: Failed to add route CM_R -> 20 kOhm -> CM_R to Right Mixer Negative Resistor
tlv320aic32x4 1-0018: ASoC: no source widget found for CM_R
tlv320aic32x4 1-0018: ASoC: Failed to add route CM_R -> 40 kOhm -> CM_R to Right Mixer Negative Resistor
tlv320aic32x4 1-0018: ASoC: no source widget found for CM_L
tlv320aic32x4 1-0018: ASoC: Failed to add route CM_L -> 10 kOhm -> CM_L to Left Mixer Negative Resistor
tlv320aic32x4 1-0018: ASoC: no source widget found for CM_L
tlv320aic32x4 1-0018: ASoC: Failed to add route CM_L -> 20 kOhm -> CM_L to Left Mixer Negative Resistor
tlv320aic32x4 1-0018: ASoC: no source widget found for CM_L
tlv320aic32x4 1-0018: ASoC: Failed to add route CM_L -> 40 kOhm -> CM_L to Left Mixer Negative Resistor
asoc-simple-card sound: tlv320aic32x4-hifi <-> f0008000.ssc mapping ok
asoc-simple-card sound: ASoC: no sink widget found for Speaker
asoc-simple-card sound: ASoC: Failed to add route HPL -> direct -> Speaker
asoc-simple-card sound: ASoC: no sink widget found for Speaker
asoc-simple-card sound: ASoC: Failed to add route LOL -> direct -> Speaker
asoc-simple-card sound: ASoC: no sink widget found for Speaker
asoc-simple-card sound: ASoC: Failed to add route HPR -> direct -> Speaker
asoc-simple-card sound: ASoC: no sink widget found for Speaker
asoc-simple-card sound: ASoC: Failed to add route HPL -> direct -> Speaker
tlv320aic32x4 1-0018: ASoC: mux CM_R to Right Mixer Negative Resistor has no paths
tlv320aic32x4 1-0018: ASoC: mux CM_L to Left Mixer Negative Resistor has no paths
sound {
compatible = "simple-audio-card";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pck0_as_audio_mck>;
simple-audio-card,name = "atmel-tlv320-card";
simple-audio-card,format = "i2s";
simple-audio-card,bitclock-master = <&dailink0_master>;
simple-audio-card,frame-master = <&dailink0_master>;
simple-audio-card,widgets =
"Headphone", "Headphone Jack",
"Speaker", "External Speaker";
simple-audio-card,routing =
"Speaker", "HPL",
"Speaker", "LOL",
"Speaker", "HPR",
"Speaker", "HPL";
simple-audio-card,aux-devs = <&amp>;
simple-audio-card,cpu {
sound-dai = <&ssc0>;
};
dailink0_master: simple-audio-card,codec {
sound-dai = <&codec>;
system-clock-frequency = <12000000>;
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment