Isn't WODM_RESET should stop playback/recording immediately? In which case shouldn't we use snd_pcm_drop instead?
I'm guessing here. I have that loop disabled here for some time now. And I can't hear any artifacts.
PS: If we drop that loop we should remove all associated stuff as well.
Vitaliy Margolen
Monday, July 25, 2005, 9:27:42, Robert Shearman wrote:
Changelog: wait_for_poll can go into an infinite loop. Remove it and replace it with snd_pcm_drain which is more likely to do what the original author intended.