From patchwork Wed Feb 7 16:51:51 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Jean-Lo=C3=AFc_Charroud?= X-Patchwork-Id: 13548732 Received: from smtpfb2-g21.free.fr (smtpfb2-g21.free.fr [212.27.42.10]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 9381B81ABA; Wed, 7 Feb 2024 16:52:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=212.27.42.10 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707324725; cv=none; b=eD7KDoKOWjIummYRLjKxN455AQkBYMyKSwpxT1iERoWNsRGE2mm5COsPtw75VXvaR8NN4Fc4GCzUsvHL6DJSvEo5aOU66vTR3i2l8gFgFaDEWQw6hgXA+DCzXW/HjMf3/x7FzMFlJyGscV03Wk7aEgl+Rl3g0MbLtZ7CndVj3c4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707324725; c=relaxed/simple; bh=ullUCm7exVfhJyVcH9cYkV6AWD58V3ikalbuxCkhQUM=; h=Date:From:To:Cc:Message-ID:In-Reply-To:References:Subject: MIME-Version:Content-Type; b=gjiumpkLJWN7DycyxQprwyNoKyzMMlu9LVmN2Ey9F7dj1JoSREN+zqbpHm3bM+vK6Z+1Daq0eMHskgRGlSTS87jOj3Wn6A9Lzn1s0ktE8uI+Eq939cZOyNzWhXlLeci900ftF0sdiA6FBcJH2ReLXvTm7vqjasMSrapiFfohHTc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=free.fr; spf=pass smtp.mailfrom=free.fr; arc=none smtp.client-ip=212.27.42.10 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=free.fr Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=free.fr Received: from smtp6-g21.free.fr (smtp6-g21.free.fr [212.27.42.6]) by smtpfb2-g21.free.fr (Postfix) with ESMTP id B39584CE98; Wed, 7 Feb 2024 17:51:58 +0100 (CET) Received: from zimbra-e1-03.priv.proxad.net (unknown [172.20.243.151]) by smtp6-g21.free.fr (Postfix) with ESMTP id 1033B78050F; Wed, 7 Feb 2024 17:51:51 +0100 (CET) Date: Wed, 7 Feb 2024 17:51:51 +0100 (CET) From: =?utf-8?q?Jean-Lo=C3=AFc?= Charroud To: Takashi Iwai Cc: Stefan Binding , Jaroslav Kysela , Richard Fitzgerald , linux-sound , linux-kernel , patches Message-ID: <1618884269.586462178.1707324711030.JavaMail.zimbra@free.fr> In-Reply-To: <87jzng5mzv.wl-tiwai@suse.de> References: <726559913.576332068.1707239153891.JavaMail.zimbra@free.fr> <87o7cs5r29.wl-tiwai@suse.de> <1366935939.585144512.1707316246651.JavaMail.zimbra@free.fr> <87jzng5mzv.wl-tiwai@suse.de> Subject: [PATCH] ALSA: hda/realtek: cs35l41: Fix device ID / model name Precedence: bulk X-Mailing-List: linux-sound@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Mailer: Zimbra 9.0.0_GA_1337 (ZimbraWebClient - FF122 (Linux)/9.0.0_GA_1337) Thread-Topic: ALSA: hda/realtek: cs35l41: Fix device ID / model name Thread-Index: 9pPIqsITclKV5kjHLQSEN4VMNuZxbA== (un)swap device ID for "ASUS UM3402" and "ASUS UM6702RA/RC". Signed-off-by: Jean-Loïc Charroud Signed-off-by: Jean-Loïc Charroud --- sound/pci/hda/patch_realtek.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 7aa88ed04bde..fe81a628d7c8 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -9939,11 +9939,11 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x1043, 0x16a3, "ASUS UX3402VA", ALC245_FIXUP_CS35L41_SPI_2), SND_PCI_QUIRK(0x1043, 0x1f62, "ASUS UX7602ZM", ALC245_FIXUP_CS35L41_SPI_2), SND_PCI_QUIRK(0x1043, 0x1e11, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA502), - SND_PCI_QUIRK(0x1043, 0x1e12, "ASUS UM6702RA/RC", ALC287_FIXUP_CS35L41_I2C_2), + SND_PCI_QUIRK(0x1043, 0x1e12, "ASUS UM3402", ALC287_FIXUP_CS35L41_I2C_2), SND_PCI_QUIRK(0x1043, 0x1e51, "ASUS Zephyrus M15", ALC294_FIXUP_ASUS_GU502_PINS), SND_PCI_QUIRK(0x1043, 0x1e5e, "ASUS ROG Strix G513", ALC294_FIXUP_ASUS_G513_PINS), SND_PCI_QUIRK(0x1043, 0x1e8e, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA401), - SND_PCI_QUIRK(0x1043, 0x1ee2, "ASUS UM3402", ALC287_FIXUP_CS35L41_I2C_2), + SND_PCI_QUIRK(0x1043, 0x1ee2, "ASUS UM6702RA/RC", ALC287_FIXUP_CS35L41_I2C_2), SND_PCI_QUIRK(0x1043, 0x1c52, "ASUS Zephyrus G15 2022", ALC289_FIXUP_ASUS_GA401), SND_PCI_QUIRK(0x1043, 0x1f11, "ASUS Zephyrus G14", ALC289_FIXUP_ASUS_GA401), SND_PCI_QUIRK(0x1043, 0x1f12, "ASUS UM5302", ALC287_FIXUP_CS35L41_I2C_2),