Lines Matching refs:xmod
722 xmod, xpipe, xinstance, xtask, tlv_array, xgain_val, \ argument
732 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\
736 xmod, xpipe, xinstance, xtask, xtype, xgain_val, \ argument
743 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\
747 xmod, xpipe, xinstance, xtask, xgain_val, xpname) \ argument
753 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\
769 xmod, xpipe, xinstance, xtask, tlv_array, xgain_val) \ argument
771 xhandler_get, xhandler_put, xmod, xpipe, xinstance, xtask, SST_GAIN_RAMP_DURATION, \
774 xhandler_get, xhandler_put, xmod, xpipe, xinstance, xtask, \
777 xhandler_get, xhandler_put, xmod, xpipe, xinstance, xtask, tlv_array, \
803 #define SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, xmod, xtask, xcmd) \ argument
805 .max = xcount + sizeof(u16), .type = xtype, .module_id = xmod, \
809 #define SST_ALGO_KCONTROL(xname, xcount, xmod, xpipe, \ argument
816 xmod, xtask, xcmd), \
819 #define SST_ALGO_KCONTROL_BYTES(xpname, xmname, xcount, xmod, \ argument
822 xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS, \
826 #define SST_ALGO_KCONTROL_BOOL(xpname, xmname, xmod, xpipe, xinstance, xtask) \ argument
828 0, xmod, xpipe, xtask, 0, SST_ALGO_BYPASS, \
832 #define SST_ALGO_BYPASS_PARAMS(xpname, xmname, xcount, xmod, xpipe, \ argument
834 SST_ALGO_KCONTROL_BOOL(xpname, xmname, xmod, xpipe, xinstance, xtask), \
835 SST_ALGO_KCONTROL_BYTES(xpname, xmname, xcount, xmod, xpipe, xinstance, xtask, xcmd)
837 #define SST_COMBO_ALGO_KCONTROL_BYTES(xpname, xmname, xsubmod, xcount, xmod, \ argument
841 xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS, \