On Wed, Feb 23, 2011 at 09:29:41AM +0000, Bensaid, Selma wrote:
I'm trying to find out if it's possible to implement an ASoC driver without a codec driver.
Obviously, platform and CPU drivers have no CODEC dependencies.
I'm implementing a ASoC driver for BT/FM WL1273, where the FM WL1273 control interface is based on V4L2 since since we use the Combined Interface Mode (The host controls both the BT and the FM Radio through the BT HCI host interface).
You need to implement a CODEC driver for this but there's no reason for it to do anything except expose the capabilities of the device - there's several in tree examples you can look at. Remember that we still need to know how to configure the other drivers that talk to the chip, even if the chip itself is unconfigurable.