aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-28ALSA: sscape: add missing include of linux/io.hArnd Bergmann1-0/+1
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
2015-01-28ALSA: line6: Abort if inconsistent usbdev is found at disconnectTakashi Iwai1-3/+3
2015-01-28ALSA: line6: Yet more cleanup of superfluous NULL checksTakashi Iwai1-11/+2
2015-01-26ALSA: seq: increase the maximum number of queuesClemens Ladisch1-1/+1
2015-01-26ALSA: seq: remove unused callback_all fieldClemens Ladisch4-8/+2
2015-01-26ALSA: seq: remove unused symbolsClemens Ladisch1-6/+0
2015-01-26ALSA: seq: fix off-by-one error in port limit checkClemens Ladisch1-1/+1
2015-01-26ALSA: seq: correctly report maximum number of portsClemens Ladisch1-1/+1
2015-01-26ALSA: seq-dummy: remove deadlock-causing events on closeClemens Ladisch1-31/+0
2015-01-25Linux 3.19-rc6Linus Torvalds1-1/+1
2015-01-24dm: fix handling of multiple internal suspendsMikulas Patocka1-2/+7
2015-01-24hwmon: (i5500_temp) Convert to use ATTRIBUTE_GROUPS macroAxel Lin1-10/+3
2015-01-24hwmon: (i5500_temp) Convert to module_pci_driverAxel Lin1-12/+1
2015-01-24hwmon: (i5500_temp) Don't bind to disabled sensorsJean Delvare1-0/+9
2015-01-24hwmon: (i5500_temp) Convert to devm_hwmon_device_register_with_groupsJean Delvare1-58/+15
2015-01-24hwmon: (i5500_temp) New driver for the Intel 5500/5520/X58 chipsetsJean Delvare3-0/+212
2015-01-23arm64: dts: add baud rate to Juno stdout-pathRobin Murphy1-1/+1
2015-01-23Revert "platform: x86: dell-laptop: Add support for keyboard backlight"Darren Hart1-1049/+6
2015-01-23Revert "Documentation: Add entry for dell-laptop sysfs interface"Darren Hart1-60/+0
2015-01-23dm cache: fix problematic dual use of a single migration count variableJoe Thornber1-39/+50
2015-01-23dm cache: share cache-metadata object across inactive and active DM tablesJoe Thornber1-6/+95