https://github.com/torvalds/linux
Revision cfbc78003e2b12e60a1d594ce192c30aea44eb2a authored by Takashi Iwai on 02 July 2009, 15:48:32 UTC, committed by Takashi Iwai on 02 July 2009, 15:48:32 UTC
* fix/caiaq:
  ALSA: usx2y - reparent sound device
  ALSA: snd_usb_caiaq: reparent sound device
2 parent s dc8a4f3 + 3f5d346
Raw File
Tip revision: cfbc78003e2b12e60a1d594ce192c30aea44eb2a authored by Takashi Iwai on 02 July 2009, 15:48:32 UTC
Merge branch 'fix/caiaq' into for-linus
Tip revision: cfbc780
locking-selftest-rsem.h
#undef LOCK
#define LOCK		RSL

#undef UNLOCK
#define UNLOCK		RSU

#undef RLOCK
#define RLOCK		RSL

#undef WLOCK
#define WLOCK		WSL

#undef INIT
#define INIT		RWSI
back to top