[alsa-devel] [GIT PULL] ASoC fixes for v4.6
The following changes since commit 02da2d72174c61988eb4456b53f405e3ebdebce4:
Linux 4.6-rc5 (2016-04-24 16:17:05 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v4.6-rc5
for you to fetch changes up to 8c0f55100478649e3c0133684aa4aebab77ce10f:
Merge remote-tracking branches 'asoc/fix/rt5640' and 'asoc/fix/wm8962' into asoc-linus (2016-04-26 19:25:18 +0100)
---------------------------------------------------------------- ASoC: Fixes for v4.6
This is a fairly large collection of fixes but almost all driver specific ones, especially to the new Intel drivers which have had a lot of recent development. The one core fix is a change to the debugfs code to avoid crashes in some relatively unusual configurations.
---------------------------------------------------------------- Arnd Bergmann (2): ASoC: cs35l32: avoid uninitialized variable access ASoC: rt5616: add I2C dependency
Ben Zhang (1): ASoC: nau8825: Fix jack detection across suspend
Charles Keepax (3): ASoC: wm8962: Correct typo when setting DSPCLK rate ASoC: arizona: Free speaker thermal IRQs in CODEC remove ASoC: wm5102: Free compressed IRQ in CODEC remove
Dan Carpenter (1): ASoC: Intel: sst: fix a loop timeout in sst_hsw_stream_reset()
Jeeja KP (2): ASoC: Intel: Skylake: Fix for unloading module only when it is loaded ASoC: Intel: Skylake: Fix DSP resource de-allocation
Mark Brown (5): ASoC: dapm: Make sure we have a card when displaying component widgets Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus Merge remote-tracking branches 'asoc/fix/arizona', 'asoc/fix/cs35l32', 'asoc/fix/hdac', 'asoc/fix/nau8825' and 'asoc/fix/rt5616' into asoc-linus Merge remote-tracking branches 'asoc/fix/rt5640' and 'asoc/fix/wm8962' into asoc-linus
Subhransu S. Prusty (4): ASoC: hdac_hdmi: Fix to use dev_pm ops instead soc pm ASoC: hdac_hdmi: Fix codec power state in S3 during playback ASoC: Intel: Skylake: Fix to turn OFF codec power when entering S3 ASoC: Intel: Skylake: Fix ibs/obs calc for non-integral sampling rates
Sugar Zhang (1): ASoC: rt5640: Correct the digital interface data select
Vinod Koul (7): ALSA: hda: use list macro for parsing on cleanup ASoC: Intel: Skylake: free codec objects on removal ASoC: Intel: Skylake: Freeup properly on skl_dsp_free ASoC: Intel: Skylake: Unmap the address last ASoC: Intel: Skylake: Call i915 exit last ASoC: Intel: Skylake: remove call to pci_dev_put ASoC: Intel: Skylake: Fix kbuild dependency
sound/hda/ext/hdac_ext_stream.c | 5 +- sound/soc/codecs/Kconfig | 1 + sound/soc/codecs/arizona.c | 12 +++ sound/soc/codecs/arizona.h | 2 + sound/soc/codecs/cs35l32.c | 17 +++- sound/soc/codecs/cs47l24.c | 3 + sound/soc/codecs/hdac_hdmi.c | 94 ++++++++++------------ sound/soc/codecs/nau8825.c | 126 +++++++++++++++++------------- sound/soc/codecs/rt5640.c | 2 +- sound/soc/codecs/rt5640.h | 36 ++++----- sound/soc/codecs/wm5102.c | 5 ++ sound/soc/codecs/wm5110.c | 2 + sound/soc/codecs/wm8962.c | 2 +- sound/soc/codecs/wm8997.c | 2 + sound/soc/codecs/wm8998.c | 2 + sound/soc/intel/Kconfig | 1 - sound/soc/intel/haswell/sst-haswell-ipc.c | 2 +- sound/soc/intel/skylake/skl-sst-dsp.c | 5 ++ sound/soc/intel/skylake/skl-topology.c | 42 ++++++---- sound/soc/intel/skylake/skl-topology.h | 8 +- sound/soc/intel/skylake/skl.c | 32 +++++--- sound/soc/soc-dapm.c | 7 ++ 22 files changed, 245 insertions(+), 163 deletions(-)
On Wed, 27 Apr 2016 17:13:15 +0200, Mark Brown wrote:
The following changes since commit 02da2d72174c61988eb4456b53f405e3ebdebce4:
Linux 4.6-rc5 (2016-04-24 16:17:05 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v4.6-rc5
for you to fetch changes up to 8c0f55100478649e3c0133684aa4aebab77ce10f:
Merge remote-tracking branches 'asoc/fix/rt5640' and 'asoc/fix/wm8962' into asoc-linus (2016-04-26 19:25:18 +0100)
ASoC: Fixes for v4.6
This is a fairly large collection of fixes but almost all driver specific ones, especially to the new Intel drivers which have had a lot of recent development. The one core fix is a change to the debugfs code to avoid crashes in some relatively unusual configurations.
Thanks, pulled now.
Takashi
Arnd Bergmann (2): ASoC: cs35l32: avoid uninitialized variable access ASoC: rt5616: add I2C dependency
Ben Zhang (1): ASoC: nau8825: Fix jack detection across suspend
Charles Keepax (3): ASoC: wm8962: Correct typo when setting DSPCLK rate ASoC: arizona: Free speaker thermal IRQs in CODEC remove ASoC: wm5102: Free compressed IRQ in CODEC remove
Dan Carpenter (1): ASoC: Intel: sst: fix a loop timeout in sst_hsw_stream_reset()
Jeeja KP (2): ASoC: Intel: Skylake: Fix for unloading module only when it is loaded ASoC: Intel: Skylake: Fix DSP resource de-allocation
Mark Brown (5): ASoC: dapm: Make sure we have a card when displaying component widgets Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus Merge remote-tracking branches 'asoc/fix/arizona', 'asoc/fix/cs35l32', 'asoc/fix/hdac', 'asoc/fix/nau8825' and 'asoc/fix/rt5616' into asoc-linus Merge remote-tracking branches 'asoc/fix/rt5640' and 'asoc/fix/wm8962' into asoc-linus
Subhransu S. Prusty (4): ASoC: hdac_hdmi: Fix to use dev_pm ops instead soc pm ASoC: hdac_hdmi: Fix codec power state in S3 during playback ASoC: Intel: Skylake: Fix to turn OFF codec power when entering S3 ASoC: Intel: Skylake: Fix ibs/obs calc for non-integral sampling rates
Sugar Zhang (1): ASoC: rt5640: Correct the digital interface data select
Vinod Koul (7): ALSA: hda: use list macro for parsing on cleanup ASoC: Intel: Skylake: free codec objects on removal ASoC: Intel: Skylake: Freeup properly on skl_dsp_free ASoC: Intel: Skylake: Unmap the address last ASoC: Intel: Skylake: Call i915 exit last ASoC: Intel: Skylake: remove call to pci_dev_put ASoC: Intel: Skylake: Fix kbuild dependency
sound/hda/ext/hdac_ext_stream.c | 5 +- sound/soc/codecs/Kconfig | 1 + sound/soc/codecs/arizona.c | 12 +++ sound/soc/codecs/arizona.h | 2 + sound/soc/codecs/cs35l32.c | 17 +++- sound/soc/codecs/cs47l24.c | 3 + sound/soc/codecs/hdac_hdmi.c | 94 ++++++++++------------ sound/soc/codecs/nau8825.c | 126 +++++++++++++++++------------- sound/soc/codecs/rt5640.c | 2 +- sound/soc/codecs/rt5640.h | 36 ++++----- sound/soc/codecs/wm5102.c | 5 ++ sound/soc/codecs/wm5110.c | 2 + sound/soc/codecs/wm8962.c | 2 +- sound/soc/codecs/wm8997.c | 2 + sound/soc/codecs/wm8998.c | 2 + sound/soc/intel/Kconfig | 1 - sound/soc/intel/haswell/sst-haswell-ipc.c | 2 +- sound/soc/intel/skylake/skl-sst-dsp.c | 5 ++ sound/soc/intel/skylake/skl-topology.c | 42 ++++++---- sound/soc/intel/skylake/skl-topology.h | 8 +- sound/soc/intel/skylake/skl.c | 32 +++++--- sound/soc/soc-dapm.c | 7 ++ 22 files changed, 245 insertions(+), 163 deletions(-) [2 signature.asc <application/pgp-signature (7bit)>]
participants (2)
-
Mark Brown
-
Takashi Iwai