From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C55ECC433DB for ; Sat, 30 Jan 2021 14:53:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8216764E17 for ; Sat, 30 Jan 2021 14:53:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232120AbhA3Ovy (ORCPT ); Sat, 30 Jan 2021 09:51:54 -0500 Received: from muru.com ([72.249.23.125]:55036 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231686AbhA3Orz (ORCPT ); Sat, 30 Jan 2021 09:47:55 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 7768D804D; Sat, 30 Jan 2021 14:36:59 +0000 (UTC) Date: Sat, 30 Jan 2021 16:36:48 +0200 From: Tony Lindgren To: Sebastian Reichel Cc: Pavel Machek , Merlijn Wajer , Mark Brown , Liam Girdwood , Dan Carpenter , linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCHv1] ASoC: cpcap: fix microphone timeslot mask Message-ID: References: <20210123172945.3958622-1-sre@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210123172945.3958622-1-sre@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Sebastian Reichel [210123 17:30]: > This is compile tested only, since I currently do not have > my Droid 4 ready for running some tests. Maybe Tony, Pavel or > Merlijn can give it a go using e.g. arecord. I just tried recording with arecord -D plughw:CARD=Audio,DEV=1 | hd but only see the header and no data.. DEV=0 won't produce anything, maybe I have the alsamixer settings wrong. Let me know if you want me to try something else. I do have the pending voice call patches applied on top, voice calls work just fine with your patch. So as it looks correct to me: Reviewed-by: Tony Lindgren