[PATCH] ASoC: qcom: apq8096: set driver name correctly
From: Yassine Oudjana y.oudjana@protonmail.com
Set driver name to allow matching different UCM2 configurations for the multiple devices sharing the same APQ8096 ASoC.
Signed-off-by: Yassine Oudjana y.oudjana@protonmail.com --- sound/soc/qcom/apq8096.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/sound/soc/qcom/apq8096.c b/sound/soc/qcom/apq8096.c index c7b7d0864d1a..5d07b38f6d72 100644 --- a/sound/soc/qcom/apq8096.c +++ b/sound/soc/qcom/apq8096.c @@ -113,6 +113,7 @@ static int apq8096_platform_probe(struct platform_device *pdev) if (!card) return -ENOMEM;
+ card->driver_name = "apq8096"; card->dev = dev; card->owner = THIS_MODULE; dev_set_drvdata(dev, card);
On Wed, 22 Jun 2022 10:11:06 +0400, Yassine Oudjana wrote:
Set driver name to allow matching different UCM2 configurations for the multiple devices sharing the same APQ8096 ASoC.
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: qcom: apq8096: set driver name correctly commit: 86b753a86f6dc31ca9bccb489ebde1968d26c89b
All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying to this mail.
Thanks, Mark
participants (2)
-
Mark Brown
-
Yassine Oudjana