mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 06:24:53 +08:00
ASoC: simple-amplifer: add simple-amplifier compatible
Add simple-audio-amplifier to the list of available compatible Suggested-by: Nicolò Veronese <nicveronese@gmail.com> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
8d881bb621
commit
8ed237e83c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user