Home
last modified time | relevance | path

Searched refs:xcount (Results 1 – 5 of 5) sorted by relevance

/sound/soc/intel/atom/
Dsst-atom-controls.h794 #define SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, xmod, xtask, xcmd) \ argument
796 .max = xcount + sizeof(u16), .type = xtype, .module_id = xmod, \
800 #define SST_ALGO_KCONTROL(xname, xcount, xmod, xpipe, \ argument
806 SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, \
810 #define SST_ALGO_KCONTROL_BYTES(xpname, xmname, xcount, xmod, \ argument
813 xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS, \
823 #define SST_ALGO_BYPASS_PARAMS(xpname, xmname, xcount, xmod, xpipe, \ argument
826 SST_ALGO_KCONTROL_BYTES(xpname, xmname, xcount, xmod, xpipe, xinstance, xtask, xcmd)
828 #define SST_COMBO_ALGO_KCONTROL_BYTES(xpname, xmname, xsubmod, xcount, xmod, \ argument
832 xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS, \
/sound/soc/codecs/
Drt715-sdca.c416 #define RT715_SDCA_PR_VALUE(xreg_base, xcount, xmax, xshift, xinvert) \ argument
418 {.reg_base = xreg_base, .count = xcount, .max = xmax, \
421 #define RT715_SDCA_FU_CTRL(xname, reg_base, xshift, xmax, xinvert, xcount) \ argument
426 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, \
438 xhandler_put, tlv_array, xcount, xmax) \ argument
445 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, 0, 0) }
448 xhandler_put, tlv_array, xcount, xmax) \ argument
455 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, 0, 0) }
Dtscs42xx.c616 #define COEFF_RAM_CTL(xname, xcount, xaddr) \ argument
622 .bytes_ext = {.max = xcount, }, \
Dab8500-codec.c65 #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ argument
70 {.count = xcount, .min = xmin, .max = xmax} }
Dtscs454.c1523 #define COEFF_RAM_CTL(xname, xcount, xaddr) \ argument
1529 .bytes_ext = {.max = xcount, }, \