| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: usb/6fire: fix repeated words in comments | wangjianli | 2022-07-25 | 1 | -1/+1 |
* | ALSA: 6fire: fix control and bulk message timeouts | Johan Hovold | 2021-10-26 | 2 | -4/+4 |
* | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky | 2021-03-17 | 1 | -1/+0 |
* | sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv() | Greg Kroah-Hartman | 2020-09-25 | 1 | -25/+13 |
* | Revert "sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_... | Oliver Neukum | 2020-09-25 | 1 | -13/+25 |
* | sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv() | Greg Kroah-Hartman | 2020-09-16 | 1 | -25/+13 |
* | ALSA: Replace the word "slave" in vmaster API | Takashi Iwai | 2020-07-20 | 1 | -1/+1 |
* | ALSA: usb: Constify snd_kcontrol_new items | Takashi Iwai | 2020-01-03 | 1 | -4/+4 |
* | ALSA: usb: Drop superfluous ioctl PCM ops | Takashi Iwai | 2019-12-11 | 1 | -1/+0 |
* | ALSA: 6fire: Use managed buffer allocation | Takashi Iwai | 2019-12-11 | 1 | -16/+1 |
* | ALSA: 6fire: Convert to the common vmalloc memalloc | Takashi Iwai | 2019-11-06 | 1 | -4/+5 |
* | ALSA: 6fire: Drop the dead code | Takashi Iwai | 2019-11-06 | 1 | -7/+0 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 13 | -65/+13 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc() | Takashi Iwai | 2018-07-18 | 1 | -1/+0 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 1 | -4/+6 |
* | ALSA: 6fire: remove unused variable card | Colin Ian King | 2017-10-16 | 1 | -2/+0 |
* | ALSA: 6fire: Use common error handling code in usb6fire_chip_probe() | Markus Elfring | 2017-09-07 | 1 | -18/+13 |
* | ALSA: usb: constify snd_pcm_ops structures | Arvind Yadav | 2017-08-19 | 1 | -1/+1 |
* | ALSA: 6fire: constify usb_device_id. | Arvind Yadav | 2017-08-06 | 1 | -1/+1 |
* | ALSA: usb: Constify snd_rawmidi_ops | Takashi Iwai | 2017-01-12 | 1 | -2/+2 |
* | treewide: Fix typos in printk | Masanari Iida | 2015-12-08 | 1 | -1/+1 |
* | ALSA: 6fire: Convert byte_rev_table uses to bitrev8 | Joe Perches | 2014-11-14 | 1 | -1/+1 |
* | ALSA: pcm: Add snd_pcm_stop_xrun() helper | Takashi Iwai | 2014-11-09 | 1 | -13/+4 |
* | ALSA: 6fire: Use snd_ctl_enum_info() | Takashi Iwai | 2014-10-21 | 1 | -18/+4 |
* | ALSA: 6fire: Use standard printk helpers | Takashi Iwai | 2014-02-26 | 6 | -72/+86 |
* | ALSA: usb: Convert to snd_card_new() with a device pointer | Takashi Iwai | 2014-02-12 | 1 | -3/+2 |
* | ALSA: 6fire: Fix probe of multiple cards | Takashi Iwai | 2013-10-29 | 1 | -1/+1 |
* | Merge tag 'asoc-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broon... | Takashi Iwai | 2013-08-23 | 6 | -17/+102 |
|\ |
|
| * | ALSA: 6fire: make buffers DMA-able (midi) | Torsten Schenk | 2013-08-12 | 2 | -6/+16 |
| * | ALSA: 6fire: make buffers DMA-able (pcm) | Torsten Schenk | 2013-08-12 | 2 | -2/+41 |
| * | ALSA: 6fire: fix DMA issues with URB transfer_buffer usage | Jussi Kivilinna | 2013-08-07 | 2 | -6/+34 |
| * | ALSA: usb-audio: 6fire: return correct XRUN indication | Eldad Zack | 2013-07-21 | 1 | -1/+1 |
| * | ALSA: 6fire: Fix unlocked snd_pcm_stop() call | Takashi Iwai | 2013-07-15 | 1 | -2/+10 |
* | | ALSA: don't push static constants on stack for %*ph | Andy Shevchenko | 2013-08-08 | 1 | -2/+2 |
|/ |
|
* | ALSA: usb: uniform style used in MODULE_SUPPORTED_DEVICE() | Antonio Ospite | 2013-06-21 | 1 | -1/+1 |
* | ALSA: snd-usb-6fire: use vmalloc buffers | Antonio Ospite | 2013-06-21 | 1 | -7/+5 |
* | ALSA: usb-6fire: Modify firmware version check | Torsten Schenk | 2013-05-23 | 1 | -3/+3 |
* | ALSA: USB: adjust for changed 3.8 USB API | Clemens Ladisch | 2013-04-29 | 1 | -1/+0 |
* | ALSA: usb6fire: prevent driver panic state when stopping | Jurgen Kramer | 2012-12-07 | 1 | -0/+3 |
* | ALSA: snd-usb-6fire: remove __dev* attributes | Bill Pemberton | 2012-12-07 | 10 | -17/+17 |
* | ALSA: usb/6fire: Fix potential NULL pointer dereference in comm.c | Sachin Kamat | 2012-11-21 | 1 | -1/+2 |
* | ALSA: print small buffers via %*ph[C] | Andy Shevchenko | 2012-08-06 | 1 | -3/+2 |
* | ALSA: 6fire: use NULL instead of 0 for pointer assignment | Daniel Mack | 2012-06-18 | 1 | -1/+1 |
* | ALSA: snd-usb-6fire: add analog input volume control | Torsten Schenk | 2012-02-22 | 2 | -0/+73 |
* | ALSA: snd-usb-6fire: add mute control for analog outputs | Torsten Schenk | 2012-02-22 | 2 | -0/+96 |
* | ALSA: snd-usb-6fire: add individual volume control for analog channels | Torsten Schenk | 2012-02-22 | 2 | -23/+126 |
* | ALSA: snd-usb-6fire: add tlv to controls | Torsten Schenk | 2012-02-22 | 1 | -25/+9 |
* | ALSA: snd-usb-6fire: remove driver version information | Torsten Schenk | 2012-02-22 | 12 | -13/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2012-01-12 | 1 | -1/+1 |
|\ |
|