Home
last modified time | relevance | path

Searched refs:hw_io (Results 1 – 3 of 3) sorted by relevance

/linux/include/sound/
H A Dpcm-indirect.h18 unsigned int hw_io; /* Ring buffer hw pointer */ member
85 int bytes = ptr - rec->hw_io; in snd_pcm_indirect_playback_pointer()
90 rec->hw_io = ptr; in snd_pcm_indirect_playback_pointer()
159 int bytes = ptr - rec->hw_io; in snd_pcm_indirect_capture_pointer()
164 rec->hw_io = ptr; in snd_pcm_indirect_capture_pointer()
/linux/drivers/media/rc/
H A Dene_ir.h186 long hw_io; member
/linux/sound/mips/
H A Dhal2.c539 dac->pcm_indirect.hw_io = dac->buffer_dma; in hal2_playback_prepare()
624 adc->pcm_indirect.hw_io = adc->buffer_dma; in hal2_capture_prepare()