1. 03 Sep, 2009 2 commits
    • Takashi Iwai's avatar
      ALSA: dummy - Better jiffies handling · b142037b
      Takashi Iwai authored
      In the system-timer mode, snd-dummy driver issues each tick to update
      the position.  This is highly inefficient and even inaccurate if the
      timer can't be triggered at each tick.
      
      Now rewritten to wake up only at the period boundary.  The position
      is calculated from the current jiffies.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      b142037b
    • Takashi Iwai's avatar
      ALSA: dummy - Support high-res timer mode · c631d03c
      Takashi Iwai authored
      Allow snd-dummy driver to use high-res timer as its timing source
      instead of the system timer.  The new module option "hrtimer" is added
      to turn on/off the high-res timer support.  It can be switched even
      dynamically via sysfs.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      c631d03c
  2. 28 Aug, 2009 1 commit
  3. 27 Aug, 2009 33 commits
  4. 26 Aug, 2009 4 commits