diff options
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 11b989bacd3c..abae1007cea2 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -14879,6 +14879,8 @@ static int patch_alc861(struct hda_codec *codec) | |||
14879 | spec->stream_digital_playback = &alc861_pcm_digital_playback; | 14879 | spec->stream_digital_playback = &alc861_pcm_digital_playback; |
14880 | spec->stream_digital_capture = &alc861_pcm_digital_capture; | 14880 | spec->stream_digital_capture = &alc861_pcm_digital_capture; |
14881 | 14881 | ||
14882 | if (!spec->cap_mixer) | ||
14883 | set_capture_mixer(codec); | ||
14882 | set_beep_amp(spec, 0x23, 0, HDA_OUTPUT); | 14884 | set_beep_amp(spec, 0x23, 0, HDA_OUTPUT); |
14883 | 14885 | ||
14884 | spec->vmaster_nid = 0x03; | 14886 | spec->vmaster_nid = 0x03; |