[GIT PULL] sound fixes for 6.1-rc8

From: Takashi Iwai
Date: Fri Dec 02 2022 - 03:47:13 EST


Linus,

please pull sound fixes for v6.1-rc8 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.1-rc8

The topmost commit is b47068b4aa53a57552398e3f60d0ed1918700c2b

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

sound fixes for 6.1-rc8

Likely the last piece for 6.1; the only significant fixes are ASoC
core ops fixes, while others are device-specific (rather minor)
fixes in ASoC and FireWire drivers.

All appear safe enough to take as a late-stage material.

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

Charles Keepax (2):
ASoC: ops: Correct bounds check for second channel on SX controls
ASoC: cs42l51: Correct PGA Volume minimum value

Hui Tang (1):
ASoC: tlv320adc3xxx: Fix build error for implicit function declaration

Mark Brown (2):
ASoC: ops: Fix bounds check for _sx controls
ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx()

Shengjiu Wang (2):
ASoC: fsl_micfil: explicitly clear software reset bit
ASoC: fsl_micfil: explicitly clear CHnF flags

Takashi Sakamoto (1):
ALSA: dice: fix regression for Lexicon I-ONIX FW810S

---
sound/firewire/dice/dice-stream.c | 12 +++++++-----
sound/soc/codecs/cs42l51.c | 2 +-
sound/soc/codecs/tlv320adc3xxx.c | 3 +++
sound/soc/fsl/fsl_micfil.c | 19 +++++++++++++++++++
sound/soc/soc-ops.c | 11 ++++++++---
5 files changed, 38 insertions(+), 9 deletions(-)