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 04eb5c24af7c..a79f84119967 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -6384,7 +6384,7 @@ static struct alc_config_preset alc260_presets[] = { | |||
6384 | .num_dacs = ARRAY_SIZE(alc260_dac_nids), | 6384 | .num_dacs = ARRAY_SIZE(alc260_dac_nids), |
6385 | .dac_nids = alc260_dac_nids, | 6385 | .dac_nids = alc260_dac_nids, |
6386 | .num_adc_nids = ARRAY_SIZE(alc260_dual_adc_nids), | 6386 | .num_adc_nids = ARRAY_SIZE(alc260_dual_adc_nids), |
6387 | .adc_nids = alc260_adc_nids, | 6387 | .adc_nids = alc260_dual_adc_nids, |
6388 | .num_channel_mode = ARRAY_SIZE(alc260_modes), | 6388 | .num_channel_mode = ARRAY_SIZE(alc260_modes), |
6389 | .channel_mode = alc260_modes, | 6389 | .channel_mode = alc260_modes, |
6390 | .input_mux = &alc260_capture_source, | 6390 | .input_mux = &alc260_capture_source, |