From patchwork Thu Aug 19 06:14:02 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: You-Sheng Yang X-Patchwork-Id: 1518434 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4GqvdF4B6fz9t0p; Thu, 19 Aug 2021 16:15:13 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1mGbKY-00008b-BT; Thu, 19 Aug 2021 06:15:10 +0000 Received: from mail-pf1-f172.google.com ([209.85.210.172]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1mGbK7-0008J0-9S for kernel-team@lists.ubuntu.com; Thu, 19 Aug 2021 06:14:43 +0000 Received: by mail-pf1-f172.google.com with SMTP id t42so1938321pfg.12 for ; Wed, 18 Aug 2021 23:14:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=KZDqYsQ6cewXgs6lsMs+XzOLUZSEaIYQO1DKOEcoi7o=; b=R6BAK3SWudildNmmRPsZLfKKOS3SYaAp/Do2gp0McRO3eDGeKhbm6z5VNmWUh7qlki wyqj6E53KZQhRDruZXmcgRGZdviQb5LCfdQNBh+k9tAaZTv09cha7NHkSI7H4iSH+sKG mal6++VTZ9JUpTTqNXt9DHL6gaSAVuRiLFx1iiuoMVp2CvZgSjG9oTmsbwGnpJUjMwtd DjSj9qaozkitSRZYW/MtLKJoAo2BV5Rxev/T2VZB9pMl1D1uHGuYk/zxDXuMnQAuqk1s s2XBjUl9v3ARm9F3/52eoMYY37EwahyOGilG1dY9nbdOPNZR8sxBu4J0ia6PkwMfhz3J 4vFQ== X-Gm-Message-State: AOAM533eo7wqAeTjpFEIKrgc6ABGAsC+kmLGsmKGeXBjB6eyx7vBQKTP VbGM15ejQH3Qm0aysP5aFOQ4MXybmGb3Kw== X-Google-Smtp-Source: ABdhPJwSRXH/7yUeWYgOjgf7UfHcIJnBMhYBvOoyQRNXm21p/eQzJZvNHXVaJ+FNfWejOsa1cdWNng== X-Received: by 2002:a63:cf0c:: with SMTP id j12mr12530427pgg.411.1629353681416; Wed, 18 Aug 2021 23:14:41 -0700 (PDT) Received: from localhost (114-47-140-65.dynamic-ip.hinet.net. [114.47.140.65]) by smtp.gmail.com with ESMTPSA id z9sm1835550pfa.2.2021.08.18.23.14.40 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Aug 2021 23:14:41 -0700 (PDT) From: You-Sheng Yang To: kernel-team@lists.ubuntu.com Subject: [PATCH 06/30][SRU][OEM-5.13][I][U] ALSA: hda/cs8409: Disable unnecessary Ring Sense for Cyborg/Warlock/Bullseye Date: Thu, 19 Aug 2021 14:14:02 +0800 Message-Id: <20210819061427.900601-7-vicamo.yang@canonical.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210819061427.900601-1-vicamo.yang@canonical.com> References: <20210819061427.900601-1-vicamo.yang@canonical.com> MIME-Version: 1.0 Received-SPF: pass client-ip=209.85.210.172; envelope-from=vicamo@gmail.com; helo=mail-pf1-f172.google.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" From: Stefan Binding BugLink: https://bugs.launchpad.net/bugs/1939541 Also remove unnecessary repeated register writes. Signed-off-by: Stefan Binding Signed-off-by: Vitaly Rodionov Link: https://lore.kernel.org/r/20210811185654.6837-7-vitalyr@opensource.cirrus.com Signed-off-by: Takashi Iwai (cherry picked from commit 1f03db686583ee1c5cce4db62335fcb685bce27d) Signed-off-by: You-Sheng Yang --- sound/pci/hda/patch_cs8409-tables.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sound/pci/hda/patch_cs8409-tables.c b/sound/pci/hda/patch_cs8409-tables.c index 91b6a5b2824a..07d3ae28c105 100644 --- a/sound/pci/hda/patch_cs8409-tables.c +++ b/sound/pci/hda/patch_cs8409-tables.c @@ -153,11 +153,9 @@ const struct cs8409_i2c_param cs42l42_init_reg_seq[] = { { 0x1121, 0xF3 }, { 0x1103, 0x20 }, { 0x1105, 0x00 }, - { 0x1112, 0xC0 }, + { 0x1112, 0x00 }, { 0x1113, 0x80 }, { 0x1C03, 0xC0 }, - { 0x1105, 0x00 }, - { 0x1112, 0xC0 }, { 0x1101, 0x02 }, { 0x1316, 0xff }, { 0x1317, 0xff },