Searched defs:snd_opl4 (Results 1 – 1 of 1) sorted by relevance
172 struct snd_opl4 { struct173 unsigned long fm_port;174 unsigned long pcm_port;175 struct resource *res_fm_port;176 struct resource *res_pcm_port;177 unsigned short hardware;178 spinlock_t reg_lock;202 void snd_opl4_write(struct snd_opl4 *opl4, u8 reg, u8 value); argument