Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e04fadaa authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Mark Brown
Browse files

ASoC: omap-hdmi-audio: Support for DRA7xx family



DRA7xx family is compatible with the OMAP5 HDMI.

Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 92e963f5
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -345,6 +345,7 @@ static int omap_hdmi_audio_probe(struct platform_device *pdev)
		dai_drv = &omap4_hdmi_dai;
		dai_drv = &omap4_hdmi_dai;
		break;
		break;
	case OMAPDSS_VER_OMAP5:
	case OMAPDSS_VER_OMAP5:
	case OMAPDSS_VER_DRA7xx:
		dai_drv = &omap5_hdmi_dai;
		dai_drv = &omap5_hdmi_dai;
		break;
		break;
	default:
	default: