1. 14 4月, 2009 1 次提交
  2. 18 3月, 2009 2 次提交
  3. 05 2月, 2009 2 次提交
  4. 16 1月, 2009 1 次提交
  5. 12 1月, 2009 2 次提交
  6. 09 1月, 2009 1 次提交
  7. 02 1月, 2009 1 次提交
    • J
      ALSA: Use usb_set/get_intfdata · f4e9749f
      Julia Lawall 提交于
      Use the USB functions usb_get_intfdata and usb_set_intfdata instead of
      dev_get_drvdata and dev_set_drvdata, respectively.
      
      The semantic patch that makes this change for the usb_get_intfdata case is
      as follows: (http://www.emn.fr/x-info/coccinelle/)
      
      // <smpl>
      @header@
      @@
      
      #include <linux/usb.h>
      
      @same depends on header@
      position p;
      @@
      
      usb_get_intfdata@p(...) { ... }
      
      @depends on header@
      position _p!=same.p;
      identifier _f;
      struct usb_interface*intf;
      @@
      
      _f@_p(...) { <+...
      - dev_get_drvdata(&intf->dev)
      + usb_get_intfdata(intf)
      ...+> }
      // </smpl>
      Signed-off-by: NJulia Lawall <julia@diku.dk>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      f4e9749f
  8. 27 11月, 2008 1 次提交
  9. 22 5月, 2008 1 次提交
  10. 19 5月, 2008 1 次提交
  11. 24 4月, 2008 3 次提交
  12. 23 2月, 2008 1 次提交
  13. 01 2月, 2008 4 次提交
  14. 16 10月, 2007 1 次提交
  15. 11 5月, 2007 1 次提交