[GIT PULL] ASoC fixes for v6.1-rc7
The following changes since commit db8f91d424fe0ea6db337aca8bc05908bbce1498:
ASoC: soc-pcm: Add NULL check in BE reparenting (2022-11-22 12:23:00 +0000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.1-rc7
for you to fetch changes up to 3d1bb6cc1a654c8693a85b1d262e610196edec8b:
ASoC: cs42l51: Correct PGA Volume minimum value (2022-11-25 16:29:52 +0000)
---------------------------------------------------------------- ASoC: Fixes for v6.1
Some more fixes for v6.1, some of these are very old and were originally intended to get sent for v5.18 but got lost in the shuffle when there was an issue with Linus not liking my branching strategy and I rebuilt bits of my workflow. The ops changes have been validated by people looking at real hardware and are how things getting dropped got noticed.
---------------------------------------------------------------- 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 (3): ASoC: ops: Fix bounds check for _sx controls ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx() ASoC: Merge dropped fixes from v5.18
Shengjiu Wang (2): ASoC: fsl_micfil: explicitly clear software reset bit ASoC: fsl_micfil: explicitly clear CHnF flags
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 ++++++++--- 4 files changed, 31 insertions(+), 4 deletions(-)
On Wed, 30 Nov 2022 17:23:26 +0100, Mark Brown wrote:
The following changes since commit db8f91d424fe0ea6db337aca8bc05908bbce1498:
ASoC: soc-pcm: Add NULL check in BE reparenting (2022-11-22 12:23:00 +0000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.1-rc7
for you to fetch changes up to 3d1bb6cc1a654c8693a85b1d262e610196edec8b:
ASoC: cs42l51: Correct PGA Volume minimum value (2022-11-25 16:29:52 +0000)
ASoC: Fixes for v6.1
Some more fixes for v6.1, some of these are very old and were originally intended to get sent for v5.18 but got lost in the shuffle when there was an issue with Linus not liking my branching strategy and I rebuilt bits of my workflow. The ops changes have been validated by people looking at real hardware and are how things getting dropped got noticed.
Thanks, pulled now.
I'm not sure whether I'll send a next PR for 6.1-rc8, though, as those changes don't look urgently necessary. Let's see.
Takashi
On Wed, 30 Nov 2022 17:38:20 +0100, Mark Brown wrote:
On Wed, Nov 30, 2022 at 05:29:31PM +0100, Takashi Iwai wrote:
I'm not sure whether I'll send a next PR for 6.1-rc8, though, as those changes don't look urgently necessary. Let's see.
The ones for soc-ops are the main ones if you were to pick some changes out for a smaller pull.
OK, then it's convincing enough to bother Linus :) Other changes look reasonable, so it's fine to take all those.
thanks,
Takashi
participants (2)
-
Mark Brown
-
Takashi Iwai