[alsa-devel] [RFC PATCH 2/2] ASoC: Intel: Use DMI name for sound card long name in Broadwell machine driver

mengdong.lin at linux.intel.com mengdong.lin at linux.intel.com
Fri Dec 16 03:51:12 CET 2016


From: Mengdong Lin <mengdong.lin at linux.intel.com>

Intel Broadwell machine driver will call API snd_soc_set_dmi_name() to use
DMI info to make the sound card long name.

Here are the changed long name for two Broadwell-based machines:
             short name & driver name   long name
WilsonBeach:       broadwell-rt286      broadwell-rt286-Intel-Wilson-Beach
Dell XPS-13(2015): broadwell-rt286      broadwell-rt286-Dell-XPS

The card short name has no change, and ASoC will use the card name as the
card driver name.

Signed-off-by: Mengdong Lin <mengdong.lin at linux.intel.com>

diff --git a/sound/soc/intel/boards/broadwell.c b/sound/soc/intel/boards/broadwell.c
index 5bb64d1..cda73bb 100644
--- a/sound/soc/intel/boards/broadwell.c
+++ b/sound/soc/intel/boards/broadwell.c
@@ -266,6 +266,8 @@ static int broadwell_audio_probe(struct platform_device *pdev)
 {
 	broadwell_rt286.dev = &pdev->dev;
 
+	snd_soc_set_dmi_name(&broadwell_rt286, NULL);
+
 	return devm_snd_soc_register_card(&pdev->dev, &broadwell_rt286);
 }
 
-- 
2.5.0



More information about the Alsa-devel mailing list