1. 17 8月, 2017 1 次提交
  2. 01 4月, 2016 1 次提交
  3. 04 3月, 2016 1 次提交
  4. 14 8月, 2015 1 次提交
  5. 21 11月, 2014 3 次提交
    • T
      ALSA: usb-audio: Add Xonar U1 resume support · 2bfb14c3
      Takashi Iwai 提交于
      This time it's about Xonar U1: add the proper resume support for
      "Digital Playback Switch" element.
      
      Also, the status is moved into kcontrol private_value from
      usb_mixer_interface struct field.  One more cut.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      2bfb14c3
    • T
      ALSA: usb-audio: Add audigy2nx resume support · 9cf3689b
      Takashi Iwai 提交于
      Rewrite the code to handle LEDs on audigy2nx and co for supporting the
      proper resume.  A new internal helper function
      add_single_ctl_with_resume() is introduced to manage the
      usb_mixer_elem_list more easily.
      
      Also while we're at it, move audigy2nx_leds[] in usb_mixer_interface
      struct into the private_value of each kctl, too.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      9cf3689b
    • T
      ALSA: usb-audio: Allow quirks to handle own resume and proc dump · 3360b84b
      Takashi Iwai 提交于
      So far, we blindly assumed that the all usb-audio mixer elements
      follow the standard and apply the standard resume method for the
      registered elements in the id_elems[] list.  However, some quirks
      really need the own resume and it's incomplete for now.
      
      This patch enhances the resume handling in two folds:
      - split some fields in struct usb_mixer_elem_info into a smaller
        header struct (usb_mixer_elem_list) for keeping the minimal
        information in the linked-list; the usb_mixer_elem_info embeds this
        header struct instead
      - add resume and dump callbacks to usb_mixer_elem_list struct to allow
        quirks providing the own methods
      
      For the standard mixer elements, these new callbacks are set to the
      standard ones as default, thus there is no functional change by this
      patch yet.
      
      The dump and resume callbacks are typedef'ed for ease of later patches
      using arrays of such function pointers.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      3360b84b
  6. 13 11月, 2014 2 次提交
  7. 04 11月, 2014 1 次提交
  8. 03 2月, 2014 1 次提交
  9. 29 11月, 2012 1 次提交
  10. 24 4月, 2012 1 次提交
  11. 04 8月, 2011 1 次提交
  12. 25 5月, 2011 2 次提交
  13. 11 3月, 2011 1 次提交
  14. 23 6月, 2010 1 次提交
  15. 01 6月, 2010 1 次提交
  16. 12 3月, 2010 3 次提交
  17. 05 3月, 2010 1 次提交