Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dvwsnd.c1484 int hwbuf_size; member
1701 rport->hwbuf_max = aport->hwbuf_size - DMACHUNK_SIZE; in pcm_setup()
1714 wport->hwbuf_max = aport->hwbuf_size - DMACHUNK_SIZE; in pcm_setup()
1889 ASSERT(hwidx >= 0 && hwidx + nb <= rport->hwbuf_size); in pcm_copy_in()
1913 ASSERT(hwidx >= 0 && hwidx + nb <= wport->hwbuf_size); in pcm_copy_out()
1948 const int hwsize = wport->hwbuf_size; in pcm_output()
2072 const int hwsize = rport->hwbuf_size; in pcm_input()
2765 hwsize = wport->hwbuf_size; in vwsnd_audio_do_ioctl()
3304 devc->rport.hwbuf_size = HWBUF_SIZE; in attach_vwsnd()
3327 devc->wport.hwbuf_size = HWBUF_SIZE; in attach_vwsnd()