Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/
Dhid-prodikeys.c198 int octave = 0; in store_octave() local
200 if (sscanf(buf, "%d", &octave) > 0 && in store_octave()
201 octave >= PCMIDI_OCTAVE_MIN && octave <= PCMIDI_OCTAVE_MAX) { in store_octave()
202 dbg_hid("pcmidi sysfs write octave=%d\n", octave); in store_octave()
203 pk->pm->midi_octave = octave; in store_octave()
209 static DEVICE_ATTR(octave, S_IRUGO | S_IWUSR | S_IWGRP, show_octave,
/linux-4.19.296/include/uapi/sound/
Dasound_fm.h73 unsigned char octave; /* 3 bits: what octave to play */ member