Searched refs:snd_opl4_read (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/sound/drivers/opl4/
H A Dopl4_lib.c50 u8 snd_opl4_read(struct snd_opl4 *opl4, u8 reg) snd_opl4_read() function
59 EXPORT_SYMBOL(snd_opl4_read); variable
68 memcfg = snd_opl4_read(opl4, OPL4_REG_MEMORY_CONFIGURATION); snd_opl4_read_memory()
94 memcfg = snd_opl4_read(opl4, OPL4_REG_MEMORY_CONFIGURATION); snd_opl4_write_memory()
129 id1 = snd_opl4_read(opl4, OPL4_REG_MEMORY_CONFIGURATION); snd_opl4_detect()
144 id1 = snd_opl4_read(opl4, OPL4_REG_MIX_CONTROL_FM); snd_opl4_detect()
145 id2 = snd_opl4_read(opl4, OPL4_REG_MIX_CONTROL_PCM); snd_opl4_detect()
H A Dopl4_mixer.c40 value = snd_opl4_read(opl4, reg); snd_opl4_ctl_get()
57 old_value = snd_opl4_read(opl4, reg); snd_opl4_ctl_put()
H A Dopl4_local.h203 u8 snd_opl4_read(struct snd_opl4 *opl4, u8 reg);

Completed in 82 milliseconds