This patch set makes the following updates to the driver code:
1) Ensures codec is properly reset at startup, and if previously active then disable audio paths prior to reset. 2) Disables AAD in suspend, if device is not a wake-up source.
Changes are based on top of latest code introduced under the following commits:
ASoC: da7219: software reset codec at probe ASoC: da7219: Support HP detect procedure when MCLK not present
Adam Thomson (2): ASoC: da7219: Reset codec gracefully, if still active ASoC: da7219: Disable AAD if codec is not a wake-up source
include/sound/da7219.h | 2 ++ sound/soc/codecs/da7219-aad.c | 56 ++++++++++++++++++++++++++++++++++++++++ sound/soc/codecs/da7219-aad.h | 5 ++++ sound/soc/codecs/da7219.c | 60 +++++++++++++++++++++++++++++++------------ sound/soc/codecs/da7219.h | 6 +++++ 5 files changed, 113 insertions(+), 16 deletions(-)
-- 1.9.3