Hi In my machine driver, I need to disable a widget in stream_event call back. I realized that I cannot invoke dapm_sync() inside the stream_event, because it causes recursive lock. How can I disable a pin (widget) inside stream_event call back? Thanks Ramesh