ALSA: hda - Fix missing capture mixer for ALC861/660 codecs

The capture-related mixer elements are missing with ALC861/ALC660 codecs
when quirks are present, due to missing call of set_capture_mixer().

Reference: Novell bnc#567340
http://bugzilla.novell.com/show_bug.cgi?id=567340

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Cc: <stable@kernel.org>

+2
+2
sound/pci/hda/patch_realtek.c
··· 14879 spec->stream_digital_playback = &alc861_pcm_digital_playback; 14880 spec->stream_digital_capture = &alc861_pcm_digital_capture; 14881 14882 set_beep_amp(spec, 0x23, 0, HDA_OUTPUT); 14883 14884 spec->vmaster_nid = 0x03;
··· 14879 spec->stream_digital_playback = &alc861_pcm_digital_playback; 14880 spec->stream_digital_capture = &alc861_pcm_digital_capture; 14881 14882 + if (!spec->cap_mixer) 14883 + set_capture_mixer(codec); 14884 set_beep_amp(spec, 0x23, 0, HDA_OUTPUT); 14885 14886 spec->vmaster_nid = 0x03;