From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leon Romanovsky Subject: [PATCH v2 09/12] ASoC: alc5632: Connect HP/HPL/HPR mix'es to HPOut Mix Date: Sat, 11 Feb 2012 23:26:35 +0200 Message-ID: <1328995598-8788-10-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 ABFBF103A12 for ; Sat, 11 Feb 2012 22:27:07 +0100 (CET) Received: by mail-ey0-f179.google.com with SMTP id n11so1209112eaa.38 for ; Sat, 11 Feb 2012 13:27:07 -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 , Marc Dietrich List-Id: alsa-devel@alsa-project.org From: Marc Dietrich This patch should fix output through speakers using HP mixer. Signed-off-by: Andrey Danin --- sound/soc/codecs/alc5632.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/sound/soc/codecs/alc5632.c b/sound/soc/codecs/alc5632.c index f965560..69c652c 100644 --- a/sound/soc/codecs/alc5632.c +++ b/sound/soc/codecs/alc5632.c @@ -482,6 +482,9 @@ static const struct snd_soc_dapm_route alc5632_dapm_routes[] = { {"HP Mix", "VOICE2HP Playback Switch", "Voice Mix"}, {"HPR Mix", "DACR2HP Playback Switch", "DAC Right Channel"}, {"HPL Mix", "DACL2HP Playback Switch", "DAC Left Channel"}, + {"HPOut Mix", NULL, "HP Mix"}, + {"HPOut Mix", NULL, "HPR Mix"}, + {"HPOut Mix", NULL, "HPL Mix"}, /* speaker mixer */ {"Speaker Mix", "LI2SPK Playback Switch", "Line Mix"}, -- 1.7.3.4