Re: [PATCH 3/3] ASoC: samsung: pass filter function as pointer

2015-11-17 Thread Arnd Bergmann
On Tuesday 17 November 2015 09:45:26 Krzysztof Kozlowski wrote: > On 14.11.2015 02:24, Arnd Bergmann wrote: > > diff --git a/sound/soc/samsung/i2s.c b/sound/soc/samsung/i2s.c > > index 0945b5de39e7..5a4133b6e6a6 100644 > > --- a/sound/soc/samsung/i2s.c > > +++ b/sound/soc/samsung/i2s.c > > @@ -1244

Re: [PATCH 3/3] ASoC: samsung: pass filter function as pointer

2015-11-16 Thread Krzysztof Kozlowski
On 14.11.2015 02:24, Arnd Bergmann wrote: > As we are now passing the filter data as pointers to the drivers, > we can take the final step and also pass the filter function the > same way. I'm keeping this change separate, as there it's less > obvious that this is a net win. > > Upsides of this ar

[PATCH 3/3] ASoC: samsung: pass filter function as pointer

2015-11-13 Thread Arnd Bergmann
As we are now passing the filter data as pointers to the drivers, we can take the final step and also pass the filter function the same way. I'm keeping this change separate, as there it's less obvious that this is a net win. Upsides of this are: - The ASoC drivers are completely independent from