ASoC: Use snd_ctl_find_id_mixer() instead of
authorMark Brown <broonie@kernel.org>
Tue, 2 Apr 2024 21:19:21 +0000 (22:19 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 2 Apr 2024 21:19:21 +0000 (22:19 +0100)
Merge series from Richard Fitzgerald <rf@opensource.cirrus.com>:

The first two patches change snd_soc_card_get_kcontrol() to use the
core snd_ctl_find_id_mixer() functionality instead of open-coding its
own list walk.

The last patch adds a KUnit test for this, which was tested on the
original and modified code.


Trivial merge