Explorar o código

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>
Peter Ujfalusi %!s(int64=9) %!d(string=hai) anos
pai
achega
e04fadaa16
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      sound/soc/omap/omap-hdmi-audio.c

+ 1 - 0
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: