Home
last modified time | relevance | path

Searched refs:rhythm (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/sound/
H A Dasound_fm.h20 unsigned char rhythm; /* percussion mode flag */ member
71 unsigned char rhythm; /* percussion mode select */ member
/openbmc/linux/sound/drivers/opl3/
H A Dopl3_synth.c97 info.rhythm = opl3->rhythm; in snd_opl3_ioctl()
385 opl3->rhythm = 0; in snd_opl3_reset()
559 if (params->rhythm) { in snd_opl3_set_params()
561 opl3->rhythm = 1; in snd_opl3_set_params()
563 opl3->rhythm = 0; in snd_opl3_set_params()
/openbmc/qemu/hw/audio/
H A Dfmopl.c835 uint8_t rkey = OPL->rhythm^v; in OPLWriteReg()
838 OPL->rhythm = v&0x3f; in OPLWriteReg()
839 if(OPL->rhythm&0x20) in OPLWriteReg()
988 uint8_t rhythm = OPL->rhythm&0x20; in YM3812UpdateOne() local
1007 R_CH = rhythm ? &S_CH[6] : E_CH; in YM3812UpdateOne()
1019 if(rhythm) in YM3812UpdateOne()
H A Dfmopl.h73 uint8_t rhythm; /* Rhythm mode , key flag */ member
/openbmc/linux/include/sound/
H A Dopl3.h304 unsigned char rhythm; /* percussion mode flag */ member