mirror of
https://github.com/torvalds/linux.git
synced 2026-05-13 00:28:54 +02:00
We have been used pcm_new()/pcm_free(), but switched to pcm_construct()/pcm_destruct() to use extra parameters [1]. pcm_new()/free() had been removed [2], but each drivers are still using such function naming. Let's name back to pcm_new()/pcm_free() again. [1] commit |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| mmp-sspa.c | ||
| mmp-sspa.h | ||
| pxa-ssp.c | ||
| pxa-ssp.h | ||
| pxa2xx-ac97.c | ||
| pxa2xx-i2s.c | ||
| pxa2xx-i2s.h | ||
| pxa2xx-pcm.c | ||
| spitz.c | ||