Searched refs:UDA1380_MIXER (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | uda1380.c | 258 UDA1380_MIXER, 14, uda1380_sel_ns); /* SEL_NS */ 260 UDA1380_MIXER, 12, uda1380_mix_control); /* MIX, MIX_POS */ 262 UDA1380_MIXER, 4, uda1380_sdet_setting); /* SD_VALUE */ 264 UDA1380_MIXER, 0, uda1380_os_setting); /* OS */ 324 SOC_SINGLE("DAC Polarity inverting Switch", UDA1380_MIXER, 15, 1, 0), /* DA_POL_INV */ 327 SOC_SINGLE("Silence Detector Switch", UDA1380_MIXER, 6, 1, 0), /* SDET_ON */ 511 int mixer = uda1380_read_reg_cache(component, UDA1380_MIXER); in uda1380_trigger() 516 uda1380_write_reg_cache(component, UDA1380_MIXER, in uda1380_trigger() 522 uda1380_write_reg_cache(component, UDA1380_MIXER, in uda1380_trigger()
|
H A D | uda1380.h | 20 #define UDA1380_MIXER 0x14 macro
|