diff options
| author | John Madieu <john.madieu.xa@bp.renesas.com> | 2026-05-25 14:02:14 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-06-01 17:30:12 +0300 |
| commit | c0758279367e9d82eb7d7b4959718d7d32e96b7d (patch) | |
| tree | ad5f7ecb00c15db63121359b960f801bf9c267ed /include/linux/start_kernel.h | |
| parent | a86fd3c202189876e8bc244c6e0be16a61f39d32 (diff) | |
| download | linux-c0758279367e9d82eb7d7b4959718d7d32e96b7d.tar.xz | |
ASoC: rsnd: Fix RSND_SOC_MASK width to single nibble
RSND_SOC_MASK was defined as (0xFF << 4), spanning bits 4-11. This is
wider than needed since only nibble B (bits 7:4) is used for SoC
identifiers. Narrow it to (0xF << 4) to match the intended single-nibble
allocation and prevent overlap with bits 8-11 which will be used by
upcoming RZ series flags.
No functional change, since the only current user (RSND_SOC_E) fits
within a single nibble.
Fixes: ba164a49f8f7 ("ASoC: rsnd: src: Avoid a potential deadlock")
Signed-off-by: John Madieu <john.madieu.xa@bp.renesas.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/20260525110230.4014435-3-john.madieu.xa@bp.renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/start_kernel.h')
0 files changed, 0 insertions, 0 deletions
