Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge remote-tracking branch 'asoc/topic/wm8985' into asoc-next

-3
-3
sound/soc/codecs/wm8985.c
··· 980 980 981 981 static int wm8985_remove(struct snd_soc_codec *codec) 982 982 { 983 - struct wm8985_priv *wm8985; 984 - 985 - wm8985 = snd_soc_codec_get_drvdata(codec); 986 983 wm8985_set_bias_level(codec, SND_SOC_BIAS_OFF); 987 984 return 0; 988 985 }