diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-06-26 14:11:28 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-06-27 12:26:39 +0100 |
commit | 8ed237e83ce9ff4b3964a6b096beb1cbd3397d5a (patch) | |
tree | 3a4eae5822a53acaf33e96b9c0032f39d18e3442 /sound/soc/codecs/simple-amplifier.c | |
parent | 8d881bb6216d28896112bdc0b42f1f21eb6cd4ee (diff) | |
download | linux-8ed237e83ce9ff4b3964a6b096beb1cbd3397d5a.tar.gz |
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>
Diffstat (limited to 'sound/soc/codecs/simple-amplifier.c')
-rw-r--r-- | sound/soc/codecs/simple-amplifier.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/simple-amplifier.c b/sound/soc/codecs/simple-amplifier.c index 6c27d4afaf3a..85524acf3e9c 100644 --- a/sound/soc/codecs/simple-amplifier.c +++ b/sound/soc/codecs/simple-amplifier.c @@ -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); |