22 Nov
2010
22 Nov
'10
3:01 a.m.
On Thu, 2010-11-18 at 14:31 +0300, Alexander wrote:
Does anyone really have success experience with SPI codecs with new name-based SOC API? There are really few SPI codecs in ASoC subsystem, so I wonder if only I cannot bind my SPI codec to machine driver.
Just use the registered codec name in the machine driver so soc-core can match it correctly. You should not worry about incompatibilities in the naming convention between SPI registered devices and I2C ones. The only thing that we try to guarantee is to be able to uniquely identify the devices on the system.
Thanks, Dimitrios