Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752855AbbELHML (ORCPT ); Tue, 12 May 2015 03:12:11 -0400 Received: from mail-bn1on0119.outbound.protection.outlook.com ([157.56.110.119]:20464 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752515AbbELHMI (ORCPT ); Tue, 12 May 2015 03:12:08 -0400 Authentication-Results: spf=fail (sender IP is 192.88.158.2) smtp.mailfrom=freescale.com; freescale.mail.onmicrosoft.com; dkim=none (message not signed) header.d=none; From: Zidan Wang To: CC: , , , , , , , Zidan Wang Subject: [alsa-devel][PATCH 3/4] ASoC: wm8960: fix "RINPUT3" audio route error Date: Tue, 12 May 2015 14:58:36 +0800 Message-ID: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: X-EOPAttributedMessage: 0 X-Microsoft-Exchange-Diagnostics: 1;BL2FFO11OLC016;1:uIbUWwd1AJlG23XC9P0FrVMaxNPKAELPEbzboBQloCCmqDJoZ12VxZjg13+pqGsme8dAN/cG5b+R2kK/d/bVi+OEO2wLfv7vND9mlnNPkNymPKLC45p+QgkoX/hiM+mOMGvgPjDonAp68FH3EMpqNY0w0eZgfNHLn7bHl6I6lAEGMaYdhmPGANhirDIk5goOvw5q62HhfGOmbtU0k/P6hGp/N9iKm9pKbG/7k7Q84ZnwuEx9Cv97Ujs9mLcDpzsWw0ZWLLalROdbPtetA+GeEQuLkGkwL+gvG4FMz8KX/IQzpOp1qlO4OqHs2/D27OdJsGHTLd8opgxcAoiCCmxtvA== X-Forefront-Antispam-Report: CIP:192.88.158.2;CTRY:US;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10019020)(6009001)(339900001)(189002)(199003)(46102003)(50986999)(229853001)(110136002)(76176999)(2950100001)(189998001)(92566002)(2351001)(36756003)(33646002)(50466002)(77096005)(87936001)(48376002)(6806004)(104016003)(85426001)(105606002)(19580405001)(86362001)(47776003)(106466001)(118296001)(62966003)(5001960100002)(77156002)(19580395003)(107886002)(50226001)(4001430100001);DIR:OUT;SFP:1102;SCL:1;SRVR:BN3PR0301MB1252;H:az84smr01.freescale.net;FPR:;SPF:Fail;MLV:sfv;MX:1;A:1;LANG:en; MIME-Version: 1.0 Content-Type: text/plain X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BN3PR0301MB1252; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5005006)(3002001);SRVR:BN3PR0301MB1252;BCL:0;PCL:0;RULEID:;SRVR:BN3PR0301MB1252; X-Forefront-PRVS: 0574D4712B X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 12 May 2015 06:56:55.3538 (UTC) X-MS-Exchange-CrossTenant-Id: 710a03f5-10f6-4d38-9ff4-a80b81da590d X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=710a03f5-10f6-4d38-9ff4-a80b81da590d;Ip=[192.88.158.2];Helo=[az84smr01.freescale.net] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: BN3PR0301MB1252 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1069 Lines: 29 It should be "RINPUT3" instead of "LINPUT3" route to "Right Input Mixer". Signed-off-by: Zidan Wang --- sound/soc/codecs/wm8960.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/wm8960.c b/sound/soc/codecs/wm8960.c index 2559e31..4ab1607 100644 --- a/sound/soc/codecs/wm8960.c +++ b/sound/soc/codecs/wm8960.c @@ -397,7 +397,7 @@ static const struct snd_soc_dapm_route audio_paths[] = { { "Right Input Mixer", "Boost Switch", "Right Boost Mixer", }, { "Right Input Mixer", NULL, "RINPUT1", }, /* Really Boost Switch */ { "Right Input Mixer", NULL, "RINPUT2" }, - { "Right Input Mixer", NULL, "LINPUT3" }, + { "Right Input Mixer", NULL, "RINPUT3" }, { "Left ADC", NULL, "Left Input Mixer" }, { "Right ADC", NULL, "Right Input Mixer" }, -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/