diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2015-07-21 22:53:06 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-23 19:33:43 +0300 |
commit | 310398f5e4618e9a0f6fd0c4b152401daf06c215 (patch) | |
tree | ec36b4873b83dfebe9329a188dde8a359dd3eecc /sound/soc/codecs/wm9713.h | |
parent | a575be4cbb951244f93342487c2537f729f2239d (diff) | |
download | linux-310398f5e4618e9a0f6fd0c4b152401daf06c215.tar.xz |
ASoC: wm9713: Use core AC'97 reset helper
Use the new snd_ac97_reset() helper and the reset functionality provided by
snd_soc_new_ac97_codec() to perform the device reset rather than
open-coding it.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/wm9713.h')
-rw-r--r-- | sound/soc/codecs/wm9713.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm9713.h b/sound/soc/codecs/wm9713.h index 793da863a03d..53df11b1f727 100644 --- a/sound/soc/codecs/wm9713.h +++ b/sound/soc/codecs/wm9713.h @@ -45,6 +45,4 @@ #define WM9713_DAI_AC97_AUX 1 #define WM9713_DAI_PCM_VOICE 2 -int wm9713_reset(struct snd_soc_codec *codec, int try_warm); - #endif |