]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: skip the endpoint that doesn't present and
authorMark Brown <broonie@kernel.org>
Tue, 15 Apr 2025 20:23:56 +0000 (21:23 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 15 Apr 2025 20:23:56 +0000 (21:23 +0100)
commitc84c801db3c83cf8debec8b100f9a1ae9ccd5e8e
treead0f8fabd220cc97a1dfe69e97645274a5300d77
parent51f04358d8c887c5d117440335c7f94285a403f2
parent4f8ef33dd44a3d1136d3934609b8a43e62aaaa0d
ASoC: skip the endpoint that doesn't present and

Merge series from Bard Liao <yung-chuan.liao@linux.intel.com>:

A codec endpoint may not be used. We could check the present SDCA
functions to know if the endpoint is used or not. Skip the endpoint
which is not used. And load the topology dynamically for each endpoint.
With this feature, we don't need to use the quirk to determine the
existence of the optional codec DAIs.