At Tue, 8 Sep 2009 15:29:54 +0200, Giovanni Maruzzelli wrote:
On Tue, Sep 8, 2009 at 3:19 PM, Takashi Iwaitiwai@suse.de wrote:
If this is true, I think it's rather a bug of Skype. But we cannot check it by the obvious reason :)
Cannot agree the more! :-)
I don't like adding too many module parameters. There are many other adjustable parameters in that struct, I simply added a proc interface to show and store the values now.
I'm not sure I've understood. There will be a /proc pseudofile that I can read and write and that alters the values of period and buffer?
Yes.
Try the latest alsa-driver-snapshot tarball. Note that the proc file is enabled only in the debug mode. With the external build, pass --with-debug=full configure option.
When you will release, the /proc file will be also present in the normal build (eg: no debug build)?
No, it's in #ifdef CONFIG_SND_DEBUG.
Takashi