Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752765AbbELG5Q (ORCPT ); Tue, 12 May 2015 02:57:16 -0400 Received: from mail-by2on0116.outbound.protection.outlook.com ([207.46.100.116]:63136 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752676AbbELG5M (ORCPT ); Tue, 12 May 2015 02:57:12 -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 4/4] ASoC: wm8958: correct BCLK DIV 348 to 384 Date: Tue, 12 May 2015 14:58:50 +0800 Message-ID: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: X-EOPAttributedMessage: 0 X-Microsoft-Exchange-Diagnostics: 1;BN1BFFO11FD001;1:S6VWW/fFk+wLPYLWpnr8hRXKkMWCWtjCfBW72GKhNVtBg2V/ThU1gWK+bu7a2w3dJkznbL+70sYk9vzXrISrXHEQes1KPvgyLGSSwXZY591d0KZFKBfl2OiIOk3xW80482xqnj7vQ1R9t0TfbWwpqY3JUyoafcO7oIc6McaAj4A9FFNqk3L0nU2lxA5EZ824/AuToAJ6Yb1FwL9crO9qtl8/WD7qMKZlVxIQ2YCCfv6cF7aFOxysA4BKd+gyJwC31palXGzJchyxbod7h2KYUbmJbqHmmCz0DpcBW3oOHncMRpKvcmOxZGMgRAt6Xm3/n17C5i9eqQm4bP+Hv+DIFQ== X-Forefront-Antispam-Report: CIP:192.88.158.2;CTRY:US;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10019020)(6009001)(339900001)(189002)(199003)(189998001)(50986999)(33646002)(76176999)(5001960100002)(110136002)(87936001)(118296001)(36756003)(105606002)(46102003)(107886002)(92566002)(19580395003)(19580405001)(2351001)(85426001)(106466001)(77096005)(86362001)(5001920100001)(229853001)(2950100001)(48376002)(104016003)(77156002)(50466002)(6806004)(47776003)(50226001)(62966003)(217873001)(4001430100001);DIR:OUT;SFP:1102;SCL:1;SRVR:BY1PR0301MB1254;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:BY1PR0301MB1254; 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:BY1PR0301MB1254;BCL:0;PCL:0;RULEID:;SRVR:BY1PR0301MB1254; X-Forefront-PRVS: 0574D4712B X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 12 May 2015 06:57:09.9487 (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: BY1PR0301MB1254 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 847 Lines: 29 According to the RM of wm8958, BCLK DIV 348 doesn't exist, correct it to 384. Signed-off-by: Zidan Wang --- sound/soc/codecs/wm8994.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 2d32b54..33bf663 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c @@ -2752,7 +2752,7 @@ static struct { }; static int fs_ratios[] = { - 64, 128, 192, 256, 348, 512, 768, 1024, 1408, 1536 + 64, 128, 192, 256, 384, 512, 768, 1024, 1408, 1536 }; static int bclk_divs[] = { -- 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/