Tool/software:
This is perhaps more of a general TI McASP ALSA Linux driver issue. We are using the McASP in TDM mode with 16 time slots. ALSA always wants to have a codec associated with any stereo device. Well this is not a stereo device but rather regarded as a 16 channel audio device. Is there a NULL ALSA codec device that we can link to? Right now, we patch the ALSA driver kernel code to neuter its configuration over I2C. What is the best way to handle this without lobotomizing the ALSA driver?