Searched refs:command_seq (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/sound/isa/sb/ |
D | sb16_csp.c | 487 static inline int command_seq(struct snd_sb *chip, const unsigned char *seq, int size) in command_seq() function 507 command_seq(chip, dsp_cmd, 3); in set_codec_parameter() 524 return command_seq(chip, dsp_cmd, 3); in set_register() 537 command_seq(chip, dsp_cmd, 2); in read_register() 550 return command_seq(chip, dsp_cmd, 2); in set_mode_register() 600 command_seq(chip, dsp_cmd, 2); in get_version()
|