Lines Matching full:capture
175 SOC_DOUBLE("Line Capture Volume", AC97_LINE, 8, 0, 31, 1),
177 SOC_SINGLE_TLV("Capture Boost Switch", AC97_REC_SEL, 14, 1, 0, boost_tlv),
178 SOC_SINGLE_TLV("Capture to Phone Boost Switch", AC97_REC_SEL, 11, 1, 1,
192 SOC_SINGLE("Capture Switch", AC97_REC_GAIN, 15, 1, 1),
193 SOC_ENUM("Capture Volume Steps", wm9712_enum[6]),
194 SOC_DOUBLE("Capture Volume", AC97_REC_GAIN, 8, 0, 63, 0),
195 SOC_SINGLE("Capture ZC Switch", AC97_REC_GAIN, 7, 1, 0),
337 /* Capture to Phone mux */
341 /* Capture left select */
345 /* Capture right select */
364 SND_SOC_DAPM_MUX("Capture Phone Mux", SND_SOC_NOPM, 0, 0,
366 SND_SOC_DAPM_MUX("Left Capture Select", SND_SOC_NOPM, 0, 0,
368 SND_SOC_DAPM_MUX("Right Capture Select", SND_SOC_NOPM, 0, 0,
390 SND_SOC_DAPM_ADC("Left ADC", "Left HiFi Capture", AC97_INT_PAGING, 12, 1),
391 SND_SOC_DAPM_ADC("Right ADC", "Right HiFi Capture", AC97_INT_PAGING, 11, 1),
471 /* left capture selector */
472 {"Left Capture Select", "Mic", "MIC1"},
473 {"Left Capture Select", "Speaker Mixer", "Speaker Mixer"},
474 {"Left Capture Select", "Line", "LINEINL"},
475 {"Left Capture Select", "Headphone Mixer", "Left HP Mixer"},
476 {"Left Capture Select", "Phone Mixer", "Phone Mixer"},
477 {"Left Capture Select", "Phone", "PHONE"},
479 /* right capture selector */
480 {"Right Capture Select", "Mic", "MIC2"},
481 {"Right Capture Select", "Speaker Mixer", "Speaker Mixer"},
482 {"Right Capture Select", "Line", "LINEINR"},
483 {"Right Capture Select", "Headphone Mixer", "Right HP Mixer"},
484 {"Right Capture Select", "Phone Mixer", "Phone Mixer"},
485 {"Right Capture Select", "Phone", "PHONE"},
488 {"ALC Sidetone Mux", "Stereo", "Left Capture Select"},
489 {"ALC Sidetone Mux", "Stereo", "Right Capture Select"},
490 {"ALC Sidetone Mux", "Left", "Left Capture Select"},
491 {"ALC Sidetone Mux", "Right", "Right Capture Select"},
494 {"Left ADC", NULL, "Left Capture Select"},
495 {"Right ADC", NULL, "Right Capture Select"},
576 .capture = {
577 .stream_name = "HiFi Capture",