From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Neri Subject: [PATCH 06/11] ASoC: OMAP: HDMI: Expand configuration of hw_params Date: Fri, 18 May 2012 01:42:38 -0500 Message-ID: <1337323363-11449-7-git-send-email-ricardo.neri@ti.com> References: <1337323363-11449-1-git-send-email-ricardo.neri@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by alsa0.perex.cz (Postfix) with ESMTP id 135AD24358 for ; Fri, 18 May 2012 08:43:17 +0200 (CEST) In-Reply-To: <1337323363-11449-1-git-send-email-ricardo.neri@ti.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: broonie@opensource.wolfsonmicro.com, lrg@ti.com Cc: x0055901@ti.com, alsa-devel@alsa-project.org, Ricardo Neri , peter.ujfalusi@ti.com, s-guiriec@ti.com, linux-omap@vger.kernel.org List-Id: alsa-devel@alsa-project.org 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 --- sound/soc/omap/omap-hdmi.c | 116 +++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 115 insertions(+), 1 deletions(-) diff --git a/sound/soc/omap/omap-hdmi.c b/sound/soc/omap/omap-hdmi.c index ff6132a..fc4815a 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