8 Sep
2009
8 Sep
'09
5:10 p.m.
At Tue, 8 Sep 2009 17:05:46 +0200, Giovanni Maruzzelli wrote:
On Tue, Sep 8, 2009 at 3:36 PM, Takashi Iwaitiwai@suse.de wrote:
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.
Sorry to ask again on this, I've tried to write to various files under /proc/asound (notably to dummy_pcm) but I was not able to modify values.
Please, could you hint me with a working example write (eg: echo "channels_max=3" > /proc/asound/Dummy/dummy_pcm) ?
Don't pass '=', e.g.
# echo channels_max 3 > /proc/..../dummy_pcm
Takashi