lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <s5hr1kbfpa2.wl-tiwai@suse.de>
Date:   Fri, 19 Mar 2021 10:47:49 +0100
From:   Takashi Iwai <tiwai@...e.de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Mark Brown <broonie@...nel.org>,
        Liam Girdwood <lgirdwood@...il.com>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] sound fixes for 5.12-rc4

Linus,

please pull sound fixes for v5.12-rc4 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.12-rc4

The topmost commit is 50b1affc891cbc103a2334ce909a026e25f4c84d

----------------------------------------------------------------

sound fixes for 5.12-rc4

Majority of changes are various ASoC device/platform-specific small
fixes (including a removal of stale file) while the only common
change is a clk management fix in ASoC simple-card driver.
The rest are usual HD-audio 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 (2):
      ASoC: codecs: lpass-rx-macro: Fix uninitialized variable ec_tx
      ALSA: usb-audio: Fix unintentional sign extension issue

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

Hui Wang (1):
      ALSA: hda: generic: Fix the micmute led init state

Jack Yu (2):
      ASoC: rt1015: fix i2c communication error
      ASoC: rt1015: enable BCLK detection after calibration

Jeremy Szu (3):
      ALSA: hda/realtek: fix mute/micmute LEDs for HP 840 G8
      ALSA: hda/realtek: fix mute/micmute LEDs for HP 440 G8
      ALSA: hda/realtek: fix mute/micmute LEDs for HP 850 G8

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

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

Takashi Sakamoto (1):
      ALSA: dice: fix null pointer dereference when node is disconnected

Xiaoliang Yu (2):
      ALSA: hda/realtek: Apply headset-mic quirks for Xiaomi Redmibook Air
      ALSA: hda/realtek: apply pin quirk for XiaomiNotebook Pro

---
 .../devicetree/bindings/sound/fsl,spdif.yaml       |   4 +
 drivers/spi/spi-cadence-quadspi.c                  |   1 +
 sound/firewire/dice/dice-stream.c                  |   5 +-
 sound/pci/hda/hda_generic.c                        |   2 +-
 sound/pci/hda/patch_realtek.c                      |  16 +++
 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 +
 sound/usb/mixer_quirks.c                           |   4 +-
 35 files changed, 253 insertions(+), 292 deletions(-)
 delete mode 100644 sound/soc/codecs/sirf-audio-codec.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ