]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
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)
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.


Trivial merge