Browse Source

ASoC: bt-sco: Add generic compatible string

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@linaro.org>
Mark Brown 12 years ago
parent
commit
b9dff9c3d2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      sound/soc/codecs/bt-sco.c

+ 3 - 0
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);