[alsa-devel] [GIT PULL] ASoC updates for v3.20
The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.19-rc2
for you to fetch changes up to 1b9f1ae8907cb13d3d2538d98385b2744c9490d5:
Merge remote-tracking branches 'asoc/topic/samsung' and 'asoc/topic/wm8750' into asoc-next (2014-12-24 12:56:48 +0000)
---------------------------------------------------------------- ASoC: Updates for v3.20
Nothing too exciting here yet, a small optimization for DAPM from Lars-Peter and a few small bits and pieces for drivers but nothing that really stands out.
---------------------------------------------------------------- Andrew Jackson (4): ASoC: dwc: Remove unnecessary debug messages and tests ASoC: dwc: Reorder code in preparation for DT support ASoC: dwc: Ensure FIFOs are flushed to prevent channel swap ASoC: dwc: Iterate over all channels
Bard Liao (3): ASoC: rt5670: set platform data by dmi ASoC: rt5670: Add runtime PM support ASoC: rt5670: Keep sysclk on if JD func is used
Fang, Yang A (1): ASoC: rt5677: fixed rt5677_dsp_vad_put rt5677_dsp_vad_get panic
Jarkko Nikula (4): ASoC: Intel: Add I2C dependency to two new machines ASoC: Intel: Fix BYTCR firmware name ASoC: Intel: Fix BYTCR machine driver MODULE_ALIAS ASoC: pcm: Fix vague codec and cpu DAI prepare error messages
Jianqun Xu (3): ASoC: rockchip: i2s: fix error defination of transmit data level ASoC: rockchip: i2s: fix maxburst of dma data to 4 ASoC: rockchip: i2s: set TDL and RDL to 16 samples
Jie Yang (2): ASoC: Intel: correct the fixed free block allocation ASoC: Intel: Store the entry_point read from FW file
Lars-Peter Clausen (4): ASoC: wm8750: Make VREF a VMID instead of OUTPUT widget ASoC: wm8750: Cleanup manual bias level transitions ASoC: dapm: Don't mark MICBIAS widgets as auto non-connected ASoC: dapm: Simplify fully route card handling
Mark Brown (9): ASoC: dapm: Remove snd_soc_of_parse_audio_routing() due to deferred probe Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus Merge remote-tracking branches 'asoc/fix/dwc', 'asoc/fix/intel', 'asoc/fix/rockchip' and 'asoc/fix/rt5677' into asoc-linus Merge remote-tracking branch 'asoc/topic/dapm' into asoc-next Merge remote-tracking branch 'asoc/topic/pcm' into asoc-next Merge remote-tracking branch 'asoc/topic/pcm512x' into asoc-next Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/intel' and 'asoc/topic/omap' into asoc-next Merge remote-tracking branches 'asoc/topic/pxa', 'asoc/topic/rockchip', 'asoc/topic/rt5670' and 'asoc/topic/rt5677' into asoc-next Merge remote-tracking branches 'asoc/topic/samsung' and 'asoc/topic/wm8750' into asoc-next
Oder Chiou (3): ASoC: rt5677: Revise the filter powers ASoC: rt5677: Add the ASRC support ASoC: rt5677: Adjust the routing of "PLL1"
Peter Rosin (1): ASoC: pcm512x: Also support PCM514x devices
Takashi Iwai (1): ASoC: intel: Remove superfluous backslash in Kconfig
Wei Yongjun (1): ASoC: Intel: fix sparse non static symbol warnings
Wolfram Sang (4): ASoC: intel: sst: drop owner assignment from platform_drivers ASoC: omap: drop owner assignment from platform_drivers ASoC: pxa: drop owner assignment from platform_drivers ASoC: samsung: drop owner assignment from platform_drivers
kbuild test robot (2): ASoC: Intel: fix platform_no_drv_owner.cocci warnings ASoC: Intel: fix platform_no_drv_owner.cocci warnings
.../devicetree/bindings/sound/pcm512x.txt | 3 +- include/sound/soc-dapm.h | 1 - sound/soc/codecs/pcm512x-i2c.c | 4 + sound/soc/codecs/pcm512x-spi.c | 4 + sound/soc/codecs/rt5670.c | 38 ++++ sound/soc/codecs/rt5677.c | 204 ++++++++++++++++++--- sound/soc/codecs/wm8750.c | 2 +- sound/soc/dwc/designware_i2s.c | 135 +++++++------- sound/soc/intel/Kconfig | 8 +- sound/soc/intel/bytcr_dpcm_rt5640.c | 3 +- sound/soc/intel/cht_bsw_rt5672.c | 1 - sound/soc/intel/sst-firmware.c | 7 +- sound/soc/intel/sst/sst_acpi.c | 7 +- sound/soc/omap/omap-hdmi-audio.c | 1 - sound/soc/pxa/spitz.c | 1 - sound/soc/rockchip/rockchip_i2s.c | 8 +- sound/soc/rockchip/rockchip_i2s.h | 2 +- sound/soc/samsung/arndale_rt5631.c | 1 - sound/soc/soc-core.c | 17 +- sound/soc/soc-dapm.c | 105 ++--------- sound/soc/soc-pcm.c | 7 +- 21 files changed, 349 insertions(+), 210 deletions(-)
At Mon, 29 Dec 2014 16:17:14 +0000, Mark Brown wrote:
[1 <text/plain; us-ascii (7bit)>] The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.19-rc2
for you to fetch changes up to 1b9f1ae8907cb13d3d2538d98385b2744c9490d5:
Merge remote-tracking branches 'asoc/topic/samsung' and 'asoc/topic/wm8750' into asoc-next (2014-12-24 12:56:48 +0000)
ASoC: Updates for v3.20
Nothing too exciting here yet, a small optimization for DAPM from Lars-Peter and a few small bits and pieces for drivers but nothing that really stands out.
Thanks, pulled to for-next branch.
Takashi
Andrew Jackson (4): ASoC: dwc: Remove unnecessary debug messages and tests ASoC: dwc: Reorder code in preparation for DT support ASoC: dwc: Ensure FIFOs are flushed to prevent channel swap ASoC: dwc: Iterate over all channels
Bard Liao (3): ASoC: rt5670: set platform data by dmi ASoC: rt5670: Add runtime PM support ASoC: rt5670: Keep sysclk on if JD func is used
Fang, Yang A (1): ASoC: rt5677: fixed rt5677_dsp_vad_put rt5677_dsp_vad_get panic
Jarkko Nikula (4): ASoC: Intel: Add I2C dependency to two new machines ASoC: Intel: Fix BYTCR firmware name ASoC: Intel: Fix BYTCR machine driver MODULE_ALIAS ASoC: pcm: Fix vague codec and cpu DAI prepare error messages
Jianqun Xu (3): ASoC: rockchip: i2s: fix error defination of transmit data level ASoC: rockchip: i2s: fix maxburst of dma data to 4 ASoC: rockchip: i2s: set TDL and RDL to 16 samples
Jie Yang (2): ASoC: Intel: correct the fixed free block allocation ASoC: Intel: Store the entry_point read from FW file
Lars-Peter Clausen (4): ASoC: wm8750: Make VREF a VMID instead of OUTPUT widget ASoC: wm8750: Cleanup manual bias level transitions ASoC: dapm: Don't mark MICBIAS widgets as auto non-connected ASoC: dapm: Simplify fully route card handling
Mark Brown (9): ASoC: dapm: Remove snd_soc_of_parse_audio_routing() due to deferred probe Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus Merge remote-tracking branches 'asoc/fix/dwc', 'asoc/fix/intel', 'asoc/fix/rockchip' and 'asoc/fix/rt5677' into asoc-linus Merge remote-tracking branch 'asoc/topic/dapm' into asoc-next Merge remote-tracking branch 'asoc/topic/pcm' into asoc-next Merge remote-tracking branch 'asoc/topic/pcm512x' into asoc-next Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/intel' and 'asoc/topic/omap' into asoc-next Merge remote-tracking branches 'asoc/topic/pxa', 'asoc/topic/rockchip', 'asoc/topic/rt5670' and 'asoc/topic/rt5677' into asoc-next Merge remote-tracking branches 'asoc/topic/samsung' and 'asoc/topic/wm8750' into asoc-next
Oder Chiou (3): ASoC: rt5677: Revise the filter powers ASoC: rt5677: Add the ASRC support ASoC: rt5677: Adjust the routing of "PLL1"
Peter Rosin (1): ASoC: pcm512x: Also support PCM514x devices
Takashi Iwai (1): ASoC: intel: Remove superfluous backslash in Kconfig
Wei Yongjun (1): ASoC: Intel: fix sparse non static symbol warnings
Wolfram Sang (4): ASoC: intel: sst: drop owner assignment from platform_drivers ASoC: omap: drop owner assignment from platform_drivers ASoC: pxa: drop owner assignment from platform_drivers ASoC: samsung: drop owner assignment from platform_drivers
kbuild test robot (2): ASoC: Intel: fix platform_no_drv_owner.cocci warnings ASoC: Intel: fix platform_no_drv_owner.cocci warnings
.../devicetree/bindings/sound/pcm512x.txt | 3 +- include/sound/soc-dapm.h | 1 - sound/soc/codecs/pcm512x-i2c.c | 4 + sound/soc/codecs/pcm512x-spi.c | 4 + sound/soc/codecs/rt5670.c | 38 ++++ sound/soc/codecs/rt5677.c | 204 ++++++++++++++++++--- sound/soc/codecs/wm8750.c | 2 +- sound/soc/dwc/designware_i2s.c | 135 +++++++------- sound/soc/intel/Kconfig | 8 +- sound/soc/intel/bytcr_dpcm_rt5640.c | 3 +- sound/soc/intel/cht_bsw_rt5672.c | 1 - sound/soc/intel/sst-firmware.c | 7 +- sound/soc/intel/sst/sst_acpi.c | 7 +- sound/soc/omap/omap-hdmi-audio.c | 1 - sound/soc/pxa/spitz.c | 1 - sound/soc/rockchip/rockchip_i2s.c | 8 +- sound/soc/rockchip/rockchip_i2s.h | 2 +- sound/soc/samsung/arndale_rt5631.c | 1 - sound/soc/soc-core.c | 17 +- sound/soc/soc-dapm.c | 105 ++--------- sound/soc/soc-pcm.c | 7 +- 21 files changed, 349 insertions(+), 210 deletions(-) [2 Digital signature <application/pgp-signature (7bit)>]
participants (2)
-
Mark Brown
-
Takashi Iwai