opmbell.c | 93 static struct opm_voice vtab[NBELL]; variable in typeref:struct:opm_voice[] 156 memcpy(&vtab[unit], &bell_voice, sizeof(bell_voice)); 157 opm_set_voice(sc->ch, &vtab[unit]); 227 memcpy(addr, &vtab[unit], sizeof(struct opm_voice)); 237 memcpy(&vtab[unit], addr, sizeof(struct opm_voice)); 238 opm_set_voice(sc->ch, &vtab[unit]);
|