Searched refs:emem (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demu10k1_callback.c153 struct snd_emu10k1_memblk *emem; local
154 emem = (struct snd_emu10k1_memblk *)vp->block;
155 if (emem->map_locked > 0)
156 emem->map_locked--;
319 struct snd_emu10k1_memblk *emem; local
326 emem = (struct snd_emu10k1_memblk *)vp->block;
327 if (emem == NULL)
329 emem->map_locked++;
330 if (snd_emu10k1_memblk_map(hw, emem) < 0) {
334 mapped_offset = snd_emu10k1_memblk_offset(emem) >>
442 struct snd_emu10k1_memblk *emem; local
[all...]

Completed in 51 milliseconds