Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dlpass-va-macro.c206 int dec_mode[VA_MACRO_NUM_DECIMATORS]; member
761 va->dec_mode[decimator] << CDC_VA_ADC_MODE_SHIFT); in va_macro_enable_dec()
828 ucontrol->value.enumerated.item[0] = va->dec_mode[path]; in va_macro_dec_mode_get()
842 va->dec_mode[path] = value; in va_macro_dec_mode_put()
Dlpass-tx-macro.c286 int dec_mode[NUM_DECIMATORS]; member
947 tx->dec_mode[decimator]); in tx_macro_enable_dec()
1079 ucontrol->value.integer.value[0] = tx->dec_mode[path]; in tx_macro_dec_mode_get()
1093 if (tx->dec_mode[path] == value) in tx_macro_dec_mode_put()
1096 tx->dec_mode[path] = value; in tx_macro_dec_mode_put()