Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2e655031b598f43065f4de3ccd83d8f544283f43
/
sound
/
usb
/
line6
fdd8218
ALSA: line6: fix a crash in line6_hwdep_write()
by Dan Carpenter
· 8 years ago
b907900
ALSA: line6: Fix POD X3 Live audio input
by Andrej Krutak
· 8 years ago
8da08ca
ALSA: usb-line6: use the same declaration as definition in header for MIDI manufacturer ID
by Takashi Sakamoto
· 8 years ago
0da325a
ALSA: line6: snd-usb-line6 depends on CONFIG_SND_HWDEP
by Valdis Kletnieks
· 8 years ago
a4bc746
ALSA: line6: fix ifnullfree.cocci warnings
by kbuild test robot
· 8 years ago
a16039c
ALSA: line6: Add hwdep interface to access the POD control messages
by Andrej Krutak
· 8 years ago
cfa7696
ALSA: line6: Cleanup podhd initialization
by Andrej Krutak
· 8 years ago
f6a0dd1
ALSA: line6: Only determine control port properties if needed
by Andrej Krutak
· 8 years ago
c039aaa
ALSA: line6: Add support for POD X3 Live (only USB ID differs from POD X3)
by Andrej Krutak
· 8 years ago
790869d
ALSA: line6: Add support for POD X3
by Andrej Krutak
· 8 years ago
7811a3a
ALSA: line6: Allow processing of raw incoming messages
by Andrej Krutak
· 8 years ago
174e1fc
ALSA: line6: Distinguish device init (ctrl EP) and MIDI data transfer (int EP)
by Andrej Krutak
· 8 years ago
f56742c
ALSA: line6: Add LINE6_CAP_IN_NEEDS_OUT, a void playback stream during capture
by Andrej Krutak
· 8 years ago
97d78ac
ALSA: line6: Allow different channel numbers for in/out
by Andrej Krutak
· 8 years ago
7a0f55a
ALSA: line6: Support assymetrical in/out configurations
by Andrej Krutak
· 8 years ago
79faa2b
ALSA: line6: Add high-speed USB support
by Andrej Krutak
· 8 years ago
b2233d9
ALSA: line6: Enable different number of URBs for frame transfers
by Andrej Krutak
· 8 years ago
b027d11
ALSA: line6: Fix POD sysfs attributes segfault
by Andrej Krutak
· 8 years ago
adc8a43
ALSA: line6: Give up on the lock while URBs are released.
by Andrej Krutak
· 8 years ago
7e4379e
ALSA: line6: Remove double line6_pcm_release() after failed acquire.
by Andrej Krutak
· 8 years ago
4d0e677
ALSA: line6: Fix -EBUSY error during active monitoring
by Takashi Iwai
· 9 years ago
f44f07c
ALSA: line6: Clamp values correctly
by Takashi Iwai
· 10 years ago
25a0707
ALSA: line6: Improve line6_read/write_data() interfaces
by Chris Rorvick
· 10 years ago
0e80615
ALSA: line6: toneport: Use explicit type for firmware version
by Chris Rorvick
· 10 years ago
12b0015
ALSA: line6: Use explicit type for serial number
by Chris Rorvick
· 10 years ago
e474e7f
ALSA: line6: Return EIO if read/write not successful
by Chris Rorvick
· 10 years ago
f3dfd1b
ALSA: line6: Return error if device not responding
by Chris Rorvick
· 10 years ago
e64e94d
ALSA: line6: Add delay before reading status
by Chris Rorvick
· 10 years ago
12865ca
ALSA: line6: Pass driver name to line6_probe()
by Chris Rorvick
· 10 years ago
f2bd242
ALSA: line6: Pass toneport pointer to toneport_has_led()
by Chris Rorvick
· 10 years ago
8944460
ALSA: line6: Add toneport_has_source_select()
by Chris Rorvick
· 10 years ago
9b6ff3f
ALSA: line6: Get rid of unused variable in pod.c
by Takashi Iwai
· 10 years ago
02fc76f
ALSA: line6: Create sysfs via snd_card_add_dev_attr()
by Takashi Iwai
· 10 years ago
6ccd93b
ALSA: line6: fixup of line6_start_timer argument type
by Nicholas Mc Guire
· 10 years ago
695758c
ALSA: line6: use msecs_to_jiffies for conversion
by Nicholas Mc Guire
· 10 years ago
5864728
ALSA: line6: Remove unused line6_midibuf_skip_message()
by Chris Rorvick
· 10 years ago
642adf5
ALSA: line6: Remove unused line6_midibuf_status()
by Chris Rorvick
· 10 years ago
1263f61
ALSA: line6: Remove snd_line6_ prefix of pcm property fields
by Takashi Iwai
· 10 years ago
72f18d0
ALSA: line6: Remove invalid capability bits for PODxt Live Variax
by Takashi Iwai
· 10 years ago
b331347
ALSA: line6: Remove struct usb_line6_podhd
by Takashi Iwai
· 10 years ago
129b3be
ALSA: line6: Move the contents of usbdefs.h into driver.h
by Takashi Iwai
· 10 years ago
fd9301d
ALSA: line6: Remove revision.h
by Takashi Iwai
· 10 years ago
cddbd4f
ALSA: line6: Tidy up and typo fixes in comments
by Takashi Iwai
· 10 years ago
0416980
ALSA: line6: Fix volume calculation for big-endian
by Takashi Iwai
· 10 years ago
247d95e
ALSA: line6: Handle error from line6_pcm_acquire()
by Takashi Iwai
· 10 years ago
2954f91
ALSA: line6: Make common PCM pointer callback
by Takashi Iwai
· 10 years ago
63e20df
ALSA: line6: Reorganize PCM stream handling
by Takashi Iwai
· 10 years ago
f2bb614
ALSA: line6: Clear prev_fbuf and prev_fsize properly
by Takashi Iwai
· 10 years ago
3d3ae44
ALSA: line6: Fix racy loopback handling
by Takashi Iwai
· 10 years ago
d6ca69d
ALSA: line6: Minor tidy up in line6_probe()
by Takashi Iwai
· 10 years ago
aca514b
ALSA: line6: Let snd_card_new() allocate private data
by Takashi Iwai
· 10 years ago
f66fd99
ALSA: line6: Drop interface argument from private_init and disconnect callbacks
by Takashi Iwai
· 10 years ago
62a109d
ALSA: line6: Skip volume manipulation during silence copying
by Takashi Iwai
· 10 years ago
c849153
ALSA: line6: Do clipping in volume / monitor manipulations
by Takashi Iwai
· 10 years ago
e90576c
ALSA: line6: Consolidate PCM stream buffer allocation and free
by Takashi Iwai
· 10 years ago
ccaac9e
ALSA: line6: Use dev_err()
by Takashi Iwai
· 10 years ago
d8131e6
ALSA: line6: Consolidate URB unlink and sync helpers
by Takashi Iwai
· 10 years ago
ad0119a
ALSA: line6: Rearrange PCM structure
by Takashi Iwai
· 10 years ago
ab5cdcb
ALSA: line6: Drop voodoo workarounds
by Takashi Iwai
· 10 years ago
9fb754b
ALSA: line6: Use incremental loop
by Takashi Iwai
· 10 years ago
f2a7622
ALSA: line6: Drop superfluous spinlock for trigger
by Takashi Iwai
· 10 years ago
5343ecf4
ALSA: line6: Fix the error recovery in line6_pcm_acquire()
by Takashi Iwai
· 10 years ago
6aa7f8e
ALSA: line6: Use logical OR
by Takashi Iwai
· 10 years ago
eab22e4
ALSA: line6: Fix missing error handling in line6_pcm_acquire()
by Takashi Iwai
· 10 years ago
bc518ba
ALSA: line6: Reduce superfluous spinlock in midi.c
by Takashi Iwai
· 10 years ago
b55004f
ALSA: line6: Remove unused line6_nop_read()
by Takashi Iwai
· 10 years ago
6b562f6
ALSA: line6: Fix memory leak at probe error path
by Takashi Iwai
· 10 years ago
644d908
ALSA: line6: Minor refactoring
by Takashi Iwai
· 10 years ago
f44edd7
ALSA: line6/toneport: Implement LED controls via LED class
by Takashi Iwai
· 10 years ago
bf115fc
ALSA: line6/toneport: Fix wrong argument for toneport_has_led()
by Takashi Iwai
· 10 years ago
eedd0e9
ALSA: line6: Don't forget to call driver's destructor at error path
by Takashi Iwai
· 10 years ago
6dd1c05
ALSA: line6/toneport: Move setup_timer() at the beginning
by Takashi Iwai
· 10 years ago
8a3b7c0
ALSA: line6: Remove superfluous NULL checks in each driver
by Takashi Iwai
· 10 years ago
2a324fc
ALSA: line6: Abort if inconsistent usbdev is found at disconnect
by Takashi Iwai
· 10 years ago
270fd9c
ALSA: line6: Yet more cleanup of superfluous NULL checks
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
61864d8
ALSA: move line6 usb driver into sound/usb
by Takashi Iwai
· 10 years ago