4 Sep
2017
4 Sep
'17
12:18 p.m.
On Sat, Sep 02, 2017 at 09:54:11PM +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 robert.jarzmik@free.fr
Since v4:
- added #ifdef spotted by Charles
snd_soc_codec_init_regmap(codec, regmap); @@ -666,7 +677,8 @@ static int wm9712_soc_remove(struct snd_soc_codec *codec) struct wm9712_priv *wm9712 = snd_soc_codec_get_drvdata(codec);
snd_soc_codec_exit_regmap(codec);
- snd_soc_free_ac97_codec(wm9712->ac97);
- if (!wm9712->mfd_pdata)
snd_soc_free_ac97_codec(wm9712->ac97);
This bit is still missing the ifdef it has in the preceeding patch.
Otherwise looks good to me.
Thanks, Charles