Home
last modified time | relevance | path

Searched refs:dec_mode (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dlpass-va-macro.c205 int dec_mode[VA_MACRO_NUM_DECIMATORS]; member
749 va->dec_mode[decimator] << CDC_VA_ADC_MODE_SHIFT); in va_macro_enable_dec()
816 ucontrol->value.enumerated.item[0] = va->dec_mode[path]; in va_macro_dec_mode_get()
830 va->dec_mode[path] = value; in va_macro_dec_mode_put()
H A Dlpass-tx-macro.c275 int dec_mode[NUM_DECIMATORS]; member
890 tx->dec_mode[decimator]); in tx_macro_enable_dec()
1022 ucontrol->value.integer.value[0] = tx->dec_mode[path]; in tx_macro_dec_mode_get()
1036 if (tx->dec_mode[path] == value) in tx_macro_dec_mode_put()
1039 tx->dec_mode[path] = value; in tx_macro_dec_mode_put()