Searched refs:regions (Results 1 – 4 of 4) sorted by relevance
/sound/drivers/opl4/ |
D | opl4_synth.c | 485 const struct opl4_region_ptr *regions; in snd_opl4_note_on() local 493 regions = &snd_yrw801_regions[i]; in snd_opl4_note_on() 494 for (i = 0; i < regions->count; i++) { in snd_opl4_note_on() 495 if (note >= regions->regions[i].key_min && in snd_opl4_note_on() 496 note <= regions->regions[i].key_max) { in snd_opl4_note_on() 497 sound[voices] = ®ions->regions[i].sound; in snd_opl4_note_on()
|
D | yrw801.c | 926 #define REGION(num) { ARRAY_SIZE(regions ## num), regions ## num }
|
D | opl4_local.h | 156 const struct opl4_region *regions; member
|
/sound/soc/codecs/ |
D | wm_adsp.c | 538 int regions = 0; in wm_adsp_load() local 672 file, regions, type, pos, pos); in wm_adsp_load() 677 regions, le32_to_cpu(region->len), offset, in wm_adsp_load() 684 file, regions, region_name, in wm_adsp_load() 721 file, regions, in wm_adsp_load() 734 regions++; in wm_adsp_load() 745 file, regions, pos - firmware->size); in wm_adsp_load()
|