Searched refs:__snd_opl3sa2_write (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/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()
|