Lines Matching refs:ess_command
229 struct ess_command {short cmd; short data;}; argument
234 static struct ess_command ess_i08m[] = /* input 8 bit mono */
236 static struct ess_command ess_i16m[] = /* input 16 bit mono */
238 static struct ess_command ess_i08s[] = /* input 8 bit stereo */
240 static struct ess_command ess_i16s[] = /* input 16 bit stereo */
243 static struct ess_command *ess_inp_cmds[] =
250 static struct ess_command ess_o08m[] = /* output 8 bit mono */
252 static struct ess_command ess_o16m[] = /* output 16 bit mono */
254 static struct ess_command ess_o08s[] = /* output 8 bit stereo */
256 static struct ess_command ess_o16s[] = /* output 16 bit stereo */
259 static struct ess_command *ess_out_cmds[] =
263 (sb_devc *devc, struct ess_command *cmdtab[]) in ess_exec_commands()
265 struct ess_command *cmd; in ess_exec_commands()