Merge tag 'sound-4.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Pull more sound updates from Takashi Iwai: "This is the second update round for 4.7-rc1. Most of changes are about the pending ASoC updates and fixes, including a few new drivers. Below are some highlights: ASoC: - New drivers for MAX98371 and TAS5720 - SPI support for TLV320AIC32x4, along with the module split - TDM support for STI Uniperf IPs - Remaining topology API fixes / updates HDA: - A couple of Dell quirks and new Realtek codec support" * tag 'sound-4.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (63 commits) ALSA: hda - Fix headset mic detection problem for one Dell machine spi: spi-ep93xx: Fix the PTR_ERR() argument ALSA: hda/realtek - Add support for ALC295/ALC3254 ASoC: kirkwood: fix build failure ALSA: hda - Fix headphone noise on Dell XPS 13 9360 ASoC: ak4642: Enable cache usage to fix crashes on resume ASoC: twl6040: Disconnect AUX output pads on digital mute ASoC: tlv320aic32x4: Properly implement the positive and negative pins into the mixers rcar: src: skip disabled-SRC nodes ASoC: max98371 Remove duplicate entry in max98371_reg ASoC: twl6040: Select LPPLL during standby ASoC: rsnd: don't use prohibited number to PDMACHCRn.SRS ASoC: simple-card: Add pm callbacks to platform driver ASoC: pxa: Fix module autoload for platform drivers ASoC: topology: Fix memory leak in widget creation ASoC: Add max98371 codec driver ASoC: rsnd: count .probe/.remove for rsnd_mod_call() ASoC: topology: Check size mismatch of ABI objects before parsing ASoC: topology: Check failure to create a widget ASoC: add support for TAS5720 digital amplifier ...
Showing
- Documentation/devicetree/bindings/sound/max98371.txt 17 additions, 0 deletionsDocumentation/devicetree/bindings/sound/max98371.txt
- Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5676.txt 3 additions, 2 deletions...tation/devicetree/bindings/sound/mt8173-rt5650-rt5676.txt
- Documentation/devicetree/bindings/sound/mt8173-rt5650.txt 10 additions, 0 deletionsDocumentation/devicetree/bindings/sound/mt8173-rt5650.txt
- Documentation/devicetree/bindings/sound/st,sti-asoc-card.txt 41 additions, 7 deletionsDocumentation/devicetree/bindings/sound/st,sti-asoc-card.txt
- Documentation/devicetree/bindings/sound/tas571x.txt 8 additions, 2 deletionsDocumentation/devicetree/bindings/sound/tas571x.txt
- Documentation/devicetree/bindings/sound/tas5720.txt 25 additions, 0 deletionsDocumentation/devicetree/bindings/sound/tas5720.txt
- drivers/spi/spi-ep93xx.c 1 addition, 1 deletiondrivers/spi/spi-ep93xx.c
- include/linux/mfd/twl6040.h 1 addition, 0 deletionsinclude/linux/mfd/twl6040.h
- include/uapi/sound/asoc.h 42 additions, 2 deletionsinclude/uapi/sound/asoc.h
- sound/pci/hda/patch_realtek.c 15 additions, 1 deletionsound/pci/hda/patch_realtek.c
- sound/soc/codecs/Kconfig 31 additions, 7 deletionssound/soc/codecs/Kconfig
- sound/soc/codecs/Makefile 9 additions, 2 deletionssound/soc/codecs/Makefile
- sound/soc/codecs/ak4642.c 3 additions, 0 deletionssound/soc/codecs/ak4642.c
- sound/soc/codecs/max98371.c 441 additions, 0 deletionssound/soc/codecs/max98371.c
- sound/soc/codecs/max98371.h 67 additions, 0 deletionssound/soc/codecs/max98371.h
- sound/soc/codecs/rt298.c 23 additions, 28 deletionssound/soc/codecs/rt298.c
- sound/soc/codecs/rt298.h 2 additions, 0 deletionssound/soc/codecs/rt298.h
- sound/soc/codecs/rt5677.c 5 additions, 19 deletionssound/soc/codecs/rt5677.c
- sound/soc/codecs/tas571x.c 129 additions, 12 deletionssound/soc/codecs/tas571x.c
- sound/soc/codecs/tas571x.h 22 additions, 0 deletionssound/soc/codecs/tas571x.h
Please register or sign in to comment