1. 09 Mar, 2009 2 commits
    • Takashi Iwai's avatar
      ALSA: Add kernel-doc comments to vmaster stuff · 79c7cdd5
      Takashi Iwai authored
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      79c7cdd5
    • Takashi Iwai's avatar
      ALSA: add snd_ctl_add_slave_uncached() · f5b1db63
      Takashi Iwai authored
      Added snd_ctl_add_slave_uncached() function to add a slave element
      with volatile controls.  The values of normal slave elements are
      supposed to be cachable, i.e. they are changed only via the put
      callbacks.  OTOH, when a slave element is volatile and its values may
      be changed by other reason (e.g. hardware status change), the values
      will get inconsistent.
      
      The new function allows the slave elements with volatile changes.
      When the slave is tied with this call, the native get callback is
      issued at each time so that the values are always updated.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      f5b1db63
  2. 04 Mar, 2009 3 commits
  3. 03 Mar, 2009 12 commits
  4. 02 Mar, 2009 23 commits