Searched refs:xtype (Results 1 – 2 of 2) sorted by relevance
/sound/soc/intel/atom/ |
D | sst-atom-controls.h | 727 xmod, xpipe, xinstance, xtask, xtype, xgain_val, \ argument 733 { .stereo = false, .max = xmax, .min = xmin, .type = xtype, \ 746 #define SST_CONTROL_NAME(xpname, xmname, xinstance, xtype) \ argument 747 xpname " " xmname " " #xinstance " " xtype 749 #define SST_COMBO_CONTROL_NAME(xpname, xmname, xinstance, xtype, xsubmodule) \ argument 750 xpname " " xmname " " #xinstance " " xtype " " xsubmodule 794 #define SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, xmod, xtask, xcmd) \ argument 796 .max = xcount + sizeof(u16), .type = xtype, .module_id = xmod, \ 801 xtask, xcmd, xtype, xinfo, xget, xput) \ argument 806 SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, \
|
/sound/pci/ice1712/ |
D | quartet.c | 715 #define QTET_CONTROL(xname, xtype, xpriv) \ argument 718 .info = qtet_##xtype##_info,\
|