[alsa-devel] [PATCH 1/2] ASoC: bt-sco: Add generic compatible string
Mark Brown
broonie at kernel.org
Mon Aug 19 13:16:49 CEST 2013
From: Mark Brown <broonie at linaro.org>
Provide a common compatible string for device trees to list as a fallback
for simplicity. We don't currently have a binding document but let's not
fix that right now...
Signed-off-by: Mark Brown <broonie at linaro.org>
---
sound/soc/codecs/bt-sco.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sound/soc/codecs/bt-sco.c b/sound/soc/codecs/bt-sco.c
index a081d9f..5c040ce 100644
--- a/sound/soc/codecs/bt-sco.c
+++ b/sound/soc/codecs/bt-sco.c
@@ -50,6 +50,9 @@ static struct platform_device_id bt_sco_driver_ids[] = {
{
.name = "dfbmcs320",
},
+ {
+ .name = "bt-sco",
+ },
{},
};
MODULE_DEVICE_TABLE(platform, bt_sco_driver_ids);
--
1.8.4.rc3
More information about the Alsa-devel
mailing list