[alsa-devel] [PATCH] ASoC: da9055: Partially fix device registration
Lee Jones
lee.jones at linaro.org
Wed Jan 8 22:26:17 CET 2014
> index 956afa445998..e293797ded66 100644
> --- a/include/linux/mfd/da9055/core.h
> +++ b/include/linux/mfd/da9055/core.h
> @@ -42,7 +42,7 @@ struct da9055 {
> struct regmap *regmap;
> struct regmap_irq_chip_data *irq_data;
> struct device *dev;
> - struct i2c_client *i2c_client;
> + struct i2c_client *i2c_client, *codec;
I'd prefer this on its own in a struct declaration.
Apart from that MFD parts look good to me.
Can you create an IB for me to pull from?
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
More information about the Alsa-devel
mailing list