summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorHuang Chao <chao7.huang@samsung.com>2014-05-26 10:11:02 +0800
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:59:42 +0900
commitcf6729e5adcbdde83cab61902c4ecf52e23b70de (patch)
tree5160a1c5f32ffa8a657e343caa8079d786dd51fa /sound
parent21fc7fef7377549f414ff6a21900bd358db63955 (diff)
downloadlinux-3.10-cf6729e5adcbdde83cab61902c4ecf52e23b70de.tar.gz
linux-3.10-cf6729e5adcbdde83cab61902c4ecf52e23b70de.tar.bz2
linux-3.10-cf6729e5adcbdde83cab61902c4ecf52e23b70de.zip
ASoC: samsung: Expand odroidx2 compatible of match table
This patch updates the compatible match table for odroid. Since the machine driver is not only used on odroidx2 board, but is also used on odroidu3 board, so it's better to expand the compatible match table string for compatibility concern. Change-Id: I668ab8236091d1336a0101142cbbadf6a0e23591 Signed-off-by: Huang Chao <chao7.huang@samsung.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/samsung/odroidx2_max98090.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/samsung/odroidx2_max98090.c b/sound/soc/samsung/odroidx2_max98090.c
index 844af328835..6ec35195e10 100644
--- a/sound/soc/samsung/odroidx2_max98090.c
+++ b/sound/soc/samsung/odroidx2_max98090.c
@@ -123,6 +123,7 @@ static int odroidx2_audio_remove(struct platform_device *pdev)
static const struct of_device_id odroidx2_audio_of_match[] = {
{ .compatible = "samsung,odroidx2-audio", },
+ { .compatible = "samsung,odroidu3-audio", },
{ },
};
MODULE_DEVICE_TABLE(of, odroid_audio_of_match);