|
How to change character device file name?
I have two sound cards on my system. (A and B)
after compiling a kernel i found my card B under /dev/dsp
and card A under /dev/dsp1
most programs use /dev/dsp by default
But i preffer to use my A sound card and i have to tell every program to use alternate device.
How could i exchange my card devices?
P.S. I am using devfs
|