]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2426c278a06831cde1df579f4675acfd50b2434c
tree0d307afdedeeea1d3d9f74b900bb6ec5066e35c4
parent80e92b7fa5aef09a6d4932535d015d18d6bf330d
parent12f016bfafb2f9c85211d37ff220d471eef742a5
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.