Searched refs:capture_buffer (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/pci/rme9652/
H A Drme9652.c217 unsigned char *capture_buffer; /* suitably aligned address */ member in struct:snd_rme9652
1550 rme9652->capture_buffer, rme9652->playback_buffer);
1749 rme9652->capture_buffer = rme9652->capture_dma_buf.area;
1837 return rme9652->capture_buffer +
H A Dhdspm.c1029 unsigned char *capture_buffer; /* suitably aligned address */ member in struct:hdspm
5603 hdspm->capture_buffer =
5607 hdspm->capture_buffer);
5672 hdspm->capture_buffer = NULL;
H A Dhdsp.c476 unsigned char *capture_buffer; /* suitably aligned address */ member in struct:hdsp
3404 hdsp->capture_buffer, hdsp->playback_buffer);
3794 hdsp->capture_buffer = hdsp->capture_dma_buf.area;
3957 return hdsp->capture_buffer + (mapped_channel * HDSP_CHANNEL_BUFFER_BYTES);

Completed in 137 milliseconds