index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-01-20
ALSA: line6: Remove driver version from header comment
Chris Rorvick
16
-16
/
+16
2015-01-20
ALSA: line6: Refer to manufacturer as "Line 6"
Chris Rorvick
18
-50
/
+50
2015-01-20
ALSA: line6: Remove superfluous NULL checks
Chris Rorvick
1
-11
/
+1
2015-01-20
ALSA: line6: Drop line6_send_program() and line6_transmit_parameter()
Takashi Iwai
2
-62
/
+0
2015-01-20
ALSA: line6: Make line6_send_raw_message() static
Takashi Iwai
2
-4
/
+2
2015-01-20
ALSA: line6: Sync PCM stop at disconnect
Takashi Iwai
2
-18
/
+3
2015-01-20
ALSA: line6: Remove superfluous disconnect call in suspend handler
Takashi Iwai
1
-1
/
+0
2015-01-20
ALSA: line6: Remove CHECK_RETURN macro
Takashi Iwai
3
-14
/
+15
2015-01-20
ALSA: line6: Drop MISSING_CASE macro
Takashi Iwai
2
-7
/
+0
2015-01-20
ALSA: line6: Remove driver version string
Takashi Iwai
1
-2
/
+0
2015-01-20
ALSA: line6: Reorganize card resource handling
Takashi Iwai
12
-355
/
+85
2015-01-20
ALSA: line6: Drop superfluous irqsave/irqrestore in PCM trigger callback
Takashi Iwai
1
-7
/
+4
2015-01-20
ALSA: line6: Don't handle PCM trigger for other cards
Takashi Iwai
1
-0
/
+2
2015-01-20
ALSA: line6: Remove superfluous out-of-memory error messages
Takashi Iwai
5
-18
/
+5
2015-01-20
ALSA: line6: Drop usb_device sysfs symlink
Takashi Iwai
1
-9
/
+0
2015-01-20
ALSA: line6: Drop invalid SNDRV_PCM_INFO_RESUME flag
Takashi Iwai
5
-26
/
+0
2015-01-20
ALSA: line6: Drop superfluous snd_device for rawmidi
Takashi Iwai
1
-42
/
+23
2015-01-20
ALSA: line6: Drop superfluous snd_device for PCM
Takashi Iwai
1
-34
/
+19
2015-01-20
ALSA: line6: Handle impulse response via control API
Takashi Iwai
5
-124
/
+75
2015-01-20
ALSA: line6: Split to each driver
Takashi Iwai
18
-727
/
+748
2015-01-19
ALSA: line6: Use setup_timer() and mod_timer()
Takashi Iwai
2
-7
/
+4
2015-01-12
ALSA: move line6 usb driver into sound/usb
Takashi Iwai
30
-3
/
+3
2015-01-12
staging: line6: Make *_disconnect() functions static
Chris Rorvick
8
-96
/
+94
2015-01-12
staging: line6: Call *_disconnect() via pointer
Chris Rorvick
6
-42
/
+8
2015-01-12
staging: line6: Call *_process_message() via pointer
Chris Rorvick
6
-35
/
+10
2015-01-12
staging: line6: Pass *_process_message() `usb_line6' pointers
Chris Rorvick
5
-13
/
+10
2015-01-12
staging: line6: Pass *_init() `usb_line6' pointers
Chris Rorvick
9
-33
/
+24
2015-01-12
staging: line6: Move audio endpoints to properties
Chris Rorvick
6
-64
/
+52
[next]