Home
last modified time | relevance | path

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

/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-prodikeys20 What: /sys/bus/hid/drivers/prodikeys/.../octave
25 Controls the octave shift modifier in the pc-midi driver.
26 The octave can be shifted via software up/down 2 octaves.
/linux/sound/drivers/opl4/
H A Dopl4_synth.c423 int note, pitch, octave; in snd_opl4_update_pitch() local
440 octave = pitch / 0x600 - 8; in snd_opl4_update_pitch()
444 (octave << 4) | ((pitch >> 7) & OPL4_F_NUMBER_HIGH_MASK)); in snd_opl4_update_pitch()
/linux/include/uapi/sound/
H A Dasound_fm.h58 unsigned char octave; /* 3 bits: what octave to play */ member
/linux/tools/testing/selftests/cgroup/
H A Dmemcg_protection.m3 % run as: octave-cli memcg_protection.m
/linux/sound/drivers/opl3/
H A Dopl3_synth.c422 /* Set octave */ in snd_opl3_play_note()
423 reg_val |= (note->octave << 2) & OPL3_BLOCKNUM_MASK; in snd_opl3_play_note()