Searched refs:command_seq (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/sound/isa/sb/ | 
| D | sb16_csp.c | 488 static inline int command_seq(struct snd_sb *chip, const unsigned char *seq, int size)  in command_seq()  function 508 	command_seq(chip, dsp_cmd, 3);  in set_codec_parameter() 525 	return command_seq(chip, dsp_cmd, 3);  in set_register() 538 	command_seq(chip, dsp_cmd, 2);  in read_register() 551 	return command_seq(chip, dsp_cmd, 2);  in set_mode_register() 601 	command_seq(chip, dsp_cmd, 2);  in get_version()
  |