summaryrefslogtreecommitdiffstats
path: root/sound/usb
Commit message (Expand)AuthorAgeFilesLines
* ALSA: usb-audio: Fix Oops by composite quirk enhancementTakashi Iwai2014-11-101-3/+4
* ALSA: usb-audio: Allow multiple entries for the same iface in composite quirkTakashi Iwai2014-11-091-1/+9
* ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai2014-11-094-37/+11
* ALSA: usb-audio: Trigger PCM XRUN at XRUNTakashi Iwai2014-11-061-3/+8
* Merge branch 'for-linus' into for-nextTakashi Iwai2014-11-051-2/+7
|\
| * ALSA: usb-audio: Fix device_del() sysfs warnings at disconnectTakashi Iwai2014-11-051-2/+7
| * Merge tag 'sound-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-10-241-0/+30
| |\
* | | ALSA: usb-audio: Use strim() instead of open codeTakashi Iwai2014-11-041-12/+2
* | | ALSA: usb-audio: Pass direct struct pointer instead of list_headTakashi Iwai2014-11-045-21/+15
* | | ALSA: usb-audio: Flatten probe and disconnect functionsTakashi Iwai2014-11-041-45/+30
* | | Merge branch 'topic/enum-info-cleanup' into for-nextTakashi Iwai2014-10-223-48/+11
|\ \ \
| * | | ALSA: usb-audio: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-29/+6
| * | | ALSA: 6fire: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-18/+4
| |/ /
| * | Merge tag 'sound-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-10-103-0/+32
| |\ \
| * \ \ Merge tag 'phy-for_3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman2014-09-251-7/+11
| |\ \ \
| * | | | usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2014-09-231-1/+1
* | | | | Merge branch 'topic/cleanup' into for-nextTakashi Iwai2014-10-201-5/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ALSA: snd-usb: drop unused varible assigmentsDaniel Mack2014-10-191-5/+4
| | |_|/ | |/| |
* | | | ALSA: usb-audio: Add support for Steinberg UR22 USB interfaceVlad Catoi2014-10-201-0/+30
|/ / /
* | | ALSA: usb: caiaq: check for cdev->n_streams > 1Daniel Mack2014-10-071-0/+5
* | | Merge tag 'asoc-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2014-10-061-7/+11
|\ \ \ | | |/ | |/|
| * | ALSA: snd-usb-caiaq: Fix LED commands for Kore controllerDaniel Mack2014-09-221-7/+11
| |/
* | ALSA: usb-audio: add native DSD support for XMOS based DACsJurgen Kramer2014-09-081-0/+16
* | ALSA: usb-audio: add MIDI port names for the Yamaha MOTIF XFClemens Ladisch2014-09-081-0/+11
|/
* ALSA: usb-audio: fix BOSS ME-25 MIDI regressionClemens Ladisch2014-08-101-0/+29
* ALSA: usb-audio: Whitespace cleanups for sound/usb/midi.*Adam Goode2014-08-052-166/+211
* ALSA: usb-audio: Respond to suspend and resume callbacks for MIDI inputAdam Goode2014-08-053-0/+39
* ALSA: usb-audio: Adjust Gamecom 780 volume levelPaul S McSpadden2014-08-041-1/+1
* ALSA: usb-audio: improve dmesg source grepabilityMichał Mirosław2014-08-041-5/+4
* ALSA: usb-audio: Fix races at disconnection and PCM closingTakashi Iwai2014-06-263-6/+25
* ALSA: snd-usb: mixer: remove error messages on failed kmalloc()Daniel Mack2014-05-251-12/+3
* ALSA: snd-usb: mixer: coding style fixupsDaniel Mack2014-05-251-154/+246
* Merge branch 'for-linus' into for-nextTakashi Iwai2014-05-055-8/+26
|\
| * ALSA: usb-audio: work around corrupted TEAC UD-H01 feedback dataClemens Ladisch2014-05-022-1/+15
| * ALSA: usb-audio: Fix deadlocks at resumingTakashi Iwai2014-05-022-2/+6
| * ALSA: usb-audio: Save mixer status only once at suspendTakashi Iwai2014-05-021-2/+3
| * ALSA: usb-audio: Prevent printk ratelimiting from spamming kernel log while D...Sander Eikelenboom2014-05-021-3/+2
* | ALSA: usb-audio: Fix format string mismatch in mixer.cMasanari Iida2014-04-281-1/+1
* | Merge branch 'topic/usb-audio' into for-nextTakashi Iwai2014-04-144-1/+478
|\ \ | |/ |/|
| * ALSA: MIDI driver for Behringer BCD2000 USB deviceMario Kicherer2014-04-074-1/+478
* | ALSA: usb-audio: Suppress repetitive debug messages from retire_playback_urb()Tim Gardner2014-04-091-1/+2
|/
* Merge tag 'asoc-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2014-03-131-0/+1
|\
| * ALSA: usb-audio: Add quirk for Logitech Webcam C500Takashi Iwai2014-03-051-0/+1
* | Merge branch 'topic/cvt-dev-prints' into for-nextTakashi Iwai2014-02-2817-326/+411
|\ \
| * | ALSA: 6fire: Use standard printk helpersTakashi Iwai2014-02-266-72/+86
| * | ALSA: usb-audio: Use standard printk helpersTakashi Iwai2014-02-2611-254/+325
* | | Merge branch 'for-linus' into HEADTakashi Iwai2014-02-251-0/+9
|\ \ \ | |/ / |/| / | |/
| * ALSA: usb-audio: work around KEF X300A firmware bugClemens Ladisch2014-02-171-0/+9
* | ALSA: usx2y: Don't peep the card internal objectTakashi Iwai2014-02-174-79/+61
* | ALSA: usb-audio: Use SNDRV_DEV_CODEC for mixer objectsTakashi Iwai2014-02-141-1/+1
OpenPOWER on IntegriCloud