ASoC: ada*, ssm*: use simple i2c probe function
authorStephen Kitt <steve@sk2.org>
Fri, 25 Mar 2022 16:48:28 +0000 (17:48 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 5 Apr 2022 09:23:17 +0000 (10:23 +0100)
commitb79bd63a66894ca6c75fb9827dc8f3f7fc1233e2
tree7390fe8ea0124366c56af4131f3267424e5d03f7
parent9f342904216f378e88008bb0ce1ae200a4b99fe8
ASoC: ada*, ssm*: use simple i2c probe function

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: Stephen Kitt <steve@sk2.org>
Reviewed-by: Nuno Sá <nuno.sa@analog.com>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20220325164828.1209201-1-steve@sk2.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/adau1372-i2c.c
sound/soc/codecs/adau1373.c
sound/soc/codecs/adau1701.c
sound/soc/codecs/adau7118-i2c.c
sound/soc/codecs/adav803.c
sound/soc/codecs/ssm2518.c
sound/soc/codecs/ssm4567.c