index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac80211
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-02-03
ALSA: line6: use msecs_to_jiffies for conversion
Nicholas Mc Guire
1
-1
/
+1
2015-02-01
ALSA: line6: Remove unused line6_midibuf_skip_message()
Chris Rorvick
2
-13
/
+0
2015-02-01
ALSA: line6: Remove unused line6_midibuf_status()
Chris Rorvick
2
-8
/
+0
2015-01-28
ALSA: ak411x: Fix race of reinit() calls
Takashi Iwai
4
-0
/
+8
2015-01-28
ALSA: ak411x: Add PM helper functions
Takashi Iwai
5
-1
/
+51
2015-01-28
ALSA: ak4114: Move EXPORT_SYMBOL() after each function
Takashi Iwai
1
-7
/
+6
2015-01-28
ALSA: ak411x: Fix stall in work callback
Takashi Iwai
4
-21
/
+18
2015-01-28
ALSA: line6: Remove snd_line6_ prefix of pcm property fields
Takashi Iwai
6
-20
/
+18
2015-01-28
ALSA: line6: Remove invalid capability bits for PODxt Live Variax
Takashi Iwai
1
-3
/
+1
2015-01-28
ALSA: line6: Remove struct usb_line6_podhd
Takashi Iwai
1
-6
/
+1
2015-01-28
ALSA: line6: Move the contents of usbdefs.h into driver.h
Takashi Iwai
9
-34
/
+16
2015-01-28
ALSA: line6: Remove revision.h
Takashi Iwai
2
-5
/
+0
2015-01-28
ALSA: line6: Tidy up and typo fixes in comments
Takashi Iwai
8
-174
/
+65
2015-01-28
ALSA: line6: Fix volume calculation for big-endian
Takashi Iwai
1
-9
/
+14
2015-01-28
ALSA: usx2y: Move UAPI definition into include/uapi/sound/usb_stream.h
Takashi Iwai
2
-74
/
+80
2015-01-28
ALSA: au88x0: Remove superfluous ifdef __KERNEL__
Takashi Iwai
1
-2
/
+0
2015-01-28
ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*
Takashi Iwai
8
-8
/
+8
2015-01-28
ALSA: Include linux/io.h instead of asm/io.h
Takashi Iwai
100
-111
/
+100
2015-01-28
ALSA: sscape: add missing include of linux/io.h
Arnd Bergmann
1
-0
/
+1
2015-01-28
ALSA: line6: Handle error from line6_pcm_acquire()
Takashi Iwai
2
-6
/
+20
2015-01-28
ALSA: line6: Make common PCM pointer callback
Takashi Iwai
4
-20
/
+12
2015-01-28
ALSA: line6: Reorganize PCM stream handling
Takashi Iwai
7
-425
/
+252
2015-01-28
ALSA: line6: Clear prev_fbuf and prev_fsize properly
Takashi Iwai
2
-7
/
+7
2015-01-28
ALSA: line6: Fix racy loopback handling
Takashi Iwai
2
-20
/
+24
2015-01-28
ALSA: line6: Minor tidy up in line6_probe()
Takashi Iwai
1
-11
/
+9
2015-01-28
ALSA: line6: Let snd_card_new() allocate private data
Takashi Iwai
6
-45
/
+20
2015-01-28
ALSA: line6: Drop interface argument from private_init and disconnect callbacks
Takashi Iwai
6
-30
/
+31
2015-01-28
ALSA: line6: Skip volume manipulation during silence copying
Takashi Iwai
1
-2
/
+3
2015-01-28
ALSA: line6: Do clipping in volume / monitor manipulations
Takashi Iwai
1
-3
/
+7
2015-01-28
ALSA: line6: Consolidate PCM stream buffer allocation and free
Takashi Iwai
5
-38
/
+29
2015-01-28
ALSA: line6: Use dev_err()
Takashi Iwai
1
-1
/
+2
2015-01-28
ALSA: line6: Consolidate URB unlink and sync helpers
Takashi Iwai
5
-133
/
+69
2015-01-28
ALSA: line6: Rearrange PCM structure
Takashi Iwai
4
-208
/
+142
2015-01-28
ALSA: line6: Drop voodoo workarounds
Takashi Iwai
2
-24
/
+0
2015-01-28
ALSA: line6: Use incremental loop
Takashi Iwai
3
-11
/
+11
2015-01-28
ALSA: line6: Drop superfluous spinlock for trigger
Takashi Iwai
2
-22
/
+6
2015-01-28
ALSA: line6: Fix the error recovery in line6_pcm_acquire()
Takashi Iwai
1
-6
/
+6
2015-01-28
ALSA: line6: Use logical OR
Takashi Iwai
1
-2
/
+2
2015-01-28
ALSA: line6: Fix missing error handling in line6_pcm_acquire()
Takashi Iwai
1
-1
/
+2
2015-01-28
ALSA: line6: Reduce superfluous spinlock in midi.c
Takashi Iwai
2
-18
/
+7
2015-01-28
ALSA: line6: Remove unused line6_nop_read()
Takashi Iwai
2
-12
/
+0
2015-01-28
ALSA: line6: Fix memory leak at probe error path
Takashi Iwai
1
-29
/
+30
2015-01-28
ALSA: line6: Minor refactoring
Takashi Iwai
1
-45
/
+49
2015-01-28
ALSA: line6/toneport: Implement LED controls via LED class
Takashi Iwai
2
-74
/
+91
2015-01-28
ALSA: line6/toneport: Fix wrong argument for toneport_has_led()
Takashi Iwai
1
-3
/
+1
2015-01-28
ALSA: line6: Don't forget to call driver's destructor at error path
Takashi Iwai
1
-0
/
+2
2015-01-28
ALSA: line6/toneport: Move setup_timer() at the beginning
Takashi Iwai
1
-4
/
+5
2015-01-28
ALSA: line6: Remove superfluous NULL checks in each driver
Takashi Iwai
4
-38
/
+8
2015-01-28
ALSA: line6: Abort if inconsistent usbdev is found at disconnect
Takashi Iwai
1
-3
/
+3
2015-01-28
ALSA: line6: Yet more cleanup of superfluous NULL checks
Takashi Iwai
1
-11
/
+2
[next]