Searched refs:memory (Results 1 – 11 of 11) sorted by relevance
/sound/isa/gus/ |
D | gus_pcm.c | 37 unsigned int memory; member 122 begin = pcmp->memory + voice * (pcmp->dma_size / runtime->channels); in snd_gf1_pcm_trigger_up() 214 end = pcmp->memory + (((pcmp->bpos + 1) * pcmp->block_size) / runtime->channels); in snd_gf1_pcm_interrupt_wave() 247 snd_gf1_pcm_block_change(pcmp->substream, end, pcmp->memory + (end / 2), pcmp->block_size / 2); in snd_gf1_pcm_interrupt_wave() 248 …snd_gf1_pcm_block_change(pcmp->substream, end + (pcmp->block_size / 2), pcmp->memory + (pcmp->dma_… in snd_gf1_pcm_interrupt_wave() 250 snd_gf1_pcm_block_change(pcmp->substream, end, pcmp->memory + end, pcmp->block_size); in snd_gf1_pcm_interrupt_wave() 362 pcmp->memory + bpos, len); in playback_copy_ack() 367 pcmp->memory + bpos, len, w16, invert); in playback_copy_ack() 429 if (pcmp->memory > 0) { in snd_gf1_pcm_playback_hw_params() 430 snd_gf1_mem_free(&gus->gf1.mem_alloc, pcmp->memory); in snd_gf1_pcm_playback_hw_params() [all …]
|
D | gus_reset.c | 164 snd_gf1_write8(gus, SNDRV_GF1_VB_MODE, gus->gf1.memory ? 0x02 : 0x82); /* Deactivate voice */ in snd_gf1_clear_voices() 326 gus->gf1.default_voice_address = gus->gf1.memory > 0 ? 0 : 512 - 8; in snd_gf1_start() 328 if (gus->gf1.enh_mode && gus->gf1.memory) { in snd_gf1_start() 337 if (gus->gf1.memory > 0) in snd_gf1_start()
|
D | gus_main.c | 245 gus->gf1.memory = idx << 18; in snd_gus_detect_memory() 247 gus->gf1.memory = 256 * 1024; in snd_gus_detect_memory() 249 for (l = 0, local = gus->gf1.memory; l < 4; l++, local -= 256 * 1024) { in snd_gus_detect_memory() 255 gus->gf1.mem_alloc.banks_8[0].size = gus->gf1.memory; in snd_gus_detect_memory()
|
D | gus_mem.c | 231 if (!gus->gf1.memory) in snd_gf1_mem_init()
|
D | interwave.c | 422 gus->gf1.memory = pages; in snd_interwave_detect_memory()
|
/sound/pci/ |
D | es1968.c | 454 struct esm_memory *memory; member 1003 snd_es1968_program_wavecache(chip, es, channel, es->memory->buf.addr, 0); in snd_es1968_playback_setup() 1006 pa = es->memory->buf.addr; in snd_es1968_playback_setup() 1158 init_capture_apu(chip, es, 0, es->memory->buf.addr, size, in snd_es1968_capture_setup() 1168 es->memory->buf.addr + size*2, size, in snd_es1968_capture_setup() 1464 if (chan->memory) { in snd_es1968_hw_params() 1465 if (chan->memory->buf.bytes >= size) { in snd_es1968_hw_params() 1469 snd_es1968_free_memory(chip, chan->memory); in snd_es1968_hw_params() 1471 chan->memory = snd_es1968_new_memory(chip, size); in snd_es1968_hw_params() 1472 if (chan->memory == NULL) { in snd_es1968_hw_params() [all …]
|
/sound/pci/emu10k1/ |
D | Makefile | 8 irq.o memory.o voice.o emumpu401.o emupcm.o io.o \
|
/sound/core/ |
D | Kconfig | 89 For some embedded devices, we may disable it to reduce memory 163 It will consume more memory because of the additional Xarray. 164 If you want to choose the memory footprint over the performance
|
D | Makefile | 7 snd-y := sound.o init.o memory.o control.o misc.o device.o
|
/sound/soc/sof/ |
D | Kconfig | 169 memory -> DSP resource (memory, register, etc) 172 Say Y if you want to enable caching the memory windows.
|
/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 495 } memory[BA1_MEMORY_COUNT]; member 525 size += chip->ba1->memory[i].size; in load_firmware() 543 ba1->memory[idx].offset, in snd_cs46xx_download_image() 544 ba1->memory[idx].size); in snd_cs46xx_download_image() 547 offset += ba1->memory[idx].size >> 2; in snd_cs46xx_download_image()
|