]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: SDCA: mask Function_Status value
authorMaciej Strozek <mstrozek@opensource.cirrus.com>
Wed, 8 Apr 2026 09:38:32 +0000 (10:38 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 8 Apr 2026 15:55:29 +0000 (16:55 +0100)
commit58dec4fac4c46b42b8264f2d8aa6972ff951c18b
treee57a246dd2f38f73763b0737e3f225fc93f40f17
parent23e0cbe55736de222ed975863cf06baf29bee5fe
ASoC: SDCA: mask Function_Status value

According to the SDCA specification [1], when writing Function_Status during
handling this control, the value should mask off bit 7.

[1] MIPI Specification for SoundWire Device Class for Audio, version
    1.1, section 7.14.1.3 (Host Software Handling of Function_Status)

Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20260408093835.2881486-3-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sdca/sdca_interrupts.c