[alsa-devel] [PATCH 4/4] ASoC: Davinci: Add audio codec support for DM365 EVM

Mark Brown broonie at opensource.wolfsonmicro.com
Sat Aug 29 11:11:02 CEST 2009


On Fri, Aug 28, 2009 at 01:53:57PM -0600, miguel.aguilar at ridgerun.com wrote:

> +/* dm365 evm audio private data */
> +static struct aic3x_setup_data dm365_evm_aic3x_setup = {
> +       .i2c_bus = 1,
> +       .i2c_address = 0x18,
> +};

This won't build any more - the I2C board info from arch/arm is now used
and these fields have been removed from the struct.  You should just be
able to drop the codec data entirely if you don't need any of the other
fields.


More information about the Alsa-devel mailing list