mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
16ccca1108
snd_pcm_sgbuf_ops_page is no longer needed to be set explicitly to PCM
page ops since the recent change in the PCM core (*). Leaving it NULL
should work as long as the preallocation has been done properly.
This patch drops the redundant lines.
(*)
|
||
---|---|---|
.. | ||
Makefile | ||
trident_main.c | ||
trident_memory.c | ||
trident.c | ||
trident.h |