From e89861e9b44fcd606cdade6230eb0037ad5911bf Mon Sep 17 00:00:00 2001 From: Miguel Aguilar Date: Thu, 21 Jan 2010 11:41:51 -0600 Subject: DaVinci: DM365: Voice codec support for the DM365 SoC This patch adds the generic Voice Codec support for the DM365 based platforms. Signed-off-by: Miguel Aguilar Acked-by: Mark Brown Signed-off-by: Kevin Hilman --- arch/arm/mach-davinci/include/mach/mux.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/mach-davinci/include/mach/mux.h') diff --git a/arch/arm/mach-davinci/include/mach/mux.h b/arch/arm/mach-davinci/include/mach/mux.h index 137bfba51d1f..2a68c1d8a24b 100644 --- a/arch/arm/mach-davinci/include/mach/mux.h +++ b/arch/arm/mach-davinci/include/mach/mux.h @@ -327,6 +327,8 @@ enum davinci_dm365_index { /* EDMA event muxing */ DM365_EVT2_ASP_TX, DM365_EVT3_ASP_RX, + DM365_EVT2_VC_TX, + DM365_EVT3_VC_RX, DM365_EVT26_MMC0_RX, }; -- cgit