ess_command 235 sound/oss/sb_ess.c static struct ess_command ess_i08m[] = /* input 8 bit mono */ ess_command 237 sound/oss/sb_ess.c static struct ess_command ess_i16m[] = /* input 16 bit mono */ ess_command 239 sound/oss/sb_ess.c static struct ess_command ess_i08s[] = /* input 8 bit stereo */ ess_command 241 sound/oss/sb_ess.c static struct ess_command ess_i16s[] = /* input 16 bit stereo */ ess_command 244 sound/oss/sb_ess.c static struct ess_command *ess_inp_cmds[] = ess_command 251 sound/oss/sb_ess.c static struct ess_command ess_o08m[] = /* output 8 bit mono */ ess_command 253 sound/oss/sb_ess.c static struct ess_command ess_o16m[] = /* output 16 bit mono */ ess_command 255 sound/oss/sb_ess.c static struct ess_command ess_o08s[] = /* output 8 bit stereo */ ess_command 257 sound/oss/sb_ess.c static struct ess_command ess_o16s[] = /* output 16 bit stereo */ ess_command 260 sound/oss/sb_ess.c static struct ess_command *ess_out_cmds[] = ess_command 266 sound/oss/sb_ess.c struct ess_command *cmd;