ASoC: remove component->id
authorMark Brown <broonie@kernel.org>
Mon, 9 Jun 2025 15:44:21 +0000 (16:44 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 9 Jun 2025 15:44:21 +0000 (16:44 +0100)
commitd3de84858811ea2c501cb45f0aafcae5beba20b6
tree546cc91800bc53a7a0c1ebec0e28a2a892967ac1
parent23d3f6ecafbbc7cd98925a87a4f59794928348b9
parent267be32b0a7b70cc777f8a46f0904c92c0521d89
ASoC: remove component->id

Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:

snd_soc_component has "id", but no one is using it except Qcom. It is
initialized at snd_soc_component_initialize(), but Qcom overwrites it.

According to Srinivas, unfortunately, current Qcom lpass is broken.
But we can update it and then, avoid to use component->id.
Let's do it, and remove it.