]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
USB-Audio: ALC4080 - add ASUS ROG Strix B660-F Gaming WiFi USB ID
authorRoman Averin <124546+RomanAverin@users.noreply.github.com>
Fri, 26 Aug 2022 22:56:29 +0000 (01:56 +0300)
committerJaroslav Kysela <perex@perex.cz>
Mon, 29 Aug 2022 15:12:40 +0000 (17:12 +0200)
Fix for ALC4080 (ASUS ROG Strix B660-F Gaming WiFi)

Fixes: https://github.com/alsa-project/alsa-ucm-conf/pull/206
From: Roman Averin <124546+RomanAverin@users.noreply.github.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/USB-Audio/USB-Audio.conf

index 2668cd39f694a706844ed4286056edbc678e642f..5bdcf0c03926e74fa93b2440c0e0c2ed673462ca 100644 (file)
@@ -37,13 +37,14 @@ If.realtek-alc4080 {
                Type RegexMatch
                String "${CardComponents}"
                # 0b05:1996 ASUS on multiple boards (including ASUS ROG Maximus XIII)
-               # 0b05:1a27 ALC4082 on ASUS ROG Maximus Z690 Hero
+               # 0b05:1a16 ASUS ROG Strix B660-F Gaming WiFi
                # 0b05:1a20 ASUS ROG STRIX Z690-I Gaming Wifi
+               # 0b05:1a27 ALC4082 on ASUS ROG Maximus Z690 Hero
                # 0db0:1feb MSI Edge Wifi Z690
                # 0db0:419c MSI MPG X570S Carbon Max Wifi
                # 0db0:82c7 MSI MEG Z690I Unify
                # 0db0:a073 MSI MAG X570S Torpedo Max
-               Regex "USB((0b05:(1996|1a2[07]))|(0db0:(1feb|419c|82c7|a073)))"
+               Regex "USB((0b05:(1996|1a(16|2[07])))|(0db0:(1feb|419c|82c7|a073)))"
        }
        True.Define.ProfileName "Realtek/ALC4080"
 }