mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 06:33:34 +00:00
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>
This commit is contained in:
parent
b36f4be3de
commit
b9dff9c3d2
@ -50,6 +50,9 @@ static struct platform_device_id bt_sco_driver_ids[] = {
|
|||||||
{
|
{
|
||||||
.name = "dfbmcs320",
|
.name = "dfbmcs320",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.name = "bt-sco",
|
||||||
|
},
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(platform, bt_sco_driver_ids);
|
MODULE_DEVICE_TABLE(platform, bt_sco_driver_ids);
|
||||||
|
Loading…
Reference in New Issue
Block a user