Searched refs:xmin (Results 1 – 4 of 4) sorted by relevance
/sound/soc/codecs/ |
D | tda7419.c | 256 #define TDA7419_SINGLE_VALUE(xreg, xmask, xmin, xmax, xthresh, xinvert) \ argument 258 {.reg = xreg, .rreg = xreg, .mask = xmask, .min = xmin, \ 261 #define TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, xmin, xmax, xthresh, \ argument 264 {.reg = xregl, .rreg = xregr, .mask = xmask, .min = xmin, \ 267 #define TDA7419_SINGLE_TLV(xname, xreg, xmask, xmin, xmax, xthresh, \ argument 277 .private_value = TDA7419_SINGLE_VALUE(xreg, xmask, xmin, \ 281 #define TDA7419_DOUBLE_R_TLV(xname, xregl, xregr, xmask, xmin, xmax, \ argument 292 xmin, xmax, xthresh, \
|
D | ab8500-codec.c | 65 #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ argument 70 {.count = xcount, .min = xmin, .max = xmax} }
|
/sound/soc/intel/atom/ |
D | sst-atom-controls.h | 714 xmin, xmax, xpname) \ argument 722 { .stereo = true, .max = xmax, .min = xmin, .type = SST_GAIN_TLV, \ 728 xmin, xmax, xpname) \ argument 733 { .stereo = false, .max = xmax, .min = xmin, .type = xtype, \
|
/sound/soc/ti/ |
D | omap-mcbsp-st.c | 465 #define OMAP_MCBSP_SOC_SINGLE_S16_EXT(xname, xmin, xmax, \ argument 471 {.min = xmin, .max = xmax} }
|