diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-03-11 16:04:54 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-03-12 12:56:56 +0700 |
commit | e04fadaa169b09609fb55779236d35fb3197c932 (patch) | |
tree | ec44a5aeaa59b27a1626c1c685420f55fe6604be /sound/soc/omap | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
download | linux-stable-e04fadaa169b09609fb55779236d35fb3197c932.tar.gz linux-stable-e04fadaa169b09609fb55779236d35fb3197c932.tar.bz2 linux-stable-e04fadaa169b09609fb55779236d35fb3197c932.zip |
ASoC: omap-hdmi-audio: Support for DRA7xx family
DRA7xx family is compatible with the OMAP5 HDMI.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/omap')
-rw-r--r-- | sound/soc/omap/omap-hdmi-audio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/omap/omap-hdmi-audio.c b/sound/soc/omap/omap-hdmi-audio.c index f83cc2bc0fc4..64425d352962 100644 --- a/sound/soc/omap/omap-hdmi-audio.c +++ b/sound/soc/omap/omap-hdmi-audio.c @@ -345,6 +345,7 @@ static int omap_hdmi_audio_probe(struct platform_device *pdev) dai_drv = &omap4_hdmi_dai; break; case OMAPDSS_VER_OMAP5: + case OMAPDSS_VER_DRA7xx: dai_drv = &omap5_hdmi_dai; break; default: |