diff options
author | Huang Chao <chao7.huang@samsung.com> | 2014-05-26 10:11:02 +0800 |
---|---|---|
committer | Marek Szyprowski <m.szyprowski@samsung.com> | 2014-06-11 11:02:14 +0200 |
commit | 408eba50760121387fe0dfa86e3d6126315241b6 (patch) | |
tree | 72a25af15dd3fea96d386315a88d0bf0ae51e151 | |
parent | faf68f311a34aa5db59aada3dceb55cb9af3d8cf (diff) | |
download | linux-3.10-408eba50760121387fe0dfa86e3d6126315241b6.tar.gz linux-3.10-408eba50760121387fe0dfa86e3d6126315241b6.tar.bz2 linux-3.10-408eba50760121387fe0dfa86e3d6126315241b6.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>
-rw-r--r-- | sound/soc/samsung/odroidx2_max98090.c | 1 |
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); |