Re: [PATCH 08/11] ASoC: twl4030: Remove local reg cache

2014-01-08 Thread Lee Jones
> >> Depend on the regmap reg cache implementation for register caching done in > >> the twl-core driver. > >> The local register cache can be removed and we can keep only shadow copies > >> of certain ctl registers for pop noise reduction. > >> > >> Signed-off-by: Peter Ujfalusi > >> --- > >>

Re: [PATCH 08/11] ASoC: twl4030: Remove local reg cache

2014-01-08 Thread Peter Ujfalusi
Hi Lee, On 01/08/2014 10:05 AM, Lee Jones wrote: >> Depend on the regmap reg cache implementation for register caching done in >> the twl-core driver. >> The local register cache can be removed and we can keep only shadow copies >> of certain ctl registers for pop noise reduction. >> >>

Re: [PATCH 08/11] ASoC: twl4030: Remove local reg cache

2014-01-08 Thread Lee Jones
> Depend on the regmap reg cache implementation for register caching done in > the twl-core driver. > The local register cache can be removed and we can keep only shadow copies > of certain ctl registers for pop noise reduction. > > Signed-off-by: Peter Ujfalusi > --- >

Re: [PATCH 08/11] ASoC: twl4030: Remove local reg cache

2014-01-08 Thread Lee Jones
Depend on the regmap reg cache implementation for register caching done in the twl-core driver. The local register cache can be removed and we can keep only shadow copies of certain ctl registers for pop noise reduction. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com ---

Re: [PATCH 08/11] ASoC: twl4030: Remove local reg cache

2014-01-08 Thread Peter Ujfalusi
Hi Lee, On 01/08/2014 10:05 AM, Lee Jones wrote: Depend on the regmap reg cache implementation for register caching done in the twl-core driver. The local register cache can be removed and we can keep only shadow copies of certain ctl registers for pop noise reduction. Signed-off-by: Peter

Re: [PATCH 08/11] ASoC: twl4030: Remove local reg cache

2014-01-08 Thread Lee Jones
Depend on the regmap reg cache implementation for register caching done in the twl-core driver. The local register cache can be removed and we can keep only shadow copies of certain ctl registers for pop noise reduction. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com ---

[PATCH 08/11] ASoC: twl4030: Remove local reg cache

2014-01-03 Thread Peter Ujfalusi
Depend on the regmap reg cache implementation for register caching done in the twl-core driver. The local register cache can be removed and we can keep only shadow copies of certain ctl registers for pop noise reduction. Signed-off-by: Peter Ujfalusi --- sound/soc/codecs/twl4030.c | 207

[PATCH 08/11] ASoC: twl4030: Remove local reg cache

2014-01-03 Thread Peter Ujfalusi
Depend on the regmap reg cache implementation for register caching done in the twl-core driver. The local register cache can be removed and we can keep only shadow copies of certain ctl registers for pop noise reduction. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com ---