Home
last modified time | relevance | path

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

/sound/core/
Dpcm_native.c1408 struct drain_rec *drec, drec_tmp, *d; in snd_pcm_drain() local
1428 drec = kmalloc(substream->group->count * sizeof(*drec), GFP_KERNEL); in snd_pcm_drain()
1429 if (! drec) { in snd_pcm_drain()
1435 drec = &drec_tmp; in snd_pcm_drain()
1442 d = &drec[num_drecs++]; in snd_pcm_drain()
1476 runtime = drec[i].substream->runtime; in snd_pcm_drain()
1505 d = &drec[i]; in snd_pcm_drain()
1511 if (drec != &drec_tmp) in snd_pcm_drain()
1512 kfree(drec); in snd_pcm_drain()