projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be1a63d
)
ASoC: mediatek: mt6366: support for mt6366 codec
author
Jiaxin Yu
<jiaxin.yu@mediatek.com>
Mon, 23 May 2022 13:28:39 +0000
(21:28 +0800)
committer
Mark Brown
<broonie@kernel.org>
Mon, 6 Jun 2022 15:00:41 +0000
(16:00 +0100)
Mt6366 is a new version of mt6358, and they are same about audio part.
So we can reuse the driver of mt6358 that add a new compatible string
inside of the mt6358 driver.
Signed-off-by: Jiaxin Yu <jiaxin.yu@mediatek.com>
Link:
https://lore.kernel.org/r/20220523132858.22166-2-jiaxin.yu@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/mt6358.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/mt6358.c
b/sound/soc/codecs/mt6358.c
index 60b209efe52d110f33be1295931d299239e38cad..93f35e8d26fce33620b8c3b6a88ef6e1a8f6c834 100644
(file)
--- a/
sound/soc/codecs/mt6358.c
+++ b/
sound/soc/codecs/mt6358.c
@@
-2479,6
+2479,7
@@
static int mt6358_platform_driver_probe(struct platform_device *pdev)
static const struct of_device_id mt6358_of_match[] = {
{.compatible = "mediatek,mt6358-sound",},
+ {.compatible = "mediatek,mt6366-sound",},
{}
};
MODULE_DEVICE_TABLE(of, mt6358_of_match);