Searched refs:xmax (Results 1 – 3 of 3) sorted by relevance
/sound/soc/intel/atom/ |
D | sst-atom-controls.h | 723 xmin, xmax, xpname) \ argument 731 { .stereo = true, .max = xmax, .min = xmin, .type = SST_GAIN_TLV, \ 737 xmin, xmax, xpname) \ argument 742 { .stereo = false, .max = xmax, .min = xmin, .type = xtype, \
|
/sound/soc/omap/ |
D | omap-mcbsp.c | 45 #define OMAP_MCBSP_SOC_SINGLE_S16_EXT(xname, xmin, xmax, \ argument 51 {.min = xmin, .max = xmax} }
|
/sound/soc/codecs/ |
D | ab8500-codec.c | 68 #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ argument 73 {.count = xcount, .min = xmin, .max = xmax} }
|