On 11/12/2011 10:29 PM, Marek Vasut wrote:
Hi,
I have a use case which requires CODEC to be reset at run-time. As application exercises playback/capture through PCM device and mixer, my understanding is that there is no interface for application to reset CODEC through ALSA ASoC framework. CODEC driver would have to build non-standard interface for this purpose. Is there precedence in any of asoc CODEC driver which provides reset interface?
Why not describe the hardware / submit a patch to support the hardware first ? Then you can ask the developers for help. You can be helped more if you share your problematic code.
Actually, there is no bug. The use case is more to do with self test mode. After running some audio tests to verify different audio paths (i.e handset mode), self test application would like to trigger codec reset interface to restore CODEC default state. I was told that there are already ASOC CODEC drivers offering such interface. I want to see how this use case is handled by other CODEC drivers especially if command comes during playback/capture.
Thanks Patrick