Dec 6 02:22:11 sirius pulseaudio[12555]: [alsa-sink-CX20585 Analog] alsa-util.c: snd_pcm_delay() returned a value that is exceptionally large: -624212 bytes (-3538 ms). Dec 6 02:22:11 sirius pulseaudio[12555]: [alsa-sink-CX20585 Analog] alsa-util.c: Most likely this is a bug in the ALSA driver 'snd_hda_intel'. Please report this issue to the ALSA developers.
refer to the alsa-lib documentation , the return value is error code it seem pulseaudio 's bug to treat is as int as unsigned https://bugs.freedesktop.org/enter_bug.cgi?product=PulseAudio http://www.alsa-project.org/alsa-doc/alsa-lib/group___p_c_m.html int snd_pcm_delay ( snd_pcm_t * pcm, snd_pcm_sframes_t * delayp ) Obtain delay for a running PCM handle. Parameters: pcm PCM handle delayp Returned delay in frames Returns: 0 on success otherwise a negative error code -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1074968 Title: Pulseaudio leading to rtkit making hard kernel lock-up To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1074968/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
