Searched refs:clayout (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/sound/soc/ |
| H A D | soc-ops-test.c | 21 #define TEST_MC(clayout, xmin, xmax, xpmax, xsign, xinvert) \ argument 29 #define TEST_UINFO(clayout, ctype, cmin, cmax) \ argument 37 #define ITEST(cname, clayout, ctype, cfunc, cmin, cmax, \ argument 42 .layout = SOC_OPS_TEST_##clayout, \ 44 TEST_MC(clayout, xmin, xmax, xpmax, xsign, xinvert), \ 45 TEST_UINFO(clayout, ctype, cmin, cmax), \ 48 #define ATEST(clayout, cfunc, cctl, cret, cinit, \ argument 52 .layout = SOC_OPS_TEST_##clayout, \ 55 TEST_MC(clayout, xmin, xmax, xpmax, xsign, xinvert), \ 57 .lmask = SOC_OPS_TEST_##clayout == SOC_OPS_TEST_DOUBLE ? \ [all …]
|