Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
86b5f3ec41b5798811ec488fda4865a9781ec8ef
86b5f3e
Merge branch 'topic/line6' into for-next
by Takashi Iwai
· 10 years ago
c078a4a
ALSA: line6: Remove driver version from header comment
by Chris Rorvick
· 10 years ago
c6fffce
ALSA: line6: Refer to manufacturer as "Line 6"
by Chris Rorvick
· 10 years ago
35ae48a
ALSA: line6: Remove superfluous NULL checks
by Chris Rorvick
· 10 years ago
4d79fb1
ALSA: line6: Drop line6_send_program() and line6_transmit_parameter()
by Takashi Iwai
· 10 years ago
7372319
ALSA: line6: Make line6_send_raw_message() static
by Takashi Iwai
· 10 years ago
5a47531
ALSA: line6: Sync PCM stop at disconnect
by Takashi Iwai
· 10 years ago
31ca192
ALSA: line6: Remove superfluous disconnect call in suspend handler
by Takashi Iwai
· 10 years ago
b2a3b02
ALSA: line6: Remove CHECK_RETURN macro
by Takashi Iwai
· 10 years ago
10e3a02
ALSA: line6: Drop MISSING_CASE macro
by Takashi Iwai
· 10 years ago
2cd53fa
ALSA: line6: Remove driver version string
by Takashi Iwai
· 10 years ago
85a9339
ALSA: line6: Reorganize card resource handling
by Takashi Iwai
· 10 years ago
84ac9bb
ALSA: line6: Drop superfluous irqsave/irqrestore in PCM trigger callback
by Takashi Iwai
· 10 years ago
7d70c81
ALSA: line6: Don't handle PCM trigger for other cards
by Takashi Iwai
· 10 years ago
a019f5e
ALSA: line6: Remove superfluous out-of-memory error messages
by Takashi Iwai
· 10 years ago
45a82f1
ALSA: line6: Drop usb_device sysfs symlink
by Takashi Iwai
· 10 years ago
988d350
ALSA: line6: Drop invalid SNDRV_PCM_INFO_RESUME flag
by Takashi Iwai
· 10 years ago
aaa68d2
ALSA: line6: Drop superfluous snd_device for rawmidi
by Takashi Iwai
· 10 years ago
b45a7c5
ALSA: line6: Drop superfluous snd_device for PCM
by Takashi Iwai
· 10 years ago
075587b
ALSA: line6: Handle impulse response via control API
by Takashi Iwai
· 10 years ago
ccddbe4
ALSA: line6: Split to each driver
by Takashi Iwai
· 10 years ago
0f2524b
ALSA: line6: Use setup_timer() and mod_timer()
by Takashi Iwai
· 10 years ago
2a52b6e
ALSA: dummy: use setup_timer and mod_timer
by Roman Kollar
· 10 years ago
53c098b
ALSA: add Studio Evolution SE6X support
by Clemens Ladisch
· 10 years ago
a5a3353
ALSA: oxygen: add XIO2001 initialization
by Clemens Ladisch
· 10 years ago
0902fbb
ALSA: oxygen: add support for third analog input
by Clemens Ladisch
· 10 years ago
20eb26a
ALSA: oxygen: do not create useless S/PDIF controls
by Clemens Ladisch
· 10 years ago
7046245
ALSA: hda - Fix typo in hda_controller.c
by Masanari Iida
· 10 years ago
ffcd28d
ALSA: hda - Select INPUT for Realtek HD-audio codec
by Takashi Iwai
· 10 years ago
fd4e8dd
sound/oss: use current->state helpers
by Davidlohr Bueso
· 10 years ago
7b61728
ALSA: compress_driver.h: include sound/core.h explicitly
by Qais Yousef
· 10 years ago
1d69970
Merge tag 'topic/i915-hda-componentized-2015-01-12' of git://anongit.freedesktop.org/drm-intel into for-next
by Takashi Iwai
· 10 years ago
7bfb857
Merge branch 'topic/line6' into for-next
by Takashi Iwai
· 10 years ago
61864d8
ALSA: move line6 usb driver into sound/usb
by Takashi Iwai
· 10 years ago
d29b854
staging: line6: Make *_disconnect() functions static
by Chris Rorvick
· 10 years ago
a46c467
staging: line6: Call *_disconnect() via pointer
by Chris Rorvick
· 10 years ago
01f6b2b
staging: line6: Call *_process_message() via pointer
by Chris Rorvick
· 10 years ago
1cad3e8
staging: line6: Pass *_process_message() `usb_line6' pointers
by Chris Rorvick
· 10 years ago
a221dd4
staging: line6: Pass *_init() `usb_line6' pointers
by Chris Rorvick
· 10 years ago
16d603d
staging: line6: Move audio endpoints to properties
by Chris Rorvick
· 10 years ago
b95d2e4
staging: line6: Remove stale Pocket POD PCM endpoints
by Chris Rorvick
· 10 years ago
9e165be
staging: line6: Move control endpoints to properties
by Chris Rorvick
· 10 years ago
7b9584f
staging: line6: Move altsetting to properties
by Chris Rorvick
· 10 years ago
b98a811
staging: line6: Filter on UX2 interfaces
by Chris Rorvick
· 10 years ago
3a3eae6
staging: line6: Filter on Pocket POD interface
by Chris Rorvick
· 10 years ago
951dd31
staging: line6: Split out POD HD500 interfaces
by Chris Rorvick
· 10 years ago
7ad0731
staging: line6: Split out PODxt Live interfaces
by Chris Rorvick
· 10 years ago
7b3e4d4
staging: line6: List out capabilities individually
by Chris Rorvick
· 10 years ago
4d94754
staging: line6: Use explicit indexes when defining properties
by Chris Rorvick
· 10 years ago
4cb1a4a
staging: line6: Rename capability macros
by Chris Rorvick
· 10 years ago
5a85847
staging: line6: Remove useless comments
by Chris Rorvick
· 10 years ago
f45be7d
staging: line6: Remove idVendor and idProduct macros
by Chris Rorvick
· 10 years ago
a23a8bf
staging: line6: Key off of device type
by Chris Rorvick
· 10 years ago
c33a20b
staging: line6: Index properties array with device type
by Chris Rorvick
· 10 years ago
410dca8
staging: line6: Define a device type enum
by Chris Rorvick
· 10 years ago
daf54a5
staging: line6: Cleanup device table
by Chris Rorvick
· 10 years ago
e45bfe5
staging: line6: Remove unsupported X3 devices
by Chris Rorvick
· 10 years ago
c667ee1
staging: line6: Remove line6_pod_transmit_paramter()
by Chris Rorvick
· 10 years ago
5c3396f
staging: line6: Remove `device_bit' from properties
by Chris Rorvick
· 10 years ago
690ea44
Staging: line6: remove spaces before commas.
by Jonas Lundqvist
· 10 years ago
a248ce0
staging: line6: toneport.c: Fix for possible null pointer dereference
by Rickard Strandqvist
· 10 years ago
6c869d3
ALSA: rme*: Use snd_pcm_format_t
by Takashi Iwai
· 10 years ago
d286640
ALSA: log emu8000 DRAM size at level INFO
by David Flater
· 10 years ago
1730fd9
ALSA: fix emu8000 DRAM sizing for AWE64 Value
by David Flater
· 10 years ago
fcf3aac
drm/i915: remove unused power_well/get_cdclk_freq api
by Imre Deak
· 10 years ago
d7055bd
ALSA: hda: add component support
by Imre Deak
· 10 years ago
926981a
ALSA: hda: pass intel_hda to all i915 interface functions
by Imre Deak
· 10 years ago
347de1f
ALSA: hda: export struct hda_intel
by Imre Deak
· 10 years ago
58fddc2
drm/i915: add component support
by Imre Deak
· 10 years ago
888d0d4
drm/i915: add dev_to_i915 helper
by Imre Deak
· 10 years ago
eaa27f3
linux 3.19-rc4
by Linus Torvalds
· 10 years ago
0cbaed1
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 10 years ago
505569d
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
5ab551d
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
ddb321a
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
1e6c3e8
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
b800c91
mm: fix corner case in anon_vma endless growing prevention
by Konstantin Khlebnikov
· 10 years ago
690eac5
mm: Don't count the stack guard page towards RLIMIT_STACK
by Linus Torvalds
· 10 years ago
ace79a3
ALSA: ice1712: wm8766: Remove some unused functions
by Rickard Strandqvist
· 10 years ago
12c243b
ALSA: fm801: remove FSF address
by Andy Shevchenko
· 10 years ago
9e59474
Merge branch 'topic/pci-cleanup' into for-next
by Takashi Iwai
· 10 years ago
624afe4
ALSA: hda - fixup input_free_device called after input_unregister_device
by David Henningsson
· 10 years ago
8e654dd
Merge branch 'core/urgent' into locking/urgent, to collect all pending locking fixes
by Ingo Molnar
· 10 years ago
4850d37
Merge tag 'vfio-v3.19-rc4' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 10 years ago
aff8ad5
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 10 years ago
eb74926
Merge tag 'sound-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 10 years ago
28023d2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 10 years ago
1dd34da
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
d80b34c9
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
aa92913
Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb
by Linus Torvalds
· 10 years ago
dc9319f
Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 10 years ago
20ebb34
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 10 years ago
03c751a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
b3d574a
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
1e34792
ARM: 8275/1: mm: fix PMD_SECT_RDONLY undeclared compile error
by Victor Kamensky
· 10 years ago
3e41c9b
ALSA: ymfpci: Simplify PM callbacks
by Takashi Iwai
· 10 years ago
de0c869
ALSA: vx222: Simplify PM callbacks
by Takashi Iwai
· 10 years ago
c11b4c6
ALSA: via82xx-modem: Simplify PM callbacks
by Takashi Iwai
· 10 years ago
e909bfd
ALSA: via82xx: Simplify PM callbacks
by Takashi Iwai
· 10 years ago
6f9eb02
ALSA: trident: Simplify PM callbacks
by Takashi Iwai
· 10 years ago
Next »