Hi Guys,
We are currently trying to port the PCM9211 driver on an Intel X86 platform.
So far we've made modifications to enable the driver to support ACPI.
Currently, the driver and ALSA-related modules are getting loaded into the kernel successfully,
Still, we don't see Linux showing up the sound card device such as /dev/snd/pcmC0D0c, /dev/snd/pcmC0D0p, etc.
We learned that Intel is currently using HDA (High Definition Audio) architecture to control a codec and to connect ALSA.
To properly function, the pcm9211 driver has to work with intel HDA requirements.
The current pcm9211 driver we have is for the ARM platform and does not fit the Intel HDA mechanism.
We need TI's help to modify or provide a new pcm9211 driver based on intel platform that can work with the Intel HDA mechanism.
Thanks,