| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 2012-03-18 | 16 | -63/+310 |
|\ |
|
| * | ALSA: usb-audio - Fix build error by consitification of rate list | Takashi Iwai | 2012-03-15 | 1 | -2/+4 |
| * | ALSA: snd-usb-6fire: Select missing SND_VMASTER option in Kconfig | Torsten Schenk | 2012-02-25 | 1 | -0/+1 |
| * | ALSA: snd-usb-6fire: add analog input volume control | Torsten Schenk | 2012-02-22 | 2 | -0/+73 |
| * | ALSA: snd-usb-6fire: add mute control for analog outputs | Torsten Schenk | 2012-02-22 | 2 | -0/+96 |
| * | ALSA: snd-usb-6fire: add individual volume control for analog channels | Torsten Schenk | 2012-02-22 | 2 | -23/+126 |
| * | ALSA: snd-usb-6fire: add tlv to controls | Torsten Schenk | 2012-02-22 | 1 | -25/+9 |
| * | ALSA: snd-usb-6fire: remove driver version information | Torsten Schenk | 2012-02-22 | 12 | -13/+1 |
| * | ALSA: usx2y: Fix typo in usbusx2yaudio.c and usx2yhwdeppcm.c | Masanari Iida | 2012-02-15 | 2 | -3/+3 |
* | | ALSA: snd-usb-caiaq: Fix the return of XRUN | Mark Hills | 2012-02-22 | 1 | -1/+4 |
* | | ALSA: usb-audio: avoid integer overflow in create_fixed_stream_quirk() | Xi Wang | 2012-02-15 | 3 | -4/+7 |
* | | ALSA: usb-audio: add Edirol UM-3G support | Clemens Ladisch | 2012-02-08 | 1 | -0/+8 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2012-01-12 | 10 | -15/+56 |
|\ |
|
| * | ALSA: usb-audio: add Yamaha MOX6/MOX8 support | Clemens Ladisch | 2012-01-11 | 1 | -0/+26 |
| * | ALSA: usb-audio - Avoid flood of frame-active debug messages | Takashi Iwai | 2012-01-09 | 1 | -2/+3 |
| * | ALSA: snd-usb-us122l: Delete calls to preempt_disable | Karsten Wiese | 2012-01-09 | 1 | -4/+2 |
| * | ALSA: usb-audio: fix possible hang and overflow in parse_uac2_sample_rate_ran... | Xi Wang | 2012-01-08 | 1 | -1/+7 |
| * | ALSA: module_param: make bool parameters really bool | Rusty Russell | 2011-12-19 | 6 | -8/+8 |
| * | ALSA: snd-usb: added VOX ToneLab ST midi handling | Sergiusz Urbaniak | 2011-12-12 | 1 | -0/+10 |
* | | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 2012-01-06 | 5 | -63/+6 |
|\ \
| |/
|/| |
|
| * | USB: convert sound/* to use module_usb_driver() | Greg Kroah-Hartman | 2011-11-18 | 5 | -63/+6 |
* | | ALSA: usb-audio - Support for Roland GAIA SH-01 Synthesizer | John F Leach | 2011-11-29 | 1 | -0/+31 |
* | | ALSA: usb-audio: Use kmemdup rather than duplicating its implementation | Thomas Meyer | 2011-11-10 | 1 | -4/+3 |
* | | ALSA: snd_usb_audio: add Logitech HD Webcam c510 to quirk-384 | Alexey Fisher | 2011-11-09 | 1 | -0/+1 |
* | | ALSA: usb-audio - Fix the missing volume quirks at delayed init | Takashi Iwai | 2011-11-08 | 1 | -50/+59 |
|/ |
|
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 5 | -0/+5 |
|\ |
|
| * | sound: Add module.h to the previously silent sound users | Paul Gortmaker | 2011-10-31 | 4 | -0/+4 |
| * | sound: add moduleparam.h to users of module_param/MODULE_PARM_DESC | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2011-11-06 | 1 | -7/+21 |
|\ \
| |/
|/| |
|
| * | ALSA: ua101: fix crash when unplugging | Clemens Ladisch | 2011-11-06 | 1 | -7/+21 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2011-10-28 | 26 | -1365/+1648 |
|\ \
| |/ |
|
| * | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 2011-10-26 | 26 | -1365/+1648 |
| |\ |
|
| | * | ALSA: usb-audio - Fix possible access over audio_feature_info[] array | Takashi Iwai | 2011-10-13 | 1 | -1/+1 |
| | * | ALSA: snd-usb-caiaq: Add support for Maschine | William Light | 2011-10-13 | 4 | -2/+160 |
| | * | ALSA: snd-usb-caiaq: Fix NULL dereference in input.c | William Light | 2011-10-13 | 1 | -1/+3 |
| | * | ALSA: usb-audio: increase control transfer timeout | Clemens Ladisch | 2011-09-27 | 8 | -25/+25 |
| | * | ALSA: 6fire: don't use custom hex_to_bin() | Andy Shevchenko | 2011-09-23 | 1 | -13/+12 |
| | * | ALSA: usb-audio: Added support for Roland UM-ONE midi-usb interface | Daniele Guerrieri | 2011-09-16 | 1 | -0/+14 |
| | * | ALSA: snd-usb: move code from urb.c to endpoint.c | Daniel Mack | 2011-09-14 | 8 | -991/+967 |
| | * | ALSA: snd-usb: re-order code | Daniel Mack | 2011-09-14 | 7 | -444/+472 |
| | * | ALSA: snd-usb: re-order the Makefile | Daniel Mack | 2011-09-14 | 1 | -6/+6 |
| | * | ALSA: usb: refine delay information with USB frame counter | Pierre-Louis Bossart | 2011-09-12 | 4 | -3/+60 |
| | * | ALSA: usb-audio: add Starr Labs USB MIDI support | Kristian Amlie | 2011-08-26 | 4 | -0/+40 |
| | * | ALSA: usb-audio - Check the dB-range validity in the later read, too | Takashi Iwai | 2011-08-19 | 1 | -2/+11 |
* | | | Merge branch 'pm-runtime' into pm-for-linus | Rafael J. Wysocki | 2011-10-07 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | PM / Runtime: Add macro to test for runtime PM events | Alan Stern | 2011-08-19 | 1 | -1/+1 |
* | | | ALSA: usb-audio: Check for possible chip NULL pointer before clearing probing... | Thomas Pfaff | 2011-09-26 | 1 | -3/+5 |
* | | | ALSA: usb-audio - clear chip->probing on error exit | Thomas Pfaff | 2011-09-23 | 1 | -0/+1 |
| |/
|/| |
|
* | | ALSA: usb-audio - Fix missing mixer dB information | Takashi Iwai | 2011-08-19 | 1 | -1/+2 |
* | | ALSA: snd_usb_caiaq: track submitted output urbs | Daniel Mack | 2011-08-14 | 2 | -4/+28 |
|/ |
|