ALSA: line6: Remove snd_line6_ prefix of pcm property fields
[firefly-linux-kernel-4.4.55.git] / sound / usb / line6 /
2015-01-28 Takashi IwaiALSA: line6: Remove snd_line6_ prefix of pcm property...
2015-01-28 Takashi IwaiALSA: line6: Remove invalid capability bits for PODxt...
2015-01-28 Takashi IwaiALSA: line6: Remove struct usb_line6_podhd
2015-01-28 Takashi IwaiALSA: line6: Move the contents of usbdefs.h into driver.h
2015-01-28 Takashi IwaiALSA: line6: Remove revision.h
2015-01-28 Takashi IwaiALSA: line6: Tidy up and typo fixes in comments
2015-01-28 Takashi IwaiALSA: line6: Fix volume calculation for big-endian
2015-01-28 Takashi IwaiALSA: line6: Handle error from line6_pcm_acquire()
2015-01-28 Takashi IwaiALSA: line6: Make common PCM pointer callback
2015-01-28 Takashi IwaiALSA: line6: Reorganize PCM stream handling
2015-01-28 Takashi IwaiALSA: line6: Clear prev_fbuf and prev_fsize properly
2015-01-28 Takashi IwaiALSA: line6: Fix racy loopback handling
2015-01-28 Takashi IwaiALSA: line6: Minor tidy up in line6_probe()
2015-01-28 Takashi IwaiALSA: line6: Let snd_card_new() allocate private data
2015-01-28 Takashi IwaiALSA: line6: Drop interface argument from private_init...
2015-01-28 Takashi IwaiALSA: line6: Skip volume manipulation during silence...
2015-01-28 Takashi IwaiALSA: line6: Do clipping in volume / monitor manipulations
2015-01-28 Takashi IwaiALSA: line6: Consolidate PCM stream buffer allocation...
2015-01-28 Takashi IwaiALSA: line6: Use dev_err()
2015-01-28 Takashi IwaiALSA: line6: Consolidate URB unlink and sync helpers
2015-01-28 Takashi IwaiALSA: line6: Rearrange PCM structure
2015-01-28 Takashi IwaiALSA: line6: Drop voodoo workarounds
2015-01-28 Takashi IwaiALSA: line6: Use incremental loop
2015-01-28 Takashi IwaiALSA: line6: Drop superfluous spinlock for trigger
2015-01-28 Takashi IwaiALSA: line6: Fix the error recovery in line6_pcm_acquire()
2015-01-28 Takashi IwaiALSA: line6: Use logical OR
2015-01-28 Takashi IwaiALSA: line6: Fix missing error handling in line6_pcm_ac...
2015-01-28 Takashi IwaiALSA: line6: Reduce superfluous spinlock in midi.c
2015-01-28 Takashi IwaiALSA: line6: Remove unused line6_nop_read()
2015-01-28 Takashi IwaiALSA: line6: Fix memory leak at probe error path
2015-01-28 Takashi IwaiALSA: line6: Minor refactoring
2015-01-28 Takashi IwaiALSA: line6/toneport: Implement LED controls via LED...
2015-01-28 Takashi IwaiALSA: line6/toneport: Fix wrong argument for toneport_h...
2015-01-28 Takashi IwaiALSA: line6: Don't forget to call driver's destructor...
2015-01-28 Takashi IwaiALSA: line6/toneport: Move setup_timer() at the beginning
2015-01-28 Takashi IwaiALSA: line6: Remove superfluous NULL checks in each...
2015-01-28 Takashi IwaiALSA: line6: Abort if inconsistent usbdev is found...
2015-01-28 Takashi IwaiALSA: line6: Yet more cleanup of superfluous NULL checks
2015-01-20 Chris RorvickALSA: line6: Remove driver version from header comment
2015-01-20 Chris RorvickALSA: line6: Refer to manufacturer as "Line 6"
2015-01-20 Chris RorvickALSA: line6: Remove superfluous NULL checks
2015-01-20 Takashi IwaiALSA: line6: Drop line6_send_program() and line6_transm...
2015-01-20 Takashi IwaiALSA: line6: Make line6_send_raw_message() static
2015-01-20 Takashi IwaiALSA: line6: Sync PCM stop at disconnect
2015-01-20 Takashi IwaiALSA: line6: Remove superfluous disconnect call in...
2015-01-20 Takashi IwaiALSA: line6: Remove CHECK_RETURN macro
2015-01-20 Takashi IwaiALSA: line6: Drop MISSING_CASE macro
2015-01-20 Takashi IwaiALSA: line6: Remove driver version string
2015-01-20 Takashi IwaiALSA: line6: Reorganize card resource handling
2015-01-20 Takashi IwaiALSA: line6: Drop superfluous irqsave/irqrestore in...
2015-01-20 Takashi IwaiALSA: line6: Don't handle PCM trigger for other cards
2015-01-20 Takashi IwaiALSA: line6: Remove superfluous out-of-memory error...
2015-01-20 Takashi IwaiALSA: line6: Drop usb_device sysfs symlink
2015-01-20 Takashi IwaiALSA: line6: Drop invalid SNDRV_PCM_INFO_RESUME flag
2015-01-20 Takashi IwaiALSA: line6: Drop superfluous snd_device for rawmidi
2015-01-20 Takashi IwaiALSA: line6: Drop superfluous snd_device for PCM
2015-01-20 Takashi IwaiALSA: line6: Handle impulse response via control API
2015-01-20 Takashi IwaiALSA: line6: Split to each driver
2015-01-19 Takashi IwaiALSA: line6: Use setup_timer() and mod_timer()
2015-01-12 Takashi IwaiALSA: move line6 usb driver into sound/usb