Hi, All:
Now I am writing a kernel module,and I need use some symbols in
i810_audio.c.
So I add the lines at the end of file:
EXPORT_SYMBOL(stop_dac);
EXPORT_SYMBOL(i810_valid_spdif_rate);
EXPORT_SYMBOL(stop_adc);
EXPORT_SYMBOL(drain_dac);
EXPORT_SYMBOL(spdif_locked);
EXPORT_SYMBOL(i810_set_spdif_output);
EXPORT_SYMBOL(i810_get_free_write_space);
EXPORT_SYMBOL(devs);
EXPORT_SYMBOL(i810_update_lvi);
EXPORT_SYMBOL(i810_set_dac_rate);
EXPORT_SYMBOL(prog_dmabuf);
EXPORT_SYMBOL(dealloc_dmabuf);
At modify the Makefile.
However, when I try to load my module, there is still error: unresolved
symbols.
I have use fgrep -i i810_ /proc/ksyms,but find nothing.
What esle should I do for using these symbols?
I really appreciate your help.
yours
cundong
_________________________________________________________________
Don?t just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/