Lines Matching refs:xmod

713 			      xmod, xpipe, xinstance, xtask, tlv_array, xgain_val, \  argument
723 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\
727 xmod, xpipe, xinstance, xtask, xtype, xgain_val, \ argument
734 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\
738 xmod, xpipe, xinstance, xtask, xgain_val, xpname) \ argument
744 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\
760 xmod, xpipe, xinstance, xtask, tlv_array, xgain_val) \ argument
762 xhandler_get, xhandler_put, xmod, xpipe, xinstance, xtask, SST_GAIN_RAMP_DURATION, \
765 xhandler_get, xhandler_put, xmod, xpipe, xinstance, xtask, \
768 xhandler_get, xhandler_put, xmod, xpipe, xinstance, xtask, tlv_array, \
794 #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
807 xmod, xtask, xcmd), \
810 #define SST_ALGO_KCONTROL_BYTES(xpname, xmname, xcount, xmod, \ argument
813 xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS, \
817 #define SST_ALGO_KCONTROL_BOOL(xpname, xmname, xmod, xpipe, xinstance, xtask) \ argument
819 0, xmod, xpipe, xtask, 0, SST_ALGO_BYPASS, \
823 #define SST_ALGO_BYPASS_PARAMS(xpname, xmname, xcount, xmod, xpipe, \ argument
825 SST_ALGO_KCONTROL_BOOL(xpname, xmname, xmod, xpipe, xinstance, xtask), \
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, \