9 Dec
2014
9 Dec
'14
9:19 a.m.
Abhilash Kesavan wrote:
Currently, if I continue to use the SRAM allocation driver, two options are working:
- ioremap to ioremap_wc in drivers/misc/sram.c.
- copy_from_user to copy_from_user_toio in sound/core/pcm_lib.c
Which would be the preferred option ?
I don't know how to tell the SRAM allocator to hand out WC memory, but copy_from_user_toio() is what you would put into your .copy callback.
Regards, Clemens