summarylogtreecommitdiffstats
path: root/ROG_ALLY_OLDER_BIOS_AUDIO.patch
diff options
context:
space:
mode:
authorJeka2023-12-11 18:22:16 +0300
committerJeka2023-12-11 18:22:16 +0300
commit139ff035492c400023b1b7f0e6603c33cd9f04d2 (patch)
treed9f8b6e2ee29b9a91a862c4d87843c07e99f85fa /ROG_ALLY_OLDER_BIOS_AUDIO.patch
parent41ebcbdba1e39e7fe2bc46e727e8a88ed9fb7be0 (diff)
downloadaur-139ff035492c400023b1b7f0e6603c33cd9f04d2.tar.gz
kernel release 6.6.6
Diffstat (limited to 'ROG_ALLY_OLDER_BIOS_AUDIO.patch')
-rw-r--r--ROG_ALLY_OLDER_BIOS_AUDIO.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/ROG_ALLY_OLDER_BIOS_AUDIO.patch b/ROG_ALLY_OLDER_BIOS_AUDIO.patch
deleted file mode 100644
index d8cf5d888221..000000000000
--- a/ROG_ALLY_OLDER_BIOS_AUDIO.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/sound/pci/hda/cs35l41_hda_property.c b/sound/pci/hda/cs35l41_hda_property.c
-index b39f944..feb4852 100644
---- a/sound/pci/hda/cs35l41_hda_property.c
-+++ b/sound/pci/hda/cs35l41_hda_property.c
-@@ -72,6 +72,13 @@ static int asus_rog_2023_spkr_id2(struct cs35l41_hda *cs35l41, struct device *ph
- } else {
- cs35l41->reset_gpio = gpiod_get_index(physdev, NULL, 0, GPIOD_OUT_HIGH);
- }
-+
-+ if (strcmp(cs35l41->acpi_subsystem_id, "104317F3") == 0){
-+ hw_cfg->bst_type = CS35L41_INT_BOOST; /* ROG ALLY specific config */
-+ hw_cfg->bst_ind = 1000; /* 1,000nH Inductance value */
-+ hw_cfg->bst_ipk = 4500; /* 4,500mA peak current */
-+ hw_cfg->bst_cap = 24; /* 24 microFarad cap value */
-+ }
-
- hw_cfg->valid = true;
-