diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 08846d222cbe..3a8e58c483df 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -12463,6 +12463,8 @@ static int alc268_parse_auto_config(struct hda_codec *codec) | |||
12463 | if (err < 0) | 12463 | if (err < 0) |
12464 | return err; | 12464 | return err; |
12465 | 12465 | ||
12466 | alc_ssid_check(codec, 0x15, 0x1b, 0x14); | ||
12467 | |||
12466 | return 1; | 12468 | return 1; |
12467 | } | 12469 | } |
12468 | 12470 | ||
@@ -13371,6 +13373,8 @@ static int alc269_parse_auto_config(struct hda_codec *codec) | |||
13371 | if (!spec->cap_mixer && !spec->no_analog) | 13373 | if (!spec->cap_mixer && !spec->no_analog) |
13372 | set_capture_mixer(spec); | 13374 | set_capture_mixer(spec); |
13373 | 13375 | ||
13376 | alc_ssid_check(codec, 0x15, 0x1b, 0x14); | ||
13377 | |||
13374 | return 1; | 13378 | return 1; |
13375 | } | 13379 | } |
13376 | 13380 | ||