index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-03
Merge branch 'topic/snd-device' into for-next
Takashi Iwai
13
-260
/
+248
2015-02-03
ALSA: line6: fixup of line6_start_timer argument type
Nicholas Mc Guire
2
-2
/
+2
2015-02-03
ALSA: line6: use msecs_to_jiffies for conversion
Nicholas Mc Guire
1
-1
/
+1
2015-02-02
ALSA: Drop snd_get_device() helper
Takashi Iwai
1
-43
/
+0
2015-02-02
ALSA: Simplify snd_device_register() variants
Takashi Iwai
8
-86
/
+51
2015-02-02
ALSA: compress: Embed struct device
Takashi Iwai
1
-5
/
+19
2015-02-02
ALSA: seq: Handle the device directly
Takashi Iwai
1
-2
/
+11
2015-02-02
ALSA: timer: Handle the device directly
Takashi Iwai
1
-2
/
+11
2015-02-02
ALSA: timer: Propagate the error at initialization
Takashi Iwai
1
-10
/
+22
2015-02-02
ALSA: rawmidi: Use rawmidi device file for kernel messages
Takashi Iwai
1
-3
/
+3
2015-02-02
ALSA: rawmidi: Embed struct device
Takashi Iwai
1
-7
/
+17
2015-02-02
ALSA: pcm: Embed struct device
Takashi Iwai
4
-26
/
+21
2015-02-02
ALSA: hwdep: Embed struct device
Takashi Iwai
2
-52
/
+37
2015-02-02
ALSA: control: Embed struct device
Takashi Iwai
1
-24
/
+16
2015-02-02
ALSA: Add a helper to initialize device
Takashi Iwai
1
-0
/
+23
2015-02-02
ALSA: control: Provide a helper to look for the preferred subdevice
Takashi Iwai
3
-27
/
+29
2015-02-02
ALSA: Allow to pass the device object to snd_register_device*()
Takashi Iwai
3
-22
/
+37
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-30
Merge branch 'topic/line6' into for-next
Takashi Iwai
13
-250
/
+114
2015-01-28
Merge branch 'topic/ak411x-fix' into for-next
Takashi Iwai
3
-25
/
+61
2015-01-28
ALSA: ak411x: Fix race of reinit() calls
Takashi Iwai
2
-0
/
+6
2015-01-28
ALSA: ak411x: Add PM helper functions
Takashi Iwai
3
-1
/
+35
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
2
-19
/
+16
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
1
-74
/
+4
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
97
-108
/
+97
2015-01-28
ALSA: sscape: add missing include of linux/io.h
Arnd Bergmann
1
-0
/
+1
2015-01-28
Merge branch 'topic/line6' into for-next
Takashi Iwai
15
-1105
/
+705
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
[next]