Searched refs:map_instr (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | sfnt_info.h | 186 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | sfnt_info.h | 171 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | sfnt_info.h | 132 int map_bank, map_instr, map_key; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | sfnt_info.h | 122 int map_bank, map_instr, map_key; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | sfnt_info.h | 132 int map_bank, map_instr, map_key; member
|
/kernel/linux/linux-5.10/sound/synth/emux/ |
H A D | soundfont.c | 424 if (map.map_instr < 0 || map.map_instr >= SF_MAX_INSTRUMENTS) in load_map() 434 zp->instr == map.map_instr && in load_map() 458 zp->instr = map.map_instr; in load_map()
|
/kernel/linux/linux-6.6/sound/synth/emux/ |
H A D | soundfont.c | 426 if (map.map_instr < 0 || map.map_instr >= SF_MAX_INSTRUMENTS) in load_map() 436 zp->instr == map.map_instr && in load_map() 461 zp->instr = map.map_instr; in load_map()
|
Completed in 7 milliseconds