From: Ricardo Neri Date: Fri, 18 May 2012 06:42:38 +0000 (-0500) Subject: ASoC: OMAP: HDMI: Expand configuration of hw_params X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7e6aa220798efd5cd95737b7493b904dddbf413d;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git ASoC: OMAP: HDMI: Expand configuration of hw_params Expand the configuration of the hw_params to include the IEC-60958 channel status word and the CEA-861 audio infoframe. The configuration of such structures depends on the snd_pcm_hw_params received. A omap_dss_audio is used to pass the configuration parameters to DSS. Signed-off-by: Ricardo Neri Acked-by: Mark Brown Signed-off-by: Liam Girdwood --- diff --git a/sound/soc/omap/omap-hdmi.c b/sound/soc/omap/omap-hdmi.c index ff6132a9b7e..fc4815a6efb 100644 --- a/sound/soc/omap/omap-hdmi.c +++ b/sound/soc/omap/omap-hdmi.c @@ -30,6 +30,8 @@ #include #include #include +#include +#include #include