![](https://secure.gravatar.com/avatar/d930951cb00393ecf9c3db3a56d78fa9.jpg?s=120&d=mm&r=g)
The following changes since commit 0b07194bb55ed836c2cc7c22e866b87a14681984:
Linux 4.14-rc7 (2017-10-29 13:58:38 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v4.14-rc7
for you to fetch changes up to b817d936248b9bcee8282e97fb1dda1b03c903fe:
Merge remote-tracking branches 'asoc/fix/topology', 'asoc/fix/adau17x1', 'asoc/fix/rt5514', 'asoc/fix/rt5616', 'asoc/fix/rt5659' and 'asoc/fix/rt5663' into tmp (2017-11-01 13:36:16 +0000)
---------------------------------------------------------------- ASoC: Fixes for v4.14
A bunch of fixes here, mostly device specific ones (the biggest one being the revert of the hotword support for rt5514), with a couple of core fixes for potential issues with corrupted or otherwise invalid topology files.
---------------------------------------------------------------- Bard Liao (3): ASoC: rt5659: register power bit of LOUT Amp ASoC: rt5659: connect LOUT Amp with Charge Pump ASoC: rt5616: fix 0x91 default value
Christophe JAILLET (2): ASoC: topology: Fix a potential NULL pointer dereference in 'soc_tplg_dapm_widget_denum_create()' ASoC: topology: Fix a potential memory leak in 'soc_tplg_dapm_widget_denum_create()'
Hsin-Yu Chao (2): ASoC: rt5514-spi: check irq status to schedule data copy ASoC: rt5514: Revert Hotword Model control
Mark Brown (1): Merge remote-tracking branches 'asoc/fix/topology', 'asoc/fix/adau17x1', 'asoc/fix/rt5514', 'asoc/fix/rt5616', 'asoc/fix/rt5659' and 'asoc/fix/rt5663' into tmp
Ricard Wanderlof (1): ASoC: adau17x1: Workaround for noise bug in ADC
oder_chiou@realtek.com (1): ASoC: rt5663: Change the dev getting function in rt5663_irq
sound/soc/codecs/adau17x1.c | 24 ++++++++++++++++- sound/soc/codecs/adau17x1.h | 2 ++ sound/soc/codecs/rt5514-spi.c | 17 ++++++++++-- sound/soc/codecs/rt5514-spi.h | 3 +++ sound/soc/codecs/rt5514.c | 63 ------------------------------------------- sound/soc/codecs/rt5514.h | 3 --- sound/soc/codecs/rt5616.c | 2 +- sound/soc/codecs/rt5659.c | 4 ++- sound/soc/codecs/rt5663.c | 3 ++- sound/soc/soc-topology.c | 5 +++- 10 files changed, 53 insertions(+), 73 deletions(-)