Skip to content
GitLab
  • Explore
  • Sign in

Admin message

Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.

  • Arch LinuxArch Linux
  • Packaging
  • Upstream
  • linux-rtlinux-rt
  • Repository
  • linux-rt
  • sound
  • core
  • pcm_lib.c
Find file Blame History Permalink
  • Takashi Iwai's avatar
    ALSA: pcm - Fix update of runtime->hw_ptr_interrupt · ab1863fc
    Takashi Iwai authored Jun 07, 2009
    The commit 13f040f9
    
     made another
    regression, the missing update of runtime->hw_ptr_interrupt.
    Since this field is only checked in snd_pcmupdate__hw_ptr_interrupt(),
    not in snd_pcm_update_hw_ptr(), it must be updated before the hw_ptr
    change check.
    
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    ab1863fc