Re: [Alsa-devel] help needed-- providing control interface

2004-03-27 Thread guan yim
you can check an example like alsa-driver-1.0.3/pci/emu10k1/emumixer.c _ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail -

Re: [Alsa-devel] help needed-- providing control interface

2004-03-26 Thread Clemens Ladisch
Pavana Sharma wrote: > I am providing control interface for my driver to access from user space > with functions get & put . > > * while creating new controls should I be allowed to create my hardware > specific controls like gain, power, rate & other codec specific parameters. All controls are h

[Alsa-devel] help needed-- providing control interface

2004-03-26 Thread Pavana Sharma
hello, I am providing control interface for my driver to access from user space with functions get & put . ( driver is for arm platform ) . I want to know * while creating new controls should I be allowed to create my hardware specific controls like gain, power, rate & other codec specific par