Searched refs:__snd_opl3sa2_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/sound/isa/ |
H A D | opl3sa2.c | 184 static void __snd_opl3sa2_write(struct snd_opl3sa2 *chip, unsigned char reg, unsigned char value) in __snd_opl3sa2_write() function 199 __snd_opl3sa2_write(chip, reg, value); in snd_opl3sa2_write() 375 __snd_opl3sa2_write(chip, reg, val); in snd_opl3sa2_put_single() 444 __snd_opl3sa2_write(chip, left_reg, val1); in snd_opl3sa2_put_double() 445 __snd_opl3sa2_write(chip, right_reg, val2); in snd_opl3sa2_put_double() 450 __snd_opl3sa2_write(chip, left_reg, val1); in snd_opl3sa2_put_double()
|
/kernel/linux/linux-5.10/sound/isa/ |
H A D | opl3sa2.c | 189 static void __snd_opl3sa2_write(struct snd_opl3sa2 *chip, unsigned char reg, unsigned char value) in __snd_opl3sa2_write() function 204 __snd_opl3sa2_write(chip, reg, value); in snd_opl3sa2_write() 376 __snd_opl3sa2_write(chip, reg, val); in snd_opl3sa2_put_single() 445 __snd_opl3sa2_write(chip, left_reg, val1); in snd_opl3sa2_put_double() 446 __snd_opl3sa2_write(chip, right_reg, val2); in snd_opl3sa2_put_double() 451 __snd_opl3sa2_write(chip, left_reg, val1); in snd_opl3sa2_put_double()
|
Completed in 4 milliseconds