Searched refs:__snd_opl3sa2_write (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/sound/isa/ |
D | opl3sa2.c | 185 static void __snd_opl3sa2_write(struct snd_opl3sa2 *chip, unsigned char reg, unsigned char value) in __snd_opl3sa2_write() function 200 __snd_opl3sa2_write(chip, reg, value); in snd_opl3sa2_write() 372 __snd_opl3sa2_write(chip, reg, val); in snd_opl3sa2_put_single() 441 __snd_opl3sa2_write(chip, left_reg, val1); in snd_opl3sa2_put_double() 442 __snd_opl3sa2_write(chip, right_reg, val2); in snd_opl3sa2_put_double() 447 __snd_opl3sa2_write(chip, left_reg, val1); in snd_opl3sa2_put_double()
|