mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-26 12:39:34 +07: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.
(*)
|
||
---|---|---|
.. | ||
lola_clock.c | ||
lola_mixer.c | ||
lola_pcm.c | ||
lola_proc.c | ||
lola.c | ||
lola.h | ||
Makefile |