]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: nau8325: use simple i2c probe function
authorJaroslav Kysela <perex@perex.cz>
Wed, 26 Nov 2025 09:16:34 +0000 (10:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Dec 2025 12:55:08 +0000 (13:55 +0100)
commit78b923fa3de3287ac5689b78c98b7547a217ee96
tree6ff609eaa86709d2814c49f2a9266f305da02020
parentc59358338c0b933f80098eec1f71d500c644962e
ASoC: nau8325: use simple i2c probe function

[ Upstream commit b4d072c98e47c562834f2a050ca98a1c709ef4f9 ]

The i2c probe functions here don't use the id information provided in
their second argument, so the single-parameter i2c probe function
("probe_new") can be used instead.

This avoids scanning the identifier tables during probes.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Link: https://patch.msgid.link/20251126091759.2490019-2-perex@perex.cz
Signed-off-by: Mark Brown <broonie@kernel.org>
Stable-dep-of: cd41d3420ef6 ("ASoC: nau8325: add missing build config")
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/soc/codecs/nau8325.c