Home
last modified time | relevance | path

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

/linux-6.1.9/sound/usb/caiaq/
Dinput.c23 static const unsigned short keycode_kore[] = { variable
651 BUILD_BUG_ON(sizeof(cdev->keycode) < sizeof(keycode_kore)); in snd_usb_caiaq_input_init()
652 memcpy(cdev->keycode, keycode_kore, sizeof(keycode_kore)); in snd_usb_caiaq_input_init()
653 input->keycodemax = ARRAY_SIZE(keycode_kore); in snd_usb_caiaq_input_init()