Searched refs:UDA1380_ADC (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | uda1380.c | 250 UDA1380_ADC, 2, uda1380_input_sel); /* SEL_MIC, SEL_LNA */ 333 SOC_SINGLE("ADC Polarity inverting Switch", UDA1380_ADC, 12, 1, 0), /* ADCPOL_INV */ 334 SOC_SINGLE_TLV("Mic Capture Volume", UDA1380_ADC, 8, 15, 0, vga_tlv), /* VGA_CTRL */ 335 SOC_SINGLE("DC Filter Bypass Switch", UDA1380_ADC, 1, 1, 0), /* SKIP_DCFIL (before decimator) */ 336 …SOC_SINGLE("DC Filter Enable Switch", UDA1380_ADC, 0, 1, 0), /* EN_DCFIL (at output of decimator)…
|
H A D | uda1380.h | 24 #define UDA1380_ADC 0x22 macro
|