25 Feb
2008
25 Feb
'08
4:32 p.m.
At Mon, 25 Feb 2008 16:29:51 +0100, Thierry Vignaud wrote:
Takashi Iwai tiwai@suse.de writes:
changeset: 2423:7388ad3d21ea tag: tip user: tiwai date: Mon Feb 25 15:11:46 2008 +0100 files: src/pcm/pcm_ioplug.c description: Fix the state in snd_pcm_ioplug_pause()
The states[] in snd_pcm_ioplug_pause() has wrong values. They should be swapped. ALSA bug#3796: https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3796
Aren't some bits missing from this bug report? (s/o->data->state = states[enable]/io->data->state = states[prev])
No, the current code is correct.
Takashi