Searched refs:regions (Results 1 – 5 of 5) 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 | 339 struct wm_adsp_buffer_region *regions; member 1643 int regions = 0; in wm_adsp_load() local 1781 file, regions, type, pos, pos); in wm_adsp_load() 1786 regions, le32_to_cpu(region->len), offset, in wm_adsp_load() 1793 file, regions, region_name, in wm_adsp_load() 1821 file, regions, in wm_adsp_load() 1829 regions++; in wm_adsp_load() 1840 file, regions, pos - firmware->size); in wm_adsp_load() 3232 region = &buf->regions[i]; in wm_adsp_buffer_populate() 3277 buf->regions = kcalloc(wm_adsp_fw[dsp->fw].caps->num_regions, in wm_adsp_buffer_init() [all …]
|
D | wm_adsp.h | 137 int wm_adsp2_lock(struct wm_adsp *adsp, unsigned int regions);
|