From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leon Romanovsky Subject: [PATCH 05/12] ASoC: alc5632: Remove unexisting route from Phone Mix to Mono Mix Date: Sat, 11 Feb 2012 23:10:38 +0200 Message-ID: <1328994645-8237-6-git-send-email-leon@leon.nu> References: <1328994645-8237-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 55A21103A1E for ; Sat, 11 Feb 2012 22:11:17 +0100 (CET) Received: by mail-ey0-f179.google.com with SMTP id n11so1204912eaa.38 for ; Sat, 11 Feb 2012 13:11:17 -0800 (PST) In-Reply-To: <1328994645-8237-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 There is no Phone Mix<->Mono Mix route in datasheet. Signed-off-by: Andrey Danin Signed-off-by: Leon Romanovsky --- sound/soc/codecs/alc5632.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/sound/soc/codecs/alc5632.c b/sound/soc/codecs/alc5632.c index d56218f..11da806 100644 --- a/sound/soc/codecs/alc5632.c +++ b/sound/soc/codecs/alc5632.c @@ -443,7 +443,6 @@ static const struct snd_soc_dapm_route alc5632_dapm_routes[] = { {"Mono Mix", "ADC2MONO_L Playback Switch", "Left Capture Mix"}, {"Mono Mix", "ADC2MONO_R Playback Switch", "Right Capture Mix"}, {"Mono Mix", "LI2MONO Playback Switch", "Line Mix"}, - {"Mono Mix", "VOICE2MONO Playback Switch", "Phone Mix"}, {"Mono Mix", "MIC12MONO Playback Switch", "MIC1 PGA"}, {"Mono Mix", "MIC22MONO Playback Switch", "MIC2 PGA"}, {"Mono Mix", "DAC2MONO Playback Switch", "DAC Left Channel"}, -- 1.7.3.4