From: Mark Brown Date: Mon, 9 Jun 2025 15:44:21 +0000 (+0100) Subject: ASoC: remove component->id X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d3de84858811ea2c501cb45f0aafcae5beba20b6;p=users%2Fjedix%2Flinux-maple.git ASoC: remove component->id Merge series from Kuninori Morimoto : 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. --- d3de84858811ea2c501cb45f0aafcae5beba20b6