Searched refs:work_ptr (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dymfpci.h302 struct snd_dma_buffer work_ptr; member in struct:snd_ymfpci
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ymfpci/
H A Dymfpci_main.c2129 /* work_ptr must be aligned to 256 bytes, but it's already
2132 size, &chip->work_ptr) < 0)
2134 ptr = chip->work_ptr.area;
2135 ptr_addr = chip->work_ptr.addr;
2179 snd_assert(ptr + chip->work_size == chip->work_ptr.area + chip->work_ptr.bytes, );
2242 if (chip->work_ptr.area)
2243 snd_dma_free_pages(&chip->work_ptr);

Completed in 94 milliseconds