On Wed, Oct 22, 2008 at 18:07, Bjoern Olausson lkmlist@gmail.com wrote:
No, mplayer (using the smplayr GUI) behaves like I reportetd, xine works like bevor.
Just one thing changed: Running the same file with "mplayer file.avi" instead of "smplayer file.avi" now results in a crase. Without the patch I could at least run "mplayer file.avi" Now the system freezes or just restarts. No way to get mot info.
I'll revert the patch and check again.
Mhh, I reverted the patch but mplayer still keeps freezing my system now... smplayer still works (with the stuttering) xine works fine.
thanks,
Takashi
diff --git a/sound/pci/sbxfi/sbxfi.c b/sound/pci/sbxfi/sbxfi.c index 0a1c569..ebe2dee 100644 --- a/sound/pci/sbxfi/sbxfi.c +++ b/sound/pci/sbxfi/sbxfi.c @@ -1260,7 +1260,7 @@ static struct snd_pcm_hardware sbxfi_pcm_hardware = { .channels_min = 2, .channels_max = 2, .buffer_bytes_max = SBXFI_MAX_BUFFER,
.period_bytes_min = 64,
.period_bytes_min = 4096, .period_bytes_max = SBXFI_MAX_BUFFER, .periods_min = 1, .periods_max = 4096,