diff options
| -rw-r--r-- | sound/pci/hda/patch_realtek.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index d7fd846e6c49..929552797368 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
| @@ -1267,11 +1267,11 @@ static int alc_auto_parse_customize_define(struct hda_codec *codec) | |||
| 1267 | unsigned nid = 0; | 1267 | unsigned nid = 0; |
| 1268 | struct alc_spec *spec = codec->spec; | 1268 | struct alc_spec *spec = codec->spec; |
| 1269 | 1269 | ||
| 1270 | spec->cdefine.enable_pcbeep = 1; /* assume always enabled */ | ||
| 1271 | |||
| 1270 | ass = codec->subsystem_id & 0xffff; | 1272 | ass = codec->subsystem_id & 0xffff; |
| 1271 | if (ass != codec->bus->pci->subsystem_device && (ass & 1)) { | 1273 | if (ass != codec->bus->pci->subsystem_device && (ass & 1)) |
| 1272 | spec->cdefine.enable_pcbeep = 1; /* assume always enabled */ | ||
| 1273 | goto do_sku; | 1274 | goto do_sku; |
| 1274 | } | ||
| 1275 | 1275 | ||
| 1276 | nid = 0x1d; | 1276 | nid = 0x1d; |
| 1277 | if (codec->vendor_id == 0x10ec0260) | 1277 | if (codec->vendor_id == 0x10ec0260) |
