projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d881bb
)
ASoC: simple-amplifer: add simple-amplifier compatible
author
Jerome Brunet
<jbrunet@baylibre.com>
Tue, 26 Jun 2018 12:11:28 +0000
(14:11 +0200)
committer
Mark Brown
<broonie@kernel.org>
Wed, 27 Jun 2018 11:26:39 +0000
(12:26 +0100)
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>
sound/soc/codecs/simple-amplifier.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/simple-amplifier.c
b/sound/soc/codecs/simple-amplifier.c
index
6c27d4a
..
85524ac
100644
(file)
--- 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);