Is it there an example about porting the eukrea-tlv320 to use it in a custom board using an imx6 solo and the audmux port set to "mux-int-port = <2>;" and "mux-ext-port = <4>; ? If not possible with eukrea other codec might work? I am using kernel 4.9.88.
I am using ssi2 and i2s. My audmux pinctrl is set:
audmux {
pinctrl_audmux_2 : audmux-2 {
fsl,pins = <
MX6QDL_PAD_SD2_DAT0_AUD4_RXD 0x13008
MX6QDL_PAD_SD2_DAT3_AUD4_TXC 0x13008
MX6QDL_PAD_SD2_DAT2_AUD4_TXD 0x13008
MX6QDL_PAD_SD2_DAT1_AUD4_TXFS 0x13008
>;
};
};
Sorry if the question Is very dummy.