seem to be subdevice 2 and "Digital Mic Capture Volume/Switch"

static hda_nid_t vt1702_adc_nids[3] = {
        /* ADC1-2 */
        0x12, 0x20, 0x1F

};

/* capture mixer elements */

static struct snd_kcontrol_new vt1702_capture_mixer[] = {
         HDA_CODEC_VOLUME("Capture Volume", 0x12, 0x0, HDA_INPUT),
         HDA_CODEC_MUTE("Capture Switch", 0x12, 0x0, HDA_INPUT),
         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x20, 0x0, HDA_INPUT),
         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x20, 0x0, HDA_INPUT),
         HDA_CODEC_VOLUME("Digital Mic Capture Volume", 0x1F, 0x0, HDA_INPUT),
         HDA_CODEC_MUTE("Digital Mic Capture Switch", 0x1F, 0x0, HDA_INPUT),
         HDA_CODEC_VOLUME("Digital Mic Boost Capture Volume", 0x1E, 0x0,

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/677734

Title:
  [VIA VT1702] Recording problem / Sound Recorder does not pick up sound

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to