From nobody Mon Feb 9 05:20:57 2026 Received: from mg.richtek.com (mg.richtek.com [220.130.44.152]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0FFC847A6B; Mon, 12 Jan 2026 01:27:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.130.44.152 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768181282; cv=none; b=HClHg6+8dDJN1AZ0VZ1e7VUodABu5Nd07D58UQqoUctJ9QFdchcyCJWTA7UiewKT7ZsCOfmOnIdA+R/coJvT5NnRL1U7tqsNJVt2offR/YtxaqKLDK+z70q0AJdT/M5pvpQabqpuoCi0pWGXoyrEdPL/rLC3gtU6FmAKSoz1khY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768181282; c=relaxed/simple; bh=9Wk7FrbTcv+dFo1caqWBl1Bt+jFb3v9kyRkmsHEUZuQ=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=FVQd/OS+N2VeRl9Z17iWHdzYkwIBDaETRPnXFFsm3RBPhvZRHRh33aG6QXjdSdI/yuiDCQS3O81g6vK8dMNx9TnOCdULmGA0RvPX8s/xQS46G0QDNXwn0KJHHQeAD0MTY+Am9R+e77ITp2RLwKTjiRbeoVTucYOV+/kqaisbnkY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=richtek.com; spf=pass smtp.mailfrom=richtek.com; dkim=pass (2048-bit key) header.d=richtek.com header.i=@richtek.com header.b=1pwYGLd1; arc=none smtp.client-ip=220.130.44.152 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=richtek.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=richtek.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=richtek.com header.i=@richtek.com header.b="1pwYGLd1" X-MailGates: (SIP:2,PASS,NONE)(compute_score:DELIVER,40,3) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=richtek.com; s=richtek; t=1768181272; bh=QPKxOxkLsCyaMcJwN0XhMC5MGMh+uxaYm+lWvEdp1uw=; l=1355; h=From:To:Subject:Date:Message-ID:MIME-Version; b=1pwYGLd1jXtnLgn5D7binzP222RnuggZ/L2PtJV49/owmDBgCWZh7Y6Z68js9R3d7 2OpDOhNPMS4LRdTlSH/WwQ2NNYtdg+44c7StsjotTv0jmvNkLg9eGiSUZGweYMz2Lq 59pkAdn14x1cGbl8eQJ1cIxsKNardcptMzaSqA9+xyKmdaopFGpZetc/FhMy3y+XJJ SILjuqc8Uw5jbtyeUtYE9o6afRcMKEGD1HEBWzkwwI23Q6Z9YF3dAacD0XqRYEEm0u EnHZ9vebVey0G9GsdSmYsTdXMRvd9DsOeAsefQq6hcI98Dr8H4QZ3CC8PQASFdwYAB sVv9Gcf4Vws4Q== Received: from 192.168.10.47 by mg.richtek.com with MailGates ESMTPS Server V6.0(2572451:1:AUTH_RELAY) (envelope-from ) (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256/256); Mon, 12 Jan 2026 09:27:39 +0800 (CST) Received: from ex3.rt.l (192.168.10.46) by ex4.rt.l (192.168.10.47) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1748.26; Mon, 12 Jan 2026 09:27:38 +0800 Received: from git-send.richtek.com (192.168.10.154) by ex3.rt.l (192.168.10.45) with Microsoft SMTP Server id 15.2.1748.26 via Frontend Transport; Mon, 12 Jan 2026 09:27:38 +0800 From: To: Mark Brown , Krzysztof Kozlowski CC: Rob Herring , Conor Dooley , "Liam Girdwood" , ChiYuan Huang , , , , , , Subject: [PATCH v2 1/3] ASoC: codecs: rtq9128: Modify the chip initial setting Date: Mon, 12 Jan 2026 09:27:32 +0800 Message-ID: <340c88ae78edeb76cde812453c9a72d28b73e9f4.1768180827.git.cy_huang@richtek.com> X-Mailer: git-send-email 2.43.5 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: ChiYuan Huang Modify the chip initial setting to default enable DC load detection function. This function is the chip specific feature that can detect the output open/short. Signed-off-by: ChiYuan Huang --- sound/soc/codecs/rtq9128.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/soc/codecs/rtq9128.c b/sound/soc/codecs/rtq9128.c index 391cc03d687f..289bb3c04a90 100644 --- a/sound/soc/codecs/rtq9128.c +++ b/sound/soc/codecs/rtq9128.c @@ -352,7 +352,7 @@ static const struct snd_soc_dapm_route rtq9128_dapm_rou= tes[] =3D { static const struct rtq9128_init_reg rtq9128_tka470b_tables[] =3D { { 0xA0, 0xEF }, { 0x0D, 0x00 }, - { 0x03, 0x05 }, + { 0x03, 0x45 }, { 0x05, 0x31 }, { 0x06, 0x23 }, { 0x70, 0x11 }, @@ -367,7 +367,7 @@ static const struct rtq9128_init_reg rtq9128_tka470b_ta= bles[] =3D { =20 static const struct rtq9128_init_reg rtq9128_dh_tables[] =3D { { 0x0F, 0x00 }, - { 0x03, 0x0D }, + { 0x03, 0x4D }, { 0xB2, 0xFF }, { 0xB3, 0xFF }, { 0x30, 0x180 }, @@ -378,7 +378,7 @@ static const struct rtq9128_init_reg rtq9128_dh_tables[= ] =3D { =20 static const struct rtq9128_init_reg rtq9128_dl_tables[] =3D { { 0x0F, 0x00 }, - { 0x03, 0x0D }, + { 0x03, 0x4D }, { 0x30, 0x180 }, { 0x8A, 0x55 }, { 0x72, 0x00 }, --=20 2.34.1