diff options
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 77c5f95ea55b..c5fb141f6222 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -1760,7 +1760,7 @@ static int alc880_auto_fill_dac_nids(struct alc_spec *spec, const struct auto_pi | |||
1760 | nid = cfg->line_out_pins[i]; | 1760 | nid = cfg->line_out_pins[i]; |
1761 | if (alc880_is_fixed_pin(nid)) { | 1761 | if (alc880_is_fixed_pin(nid)) { |
1762 | int idx = alc880_fixed_pin_idx(nid); | 1762 | int idx = alc880_fixed_pin_idx(nid); |
1763 | spec->multiout.dac_nids[i] = alc880_dac_to_idx(idx); | 1763 | spec->multiout.dac_nids[i] = alc880_idx_to_dac(idx); |
1764 | assigned[idx] = 1; | 1764 | assigned[idx] = 1; |
1765 | } | 1765 | } |
1766 | } | 1766 | } |