summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--ALSA-hda-realtek-Add-quirk-for-ASUS-Zenbook-using-CS35L41.patch32
-rw-r--r--PKGBUILD4
4 files changed, 2 insertions, 39 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f65f33bbd64..fe9144a1c1e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-mainline-um5302ta
pkgdesc = Linux
pkgver = 6.1rc5
- pkgrel = 1
+ pkgrel = 2
url = https://git.kernel.org/torvalds/h/v6.1-rc5
arch = x86_64
license = GPL2
@@ -22,14 +22,12 @@ pkgbase = linux-mainline-um5302ta
options = !strip
source = linux-mainline::git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v6.1-rc5
source = config
- source = ALSA-hda-realtek-Add-quirk-for-ASUS-Zenbook-using-CS35L41.patch
source = cs35l42-hda-no-acpi-dsd-csc3551.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = A2FF3A36AAA56654109064AB19802F8B0D70FC30
sha256sums = SKIP
sha256sums = 05168cbbeb6378eec6c84fe3300cede4fa5cf6130c39fb8af95040529bd390a6
- sha256sums = 1391b24a25148c3f1a60867d2f805f85c3dd201ffd0293b66d1ac892da20d910
sha256sums = e2613a7336bd01a2727ca2fc37e1000be6e9d30632aec56eff334e3f7b23e487
pkgname = linux-mainline-um5302ta
diff --git a/.gitignore b/.gitignore
index 77323655c090..9813e1354870 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,5 +3,4 @@
!/PKGBUILD
!/.SRCINFO
!/config
-!/ALSA-hda-realtek-Add-quirk-for-ASUS-Zenbook-using-CS35L41.patch
!/cs35l42-hda-no-acpi-dsd-csc3551.patch
diff --git a/ALSA-hda-realtek-Add-quirk-for-ASUS-Zenbook-using-CS35L41.patch b/ALSA-hda-realtek-Add-quirk-for-ASUS-Zenbook-using-CS35L41.patch
deleted file mode 100644
index 82ca9976ea95..000000000000
--- a/ALSA-hda-realtek-Add-quirk-for-ASUS-Zenbook-using-CS35L41.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 8d06679b25fc6813eb2438fac7fa13f4f3c2ef37 Mon Sep 17 00:00:00 2001
-From: Stefan Binding <sbinding@opensource.cirrus.com>
-Date: Fri, 28 Oct 2022 11:27:42 +0100
-Subject: ALSA: hda/realtek: Add quirk for ASUS Zenbook using CS35L41
-
-This Asus Zenbook laptop use Realtek HDA codec combined with
-2xCS35L41 Amplifiers using I2C with Internal Boost.
-
-Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
-Cc: <stable@vger.kernel.org>
-Link: https://lore.kernel.org/r/20221028102742.2588687-1-sbinding@opensource.cirrus.com
-Signed-off-by: Takashi Iwai <tiwai@suse.de>
----
- sound/pci/hda/patch_realtek.c | 1 +
- 1 file changed, 1 insertion(+)
-
-(limited to 'sound/pci/hda/patch_realtek.c')
-
-diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
-index 701a72ec5629a..b4f7ff8cfe41b 100644
---- a/sound/pci/hda/patch_realtek.c
-+++ b/sound/pci/hda/patch_realtek.c
-@@ -9404,6 +9404,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
- SND_PCI_QUIRK(0x1043, 0x1e8e, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA401),
- 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),
- SND_PCI_QUIRK(0x1043, 0x1f92, "ASUS ROG Flow X16", ALC289_FIXUP_ASUS_GA401),
- SND_PCI_QUIRK(0x1043, 0x3030, "ASUS ZN270IE", ALC256_FIXUP_ASUS_AIO_GPIO2),
- SND_PCI_QUIRK(0x1043, 0x831a, "ASUS P901", ALC269_FIXUP_STEREO_DMIC),
---
-cgit
diff --git a/PKGBUILD b/PKGBUILD
index 5cd781732c4f..80fe84b71a5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=linux-mainline-um5302ta
pkgver=6.1rc5
-pkgrel=1
+pkgrel=2
pkgdesc='Linux'
_srctag=v6.1-rc5
url="https://git.kernel.org/torvalds/h/$_srctag"
@@ -19,7 +19,6 @@ _srcname=linux-mainline
source=(
"$_srcname::git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=$_srctag"
config # the main kernel config file
- ALSA-hda-realtek-Add-quirk-for-ASUS-Zenbook-using-CS35L41.patch
cs35l42-hda-no-acpi-dsd-csc3551.patch
)
validpgpkeys=(
@@ -29,7 +28,6 @@ validpgpkeys=(
)
sha256sums=('SKIP'
'05168cbbeb6378eec6c84fe3300cede4fa5cf6130c39fb8af95040529bd390a6'
- '1391b24a25148c3f1a60867d2f805f85c3dd201ffd0293b66d1ac892da20d910'
'e2613a7336bd01a2727ca2fc37e1000be6e9d30632aec56eff334e3f7b23e487')
export KBUILD_BUILD_HOST=archlinux