ALSA: ac97: Add helper function to reset the AC97 device
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 21 Jul 2015 19:53:00 +0000 (21:53 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 23 Jul 2015 16:33:14 +0000 (17:33 +0100)
There is currently a lot of code duplication in ASoC drivers regarding the
reset handling of devices. This patch introduces a new generic reset
function in the generic AC'97 framework that can be used to replace most
the custom reset functions.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/ac97_codec.h
sound/ac97_bus.c

Simple merge
Simple merge