From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leon Romanovsky Subject: [PATCH v2 08/12] ASoC: alc5632: Fix I2S digital interface power for recording Date: Sat, 11 Feb 2012 23:26:34 +0200 Message-ID: <1328995598-8788-9-git-send-email-leon@leon.nu> References: <1328995598-8788-1-git-send-email-leon@leon.nu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ey0-f179.google.com (mail-ey0-f179.google.com [209.85.215.179]) by alsa0.perex.cz (Postfix) with ESMTP id B041D103AD8 for ; Sat, 11 Feb 2012 22:27:05 +0100 (CET) Received: by mail-ey0-f179.google.com with SMTP id n11so1209112eaa.38 for ; Sat, 11 Feb 2012 13:27:05 -0800 (PST) In-Reply-To: <1328995598-8788-1-git-send-email-leon@leon.nu> 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: lrg@ti.com, broonie@opensource.wolfsonmicro.com, alsa-devel@alsa-project.org Cc: Andrey Danin , Leon Romanovsky List-Id: alsa-devel@alsa-project.org From: Andrey Danin Fix I2S digital interface power for recording. Signed-off-by: Andrey Danin Signed-off-by: Leon Romanovsky --- sound/soc/codecs/alc5632.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sound/soc/codecs/alc5632.c b/sound/soc/codecs/alc5632.c index b6b95c8..f965560 100644 --- a/sound/soc/codecs/alc5632.c +++ b/sound/soc/codecs/alc5632.c @@ -356,7 +356,7 @@ SND_SOC_DAPM_MUX("SpeakerOut N Mux", SND_SOC_NOPM, 0, 0, &alc5632_spkoutn_mux_controls), SND_SOC_DAPM_MUX("ADCR Mux", SND_SOC_NOPM, 0, 0, &alc5632_adcr_func_controls), -SND_SOC_DAPM_MUX("I2SOut Mux", SND_SOC_NOPM, 0, 0, +SND_SOC_DAPM_MUX("I2SOut Mux", ALC5632_PWR_MANAG_ADD1, 11, 0, &alc5632_i2s_out_controls), /* output mixers */ -- 1.7.3.4