diff options
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index f558b801c82d..e67f586ebfbe 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -2875,6 +2875,7 @@ static struct alc_config_preset alc880_presets[] = { | |||
2875 | alc880_beep_init_verbs }, | 2875 | alc880_beep_init_verbs }, |
2876 | .num_dacs = ARRAY_SIZE(alc880_dac_nids), | 2876 | .num_dacs = ARRAY_SIZE(alc880_dac_nids), |
2877 | .dac_nids = alc880_dac_nids, | 2877 | .dac_nids = alc880_dac_nids, |
2878 | .dig_out_nid = ALC880_DIGOUT_NID, | ||
2878 | .num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes), | 2879 | .num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes), |
2879 | .channel_mode = alc880_2_jack_modes, | 2880 | .channel_mode = alc880_2_jack_modes, |
2880 | .input_mux = &alc880_capture_source, | 2881 | .input_mux = &alc880_capture_source, |