Tool/software: Linux
So i can't seem to find anywhere what the available names are for the widgets and routing sections for the sound section in the dts file.
the reason i need to know is because we are attaching a daughter board to the EVM and while it has the same codec as the EVM it is routed differently and i apparently don't know the right name for MONO or MONO_L and LEFT or LEFT_L which are on the codec but not in the routing, as my boot up messages says:
asoc-simple-card sound1: ASoC: no source widget found for MONO
[ 19.788139] asoc-simple-card sound1: ASoC: Failed to add route MONO -> direct -> Line Out Jack
[ 19.788147] asoc-simple-card sound1: ASoC: no source widget found for LEFT
[ 19.788151] asoc-simple-card sound1: ASoC: Failed to add route LEFT -> direct -> Headphone
[ 19.788165] asoc-simple-card sound1: ASoC: no source widget found for Line In Jack
[ 19.788169] asoc-simple-card sound1: ASoC: Failed to add route Line In Jack -> direct -> LINE2R
so what are my options for routing?