summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2015-02-01ALSA: line6: Remove unused line6_midibuf_skip_message()Chris Rorvick2-13/+0
2015-02-01ALSA: line6: Remove unused line6_midibuf_status()Chris Rorvick2-8/+0
2015-01-30Merge branch 'topic/line6' into for-nextTakashi Iwai13-250/+114
2015-01-28Merge branch 'topic/ak411x-fix' into for-nextTakashi Iwai3-25/+61
2015-01-28ALSA: ak411x: Fix race of reinit() callsTakashi Iwai2-0/+6
2015-01-28ALSA: ak411x: Add PM helper functionsTakashi Iwai3-1/+35
2015-01-28ALSA: ak4114: Move EXPORT_SYMBOL() after each functionTakashi Iwai1-7/+6
2015-01-28ALSA: ak411x: Fix stall in work callbackTakashi Iwai2-19/+16
2015-01-28ALSA: line6: Remove snd_line6_ prefix of pcm property fieldsTakashi Iwai6-20/+18
2015-01-28ALSA: line6: Remove invalid capability bits for PODxt Live VariaxTakashi Iwai1-3/+1
2015-01-28ALSA: line6: Remove struct usb_line6_podhdTakashi Iwai1-6/+1
2015-01-28ALSA: line6: Move the contents of usbdefs.h into driver.hTakashi Iwai9-34/+16
2015-01-28ALSA: line6: Remove revision.hTakashi Iwai2-5/+0
2015-01-28ALSA: line6: Tidy up and typo fixes in commentsTakashi Iwai8-174/+65
2015-01-28ALSA: line6: Fix volume calculation for big-endianTakashi Iwai1-9/+14
2015-01-28ALSA: usx2y: Move UAPI definition into include/uapi/sound/usb_stream.hTakashi Iwai1-74/+4
2015-01-28ALSA: au88x0: Remove superfluous ifdef __KERNEL__Takashi Iwai1-2/+0
2015-01-28ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*Takashi Iwai8-8/+8
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai97-108/+97
2015-01-28ALSA: sscape: add missing include of linux/io.hArnd Bergmann1-0/+1
2015-01-28Merge branch 'topic/line6' into for-nextTakashi Iwai15-1105/+705
2015-01-28ALSA: line6: Handle error from line6_pcm_acquire()Takashi Iwai2-6/+20
2015-01-28ALSA: line6: Make common PCM pointer callbackTakashi Iwai4-20/+12
2015-01-28ALSA: line6: Reorganize PCM stream handlingTakashi Iwai7-425/+252
2015-01-28ALSA: line6: Clear prev_fbuf and prev_fsize properlyTakashi Iwai2-7/+7
2015-01-28ALSA: line6: Fix racy loopback handlingTakashi Iwai2-20/+24
2015-01-28ALSA: line6: Minor tidy up in line6_probe()Takashi Iwai1-11/+9
2015-01-28ALSA: line6: Let snd_card_new() allocate private dataTakashi Iwai6-45/+20
2015-01-28ALSA: line6: Drop interface argument from private_init and disconnect callbacksTakashi Iwai6-30/+31
2015-01-28ALSA: line6: Skip volume manipulation during silence copyingTakashi Iwai1-2/+3
2015-01-28ALSA: line6: Do clipping in volume / monitor manipulationsTakashi Iwai1-3/+7
2015-01-28ALSA: line6: Consolidate PCM stream buffer allocation and freeTakashi Iwai5-38/+29
2015-01-28ALSA: line6: Use dev_err()Takashi Iwai1-1/+2
2015-01-28ALSA: line6: Consolidate URB unlink and sync helpersTakashi Iwai5-133/+69
2015-01-28ALSA: line6: Rearrange PCM structureTakashi Iwai4-208/+142
2015-01-28ALSA: line6: Drop voodoo workaroundsTakashi Iwai2-24/+0
2015-01-28ALSA: line6: Use incremental loopTakashi Iwai3-11/+11
2015-01-28ALSA: line6: Drop superfluous spinlock for triggerTakashi Iwai2-22/+6
2015-01-28ALSA: line6: Fix the error recovery in line6_pcm_acquire()Takashi Iwai1-6/+6
2015-01-28ALSA: line6: Use logical ORTakashi Iwai1-2/+2
2015-01-28ALSA: line6: Fix missing error handling in line6_pcm_acquire()Takashi Iwai1-1/+2
2015-01-28ALSA: line6: Reduce superfluous spinlock in midi.cTakashi Iwai2-18/+7
2015-01-28ALSA: line6: Remove unused line6_nop_read()Takashi Iwai2-12/+0
2015-01-28ALSA: line6: Fix memory leak at probe error pathTakashi Iwai1-29/+30
2015-01-28ALSA: line6: Minor refactoringTakashi Iwai1-45/+49
2015-01-28ALSA: line6/toneport: Implement LED controls via LED classTakashi Iwai2-74/+91
2015-01-28ALSA: line6/toneport: Fix wrong argument for toneport_has_led()Takashi Iwai1-3/+1
2015-01-28ALSA: line6: Don't forget to call driver's destructor at error pathTakashi Iwai1-0/+2
2015-01-28ALSA: line6/toneport: Move setup_timer() at the beginningTakashi Iwai1-4/+5
2015-01-28ALSA: line6: Remove superfluous NULL checks in each driverTakashi Iwai4-38/+8