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 | 445 struct wm_adsp_buffer_region *regions; member 1832 int regions = 0; in wm_adsp_load() local 1945 file, regions, type, pos, pos); in wm_adsp_load() 1950 regions, le32_to_cpu(region->len), offset, in wm_adsp_load() 1957 file, regions, region_name, in wm_adsp_load() 1985 file, regions, in wm_adsp_load() 1993 regions++; in wm_adsp_load() 2004 file, regions, pos - firmware->size); in wm_adsp_load() 3755 buf->regions = kcalloc(caps->num_regions, sizeof(*buf->regions), in wm_adsp_buffer_populate() 3757 if (!buf->regions) in wm_adsp_buffer_populate() [all …]
|