|
@@ -101,6 +101,7 @@ static int simple_amp_probe(struct platform_device *pdev)
|
|
|
#ifdef CONFIG_OF
|
|
|
static const struct of_device_id simple_amp_ids[] = {
|
|
|
{ .compatible = "dioo,dio2125", },
|
|
|
+ { .compatible = "simple-audio-amplifier", },
|
|
|
{ }
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(of, simple_amp_ids);
|