Skip to content

Commit

Permalink
Update patch_realtek.c
Browse files Browse the repository at this point in the history
  • Loading branch information
CVMagic authored and Samsagax committed Jul 30, 2024
1 parent bcb2880 commit 51d4c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -7550,7 +7550,7 @@ static void alc269_fixup_match_via_dmi(struct hda_codec *codec,
{
int alc269_fix_id;
const char *board_name = dmi_get_system_info(DMI_BOARD_NAME);

if (dmi_name_in_vendors("AYANEO") || dmi_name_in_vendors("AYADEVICE") || dmi_name_in_vendors("AYA DEVICE")) {
codec_dbg(codec, "Board Vendor: Ayaneo\n");
if (board_name && (strcmp(board_name, "AYANEO 2") || strcmp(board_name, "AYANEO 2S") || strcmp(board_name, "GEEK") || strcmp(board_name, "GEEK 1S"))) {
Expand Down

0 comments on commit 51d4c63

Please sign in to comment.