Re: [PATCH 4/9] ASoC: wm9713: add ac97 new bus support

2016-10-27 Thread Charles Keepax
On Wed, Oct 26, 2016 at 09:41:42PM +0200, Robert Jarzmik wrote: > Add support for the new ac97 bus model, where devices are automatically > discovered on AC-Links. > > Signed-off-by: Robert Jarzmik > --- Acked-by: Charles Keepax Thanks, Charles

[PATCH 4/9] ASoC: wm9713: add ac97 new bus support

2016-10-26 Thread Robert Jarzmik
Add support for the new ac97 bus model, where devices are automatically discovered on AC-Links. Signed-off-by: Robert Jarzmik --- sound/soc/codecs/Kconfig | 3 ++- sound/soc/codecs/wm9713.c | 37 ++--- 2 files changed, 28 insertions(+), 12 deletions(-) diff --g