19 Jan
2010
19 Jan
'10
2:35 p.m.
Hi all,
In my current ALSA driver, I have defined a mode which will impact the configuration of the audio driver. The requirment is to ask application users to set this mode to driver. So I want to add a parameter in 'hwparams' of snd_pcm_hw_params(pcm_handle, hwparams). But it seems that ALSA have no such expansibility.
Basically, my requirment is: There are two modes: ModeA and ModeB. I'd like application to set this mode before it begin playing. If you have other better methods to reach this requirment, it's also welcome. Thanks.