Home
last modified time | relevance | path

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

/drivers/hid/
A Dhid-prodikeys.c184 int octave = 0; in store_octave() local
186 if (sscanf(buf, "%d", &octave) > 0 && in store_octave()
187 octave >= PCMIDI_OCTAVE_MIN && octave <= PCMIDI_OCTAVE_MAX) { in store_octave()
188 dbg_hid("pcmidi sysfs write octave=%d\n", octave); in store_octave()
189 pm->midi_octave = octave; in store_octave()
195 static DEVICE_ATTR(octave, S_IRUGO | S_IWUSR | S_IWGRP, show_octave,

Completed in 5 milliseconds