From nobody Fri Oct 3 10:12:42 2025 Received: from out-182.mta1.migadu.com (out-182.mta1.migadu.com [95.215.58.182]) (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 7C44432ED4E for ; Tue, 2 Sep 2025 15:49:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.182 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756828193; cv=none; b=N/dfr++yKtkVbIoO7mr2wsranvn12N9ItCStLT0x9j9f3LHVUBHs/FbcPcqwHvjPV4eK4Yam0pxU686qbV3ADnZcFioHNKPKq3sXZJUeuFKwScFRxgrwtTlei9ZUHRb+YvMkz6dgvtpG5IhKAhx4WOVmyEcatzH6hoR/t3/9L3E= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756828193; c=relaxed/simple; bh=GfKvp+lWp4pDl+F4HAi/ffLkDmbqVxkZi9rQVn5iVpY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=f30HK4C7MJJ+gx5CGO9cTrI4wcUOfZuP2XqbSSWOJ2C09U1mMwPKOjDHJHDuWonci5Zwp774NHcVY9NUk944cyv2y5wDkXVZs/af2e8gxP3MA1SSPt6FrqxeqEBEqR3Yi9e4P1ZJ6LCHuG6TvaZoIvzQAWUlDlIR1p9J0/JhSjY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=es/TZHVQ; arc=none smtp.client-ip=95.215.58.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="es/TZHVQ" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1756828179; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=8x5w68yf3Af8nxe3BL7wYw1TQsHaAxRinJcTtpFvXT0=; b=es/TZHVQgvzG8f6T1erx6DDmo4HpoPWny4bktD1QFKblYA5QWlEw2wvSQelfxWRgIPFjB9 QeEI3tdGUQhBZ2am/Kb/SS6gE+IYwSBYpbzZuGwJatt6PLMOzYfDf1pdS/QsuYKXaE5+z+ 6wA39BitRgzRxuu0AWe2NAQMev1+YgM= From: Thorsten Blum To: Jaroslav Kysela , Takashi Iwai , Vasiliy Kovalev , John Veness , bo liu , Jackie Dong Cc: Thorsten Blum , Takashi Iwai , Richard Fitzgerald , Oldherl Oh , =?UTF-8?q?Jaros=C5=82aw=20Janik?= , linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] ALSA: hda/conexant: Fix typos in comments Date: Tue, 2 Sep 2025 17:48:41 +0200 Message-ID: <20250902154858.86102-2-thorsten.blum@linux.dev> 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 X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" s/OPLC/OLPC/ Signed-off-by: Thorsten Blum --- sound/hda/codecs/conexant.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/hda/codecs/conexant.c b/sound/hda/codecs/conexant.c index c881bf213ebe..5fcbc1312c69 100644 --- a/sound/hda/codecs/conexant.c +++ b/sound/hda/codecs/conexant.c @@ -32,7 +32,7 @@ struct conexant_spec { =20 unsigned int parse_flags; /* flag for snd_hda_parse_pin_defcfg() */ =20 - /* OPLC XO specific */ + /* OLPC XO specific */ bool recording; bool dc_enable; unsigned int dc_input_bias; /* offset into olpc_xo_dc_bias */ @@ -407,7 +407,7 @@ static void cxt_fixup_headset_mic(struct hda_codec *cod= ec, } } =20 -/* OPLC XO 1.5 fixup */ +/* OLPC XO 1.5 fixup */ =20 /* OLPC XO-1.5 supports DC input mode (e.g. for use with analog sensors) * through the microphone jack. --=20 2.51.0