ASoC: qcom: sc8280xp: set card driver name from match data
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 1 Dec 2023 13:53:31 +0000 (14:53 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 1 Dec 2023 18:38:58 +0000 (18:38 +0000)
commit625ed9457de50d7726ccb3f2bc4e01e543ceb126
treea3a692d7ba623268f0cad8fbf3a91e7d00c4c856
parentef6069f3f6577b2e5bdf223d2f6d09f23bed8c6c
ASoC: qcom: sc8280xp: set card driver name from match data

Sound machine drivers for all newer Qualcomm SoC platforms are the
exactly same, therefore it makes sense to use same machine driver for
newer platforms as well.  Choice of sound topology and user-space Alsa
UCM files depends however on card driver name, which must be customized
per each board.  Allow such customization by using driver match data as
sound card driver name.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20231201135332.154017-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/sc8280xp.c