Re: [PATCH] ASoC: wm_adsp: Remove unused control callback structure

2021-02-11 Thread Mark Brown
On Thu, 11 Feb 2021 17:21:06 +, Charles Keepax wrote: > This callback structure has never been used and it is not clear why it > was added in the first place. Remove it to clear up the code a little. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Tha

[PATCH] ASoC: wm_adsp: Remove unused control callback structure

2021-02-11 Thread Charles Keepax
This callback structure has never been used and it is not clear why it was added in the first place. Remove it to clear up the code a little. Signed-off-by: Charles Keepax --- sound/soc/codecs/wm_adsp.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/sound/soc/codecs/wm_adsp.c b/s