[GIT PULL] ASoC fixes for v5.12-rc2
Mark Brown
broonie at kernel.org
Thu Mar 18 13:49:00 CET 2021
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.12-rc2
for you to fetch changes up to f9dc51cc6676e0360dfcb1836b3d426a3ccf3093:
Merge series "Do not handle MCLK device clock in simple-card-utils" from Sameer Pujar <spujar at nvidia.com>: (2021-03-16 17:55:37 +0000)
----------------------------------------------------------------
ASoC: Fixes for v5.12
Quite a lot of mostly platform specific fixes here, the only one which
is generic is a fix for regressions on devices with more complex
clocking support with simple-card. There's also a few new device IDs
and platform quirks.
----------------------------------------------------------------
Alexander Shiyan (1):
ASoC: fsl_ssi: Fix TDM slot setup for I2S mode
Bard Liao (1):
ASoC: rt711: add snd_soc_component remove callback
Benjamin Rood (1):
ASoC: sgtl5000: set DAP_AVC_CTRL register to correct default value on probe
Colin Ian King (1):
ASoC: codecs: lpass-rx-macro: Fix uninitialized variable ec_tx
Hans de Goede (8):
ASoC: rt5670: Remove 'OUT Channel Switch' control
ASoC: rt5670: Remove 'HP Playback Switch' control
ASoC: rt5670: Remove ADC vol-ctrl mute bits poking from Sto1 ADC mixer settings
ASoC: rt5670: Add emulated 'DAC1 Playback Switch' control
ASoC: Intel: bytcr_rt5640: Fix HP Pavilion x2 10-p0XX OVCD current threshold
ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10
ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by a factor of 10
ASoC: es8316: Simplify adc_pga_gain_tlv table
Jack Yu (2):
ASoC: rt1015: fix i2c communication error
ASoC: rt1015: enable BCLK detection after calibration
Jiaxin Yu (1):
ASoC: mediatek: mt8192: fix tdm out data is valid on rising edge
Jon Hunter (1):
ASoC: soc-core: Prevent warning if no DMI table is present
Jonathan Marek (2):
ASoC: codecs: lpass-va-macro: mute/unmute all active decimators
ASoC: codecs: lpass-wsa-macro: fix RX MIX input controls
Lucas Tanure (5):
ASoC: cs42l42: Fix Bitclock polarity inversion
ASoC: cs42l42: Fix channel width support
ASoC: cs42l42: Fix mixer volume control
ASoC: cs42l42: Don't enable/disable regulator at Bias Level
ASoC: cs42l42: Always wait at least 3ms after reset
Mark Brown (5):
Merge series "ASoC: rt5670: Various kcontrol fixes" from Hans de Goede <hdegoede at redhat.com>:
Merge series "AsoC: rt5640/rt5651: Volume control fixes" from Hans de Goede <hdegoede at redhat.com>:
Merge series "Report jack and button detection + Capture Support" from Lucas Tanure <tanureal at opensource.cirrus.com>:
Merge series "ASoC: sdm845: array out of bound issues" from Srinivas Kandagatla <srinivas.kandagatla at linaro.org>:
Merge series "Do not handle MCLK device clock in simple-card-utils" from Sameer Pujar <spujar at nvidia.com>:
Meng Li (1):
spi: cadence: set cqspi to the driver_data field of struct device
Pan Xiuli (1):
ASoC: SOF: intel: fix wrong poll bits in dsp power down
Peter Robinson (1):
ASoC: remove remnants of sirf prima/atlas audio codec
Pierre-Louis Bossart (1):
ASoC: SOF: Intel: unregister DMIC device on probe error
Sameer Pujar (2):
ASoC: simple-card-utils: Do not handle device clock
ASoC: rt5659: Update MCLK rate in set_sysclk()
Shengjiu Wang (3):
ASoC: ak4458: Add MODULE_DEVICE_TABLE
ASoC: ak5558: Add MODULE_DEVICE_TABLE
ASoC: dt-bindings: fsl_spdif: Add compatible string for new platforms
Srinivas Kandagatla (3):
ASoC: qcom: sdm845: Fix array out of bounds access
ASoC: qcom: sdm845: Fix array out of range on rx slim channels
ASoC: codecs: wcd934x: add a sanity check in set channel map
Srinivasa Rao Mandadapu (1):
ASoC: qcom: lpass-cpu: Fix lpass dai ids parse
.../devicetree/bindings/sound/fsl,spdif.yaml | 4 +
drivers/spi/spi-cadence-quadspi.c | 1 +
sound/soc/codecs/Kconfig | 5 -
sound/soc/codecs/ak4458.c | 1 +
sound/soc/codecs/ak5558.c | 1 +
sound/soc/codecs/cs42l42.c | 112 ++++++-------------
sound/soc/codecs/cs42l42.h | 13 ++-
sound/soc/codecs/es8316.c | 9 +-
sound/soc/codecs/lpass-rx-macro.c | 2 +-
sound/soc/codecs/lpass-va-macro.c | 28 +++--
sound/soc/codecs/lpass-wsa-macro.c | 20 ++--
sound/soc/codecs/rt1015.c | 2 +
sound/soc/codecs/rt5640.c | 4 +-
sound/soc/codecs/rt5651.c | 4 +-
sound/soc/codecs/rt5659.c | 5 +
sound/soc/codecs/rt5670.c | 110 +++++++++++++++---
sound/soc/codecs/rt5670.h | 9 +-
sound/soc/codecs/rt711.c | 8 ++
sound/soc/codecs/sgtl5000.c | 2 +-
sound/soc/codecs/sirf-audio-codec.h | 124 ---------------------
sound/soc/codecs/wcd934x.c | 6 +
sound/soc/fsl/fsl_ssi.c | 6 +-
sound/soc/generic/simple-card-utils.c | 13 ++-
sound/soc/intel/boards/bytcr_rt5640.c | 2 +-
sound/soc/mediatek/mt8192/mt8192-dai-tdm.c | 4 +-
sound/soc/mediatek/mt8192/mt8192-reg.h | 8 +-
sound/soc/qcom/lpass-cpu.c | 2 +-
sound/soc/qcom/sdm845.c | 6 +-
sound/soc/soc-core.c | 4 +
sound/soc/sof/intel/hda-dsp.c | 2 +-
sound/soc/sof/intel/hda.c | 1 +
31 files changed, 232 insertions(+), 286 deletions(-)
delete mode 100644 sound/soc/codecs/sirf-audio-codec.h
More information about the Alsa-devel
mailing list