OSDN Git Service

ASoC: remaining simple i2c probe changes
authorMark Brown <broonie@kernel.org>
Tue, 12 Apr 2022 16:16:54 +0000 (17:16 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 12 Apr 2022 16:16:54 +0000 (17:16 +0100)
commit122cef68f1035e704ff7fe778c07d596bf5a1fa2
tree0d307afdedeeea1d3d9f74b900bb6ec5066e35c4
parent09b955f676d93ca69f4eaa5e13f100911084d5fa
parentcbd5ce7f428b4caf3f1e3b07cd068cc073eab909
ASoC: remaining simple i2c probe changes

Merge series from Stephen Kitt <steve@sk2.org>:

This series covers all the remaining changes to migrate
sound/soc/codecs i2c probes to probe_new, where the const struct
i2c_client * argument is unused; there are a few remaining files which
use the argument and will need i2c_match_id migration.