Advertisement
Guest User

HP 8A44 ACP6x patch

a guest
Aug 6th, 2023
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.61 KB | Source Code | 0 0
  1. diff --color --unified --recursive --text archlinux-linux/sound/soc/amd/yc/acp6x-mach.c archlinux-linux.new/sound/soc/amd/yc/acp6x-mach.c
  2. --- archlinux-linux/sound/soc/amd/yc/acp6x-mach.c   2023-08-06 17:11:44.301741318 +1000
  3. +++ archlinux-linux.new/sound/soc/amd/yc/acp6x-mach.c   2023-08-06 17:16:32.405561070 +1000
  4. @@ -315,6 +315,13 @@
  5.         .driver_data = &acp6x_card,
  6.         .matches = {
  7.             DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
  8. +           DMI_MATCH(DMI_BOARD_NAME, "8A44"),
  9. +       }
  10. +   },
  11. +   {
  12. +       .driver_data = &acp6x_card,
  13. +       .matches = {
  14. +           DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
  15.             DMI_MATCH(DMI_BOARD_NAME, "8A22"),
  16.         }
  17.     },
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement