Searched refs:command_seq (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/sound/isa/sb/ |
D | sb16_csp.c | 476 static inline int command_seq(struct snd_sb *chip, const unsigned char *seq, int size) in command_seq() function 496 command_seq(chip, dsp_cmd, 3); in set_codec_parameter() 513 return command_seq(chip, dsp_cmd, 3); in set_register() 526 command_seq(chip, dsp_cmd, 2); in read_register() 539 return command_seq(chip, dsp_cmd, 2); in set_mode_register() 589 command_seq(chip, dsp_cmd, 2); in get_version()
|