diff options
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 2980c277847a..bfdde7b0bafb 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c | |||
@@ -4558,6 +4558,8 @@ int snd_hda_parse_pin_def_config(struct hda_codec *codec, | |||
4558 | memmove(sequences_hp + i, sequences_hp + i + 1, | 4558 | memmove(sequences_hp + i, sequences_hp + i + 1, |
4559 | sizeof(sequences_hp[0]) * (cfg->hp_outs - i)); | 4559 | sizeof(sequences_hp[0]) * (cfg->hp_outs - i)); |
4560 | } | 4560 | } |
4561 | memset(cfg->hp_pins + cfg->hp_outs, 0, | ||
4562 | sizeof(hda_nid_t) * (AUTO_CFG_MAX_OUTS - cfg->hp_outs)); | ||
4561 | } | 4563 | } |
4562 | 4564 | ||
4563 | /* sort by sequence */ | 4565 | /* sort by sequence */ |