Re: wm8960: add DAC Slope switch

2020-12-07 Thread Charles Keepax
On Tue, Nov 24, 2020 at 06:23:13PM +0100, Lukas F. Hartmann wrote: > The WM8960 DAC has a "DAC Slope" switch that can toggle between two > different output filter curves. This patch adds support for it. > > Signed-off-by: Lukas F. Hartmann > --- > +static int wm8960_put_dacslope(struct

wm8960: add DAC Slope switch

2020-11-24 Thread Lukas F. Hartmann
The WM8960 DAC has a "DAC Slope" switch that can toggle between two different output filter curves. This patch adds support for it. Signed-off-by: Lukas F. Hartmann --- sound/soc/codecs/wm8960.c | 31 +++ 1 file changed, 31 insertions(+) diff --git