Home
last modified time | relevance | path

Searched refs:command_seq (Results 1 – 1 of 1) sorted by relevance

/linux/sound/isa/sb/
H A Dsb16_csp.c478 static inline int command_seq(struct snd_sb *chip, const unsigned char *seq, int size) in command_seq()
498 command_seq(chip, dsp_cmd, 3); in set_codec_parameter()
515 return command_seq(chip, dsp_cmd, 3); in set_register()
528 command_seq(chip, dsp_cmd, 2); in read_register()
541 return command_seq(chip, dsp_cmd, 2); in set_mode_register()
591 command_seq(chip, dsp_cmd, 2); in get_version()
477 static inline int command_seq(struct snd_sb *chip, const unsigned char *seq, int size) command_seq() function