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=-11.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 AD73DC433B4 for ; Mon, 26 Apr 2021 16:38:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8167561009 for ; Mon, 26 Apr 2021 16:38:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234529AbhDZQjh (ORCPT ); Mon, 26 Apr 2021 12:39:37 -0400 Received: from mx0b-001ae601.pphosted.com ([67.231.152.168]:52002 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234108AbhDZQjf (ORCPT ); Mon, 26 Apr 2021 12:39:35 -0400 Received: from pps.filterd (m0077474.ppops.net [127.0.0.1]) by mx0b-001ae601.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 13QGbpT6021529; Mon, 26 Apr 2021 11:37:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cirrus.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=PODMain02222019; bh=eqJUMbnkhTrwDLjuT64AjqedgEqwqlStWMiEMC13D7U=; b=fDIWsjClttMG+6rv/+e7Kz7CdqWlY/8kWmedbcqXAJnFvaLQWVuafJJtBCiUA9YT9ugf WZSKGPvnPJdWODonXyVMg5ba2etb5FANP+zd973FnH1VKprDm8ZyqwQAXaSs1YyHK3+m n/jbEJouGB1dBJDxKYuYycUKdw1HYibwuSkxSfob6Oxyoa9rFmpHiPdWZg8Am70Qlpv3 lnzsAfpDQmGTEkMXrslAA3Xqs1jnVTLC/XNmvawAeZyU6xBr4DtAao1Ub3yoj4LBZPqV DHMyDplyaeLi+QmVepcOxaOpATQjVEKFGVVGpfEyEAdUrY911NVW4tDZ3VbMzpkvRcu1 TA== Received: from ediex02.ad.cirrus.com ([87.246.76.36]) by mx0b-001ae601.pphosted.com with ESMTP id 385wdbrayb-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 26 Apr 2021 11:37:51 -0500 Received: from EDIEX01.ad.cirrus.com (198.61.84.80) by EDIEX02.ad.cirrus.com (198.61.84.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Mon, 26 Apr 2021 17:37:49 +0100 Received: from ediswmail.ad.cirrus.com (198.61.86.93) by EDIEX01.ad.cirrus.com (198.61.84.80) with Microsoft SMTP Server id 15.1.2242.4 via Frontend Transport; Mon, 26 Apr 2021 17:37:49 +0100 Received: from vitaly-Inspiron-5415.ad.cirrus.com (unknown [198.90.238.203]) by ediswmail.ad.cirrus.com (Postfix) with ESMTP id B219411D1; Mon, 26 Apr 2021 16:37:49 +0000 (UTC) From: Vitaly Rodionov To: Jaroslav Kysela , Takashi Iwai CC: , , Subject: [PATCH v2 0/2] Fix couple of bugs reported by Canonical Date: Mon, 26 Apr 2021 17:37:47 +0100 Message-ID: <20210426163749.196153-1-vitalyr@opensource.cirrus.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-ORIG-GUID: u_eH0bjPAC3fqQA8uy1G7KrSZYbLPP6u X-Proofpoint-GUID: u_eH0bjPAC3fqQA8uy1G7KrSZYbLPP6u X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 adultscore=0 mlxlogscore=911 clxscore=1015 mlxscore=0 bulkscore=0 phishscore=0 spamscore=0 suspectscore=0 lowpriorityscore=0 malwarescore=0 priorityscore=1501 impostorscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2104060000 definitions=main-2104260127 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org CirrusLogic: Cracking noises appears in built-in speaker when output volume is set >80% BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1923557i CirrusLogic: The default input volume is "0%" BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1924997 In v2: - Add additional information in commit messages. Stefan Binding (2): ALSA: hda/cirrus: Set Initial DMIC volume for Bullseye to -26 dB ALSA: hda/cirrus: Use CS8409 filter to fix abnormal sounds on Bullseye sound/pci/hda/patch_cirrus.c | 38 ++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) -- 2.25.1 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=-11.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 1064DC433B4 for ; Mon, 26 Apr 2021 16:39:04 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 60328611CE for ; Mon, 26 Apr 2021 16:39:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 60328611CE Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=opensource.cirrus.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 0619E16BC; Mon, 26 Apr 2021 18:38:10 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 0619E16BC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1619455140; bh=f4gR8UptoD+fcfBXNmAQ6g3lFliZzEmfb9PTcIfL94k=; h=From:To:Subject:Date:Cc:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=HYzIXspJBSfzEgjLilFKVwMA8aSMKOjO0FU0CVzh6lUHZMp3IWrS6Vq7YQJdLDpot URHrsm2Oo5VWgAQL+IWNLP0vp59TEv4G/M2VQ9gJkWvbvUfjjB5TNY1tKGwblDruJG 49k8Zs5DaH2lRNMM4VihCsHj9o9L8V6zHKiQeyGA= Received: from vmi242170.contaboserver.net (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 2E932F80165; Mon, 26 Apr 2021 18:38:09 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id DDF33F80218; Mon, 26 Apr 2021 18:38:02 +0200 (CEST) Received: from mx0b-001ae601.pphosted.com (mx0b-001ae601.pphosted.com [67.231.152.168]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 651C0F8012A for ; Mon, 26 Apr 2021 18:37:53 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 651C0F8012A Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=cirrus.com header.i=@cirrus.com header.b="fDIWsjCl" Received: from pps.filterd (m0077474.ppops.net [127.0.0.1]) by mx0b-001ae601.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 13QGbpT6021529; Mon, 26 Apr 2021 11:37:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cirrus.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=PODMain02222019; bh=eqJUMbnkhTrwDLjuT64AjqedgEqwqlStWMiEMC13D7U=; b=fDIWsjClttMG+6rv/+e7Kz7CdqWlY/8kWmedbcqXAJnFvaLQWVuafJJtBCiUA9YT9ugf WZSKGPvnPJdWODonXyVMg5ba2etb5FANP+zd973FnH1VKprDm8ZyqwQAXaSs1YyHK3+m n/jbEJouGB1dBJDxKYuYycUKdw1HYibwuSkxSfob6Oxyoa9rFmpHiPdWZg8Am70Qlpv3 lnzsAfpDQmGTEkMXrslAA3Xqs1jnVTLC/XNmvawAeZyU6xBr4DtAao1Ub3yoj4LBZPqV DHMyDplyaeLi+QmVepcOxaOpATQjVEKFGVVGpfEyEAdUrY911NVW4tDZ3VbMzpkvRcu1 TA== Received: from ediex02.ad.cirrus.com ([87.246.76.36]) by mx0b-001ae601.pphosted.com with ESMTP id 385wdbrayb-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 26 Apr 2021 11:37:51 -0500 Received: from EDIEX01.ad.cirrus.com (198.61.84.80) by EDIEX02.ad.cirrus.com (198.61.84.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Mon, 26 Apr 2021 17:37:49 +0100 Received: from ediswmail.ad.cirrus.com (198.61.86.93) by EDIEX01.ad.cirrus.com (198.61.84.80) with Microsoft SMTP Server id 15.1.2242.4 via Frontend Transport; Mon, 26 Apr 2021 17:37:49 +0100 Received: from vitaly-Inspiron-5415.ad.cirrus.com (unknown [198.90.238.203]) by ediswmail.ad.cirrus.com (Postfix) with ESMTP id B219411D1; Mon, 26 Apr 2021 16:37:49 +0000 (UTC) From: Vitaly Rodionov To: Jaroslav Kysela , Takashi Iwai Subject: [PATCH v2 0/2] Fix couple of bugs reported by Canonical Date: Mon, 26 Apr 2021 17:37:47 +0100 Message-ID: <20210426163749.196153-1-vitalyr@opensource.cirrus.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-ORIG-GUID: u_eH0bjPAC3fqQA8uy1G7KrSZYbLPP6u X-Proofpoint-GUID: u_eH0bjPAC3fqQA8uy1G7KrSZYbLPP6u X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 adultscore=0 mlxlogscore=911 clxscore=1015 mlxscore=0 bulkscore=0 phishscore=0 spamscore=0 suspectscore=0 lowpriorityscore=0 malwarescore=0 priorityscore=1501 impostorscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2104060000 definitions=main-2104260127 Cc: patches@opensource.cirrus.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" CirrusLogic: Cracking noises appears in built-in speaker when output volume is set >80% BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1923557i CirrusLogic: The default input volume is "0%" BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1924997 In v2: - Add additional information in commit messages. Stefan Binding (2): ALSA: hda/cirrus: Set Initial DMIC volume for Bullseye to -26 dB ALSA: hda/cirrus: Use CS8409 filter to fix abnormal sounds on Bullseye sound/pci/hda/patch_cirrus.c | 38 ++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) -- 2.25.1