summaryrefslogtreecommitdiffstats
path: root/sound/usb/6fire
Commit message (Expand)AuthorAgeFilesLines
* ALSA: usb/6fire: fix repeated words in commentswangjianli2022-07-251-1/+1
* ALSA: 6fire: fix control and bulk message timeoutsJohan Hovold2021-10-262-4/+4
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-251-25/+13
* Revert "sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_...Oliver Neukum2020-09-251-13/+25
* sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-161-25/+13
* ALSA: Replace the word "slave" in vmaster APITakashi Iwai2020-07-201-1/+1
* ALSA: usb: Constify snd_kcontrol_new itemsTakashi Iwai2020-01-031-4/+4
* ALSA: usb: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-1/+0
* ALSA: 6fire: Use managed buffer allocationTakashi Iwai2019-12-111-16/+1
* ALSA: 6fire: Convert to the common vmalloc memallocTakashi Iwai2019-11-061-4/+5
* ALSA: 6fire: Drop the dead codeTakashi Iwai2019-11-061-7/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3013-65/+13
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-181-1/+0
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-4/+6
* ALSA: 6fire: remove unused variable cardColin Ian King2017-10-161-2/+0
* ALSA: 6fire: Use common error handling code in usb6fire_chip_probe()Markus Elfring2017-09-071-18/+13
* ALSA: usb: constify snd_pcm_ops structuresArvind Yadav2017-08-191-1/+1
* ALSA: 6fire: constify usb_device_id.Arvind Yadav2017-08-061-1/+1
* ALSA: usb: Constify snd_rawmidi_opsTakashi Iwai2017-01-121-2/+2
* treewide: Fix typos in printkMasanari Iida2015-12-081-1/+1
* ALSA: 6fire: Convert byte_rev_table uses to bitrev8Joe Perches2014-11-141-1/+1
* ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai2014-11-091-13/+4
* ALSA: 6fire: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-18/+4
* ALSA: 6fire: Use standard printk helpersTakashi Iwai2014-02-266-72/+86
* ALSA: usb: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-3/+2
* ALSA: 6fire: Fix probe of multiple cardsTakashi Iwai2013-10-291-1/+1
* Merge tag 'asoc-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2013-08-236-17/+102
|\
| * ALSA: 6fire: make buffers DMA-able (midi)Torsten Schenk2013-08-122-6/+16
| * ALSA: 6fire: make buffers DMA-able (pcm)Torsten Schenk2013-08-122-2/+41
| * ALSA: 6fire: fix DMA issues with URB transfer_buffer usageJussi Kivilinna2013-08-072-6/+34
| * ALSA: usb-audio: 6fire: return correct XRUN indicationEldad Zack2013-07-211-1/+1
| * ALSA: 6fire: Fix unlocked snd_pcm_stop() callTakashi Iwai2013-07-151-2/+10
* | ALSA: don't push static constants on stack for %*phAndy Shevchenko2013-08-081-2/+2
|/
* ALSA: usb: uniform style used in MODULE_SUPPORTED_DEVICE()Antonio Ospite2013-06-211-1/+1
* ALSA: snd-usb-6fire: use vmalloc buffersAntonio Ospite2013-06-211-7/+5
* ALSA: usb-6fire: Modify firmware version checkTorsten Schenk2013-05-231-3/+3
* ALSA: USB: adjust for changed 3.8 USB APIClemens Ladisch2013-04-291-1/+0
* ALSA: usb6fire: prevent driver panic state when stoppingJurgen Kramer2012-12-071-0/+3
* ALSA: snd-usb-6fire: remove __dev* attributesBill Pemberton2012-12-0710-17/+17
* ALSA: usb/6fire: Fix potential NULL pointer dereference in comm.cSachin Kamat2012-11-211-1/+2
* ALSA: print small buffers via %*ph[C]Andy Shevchenko2012-08-061-3/+2
* ALSA: 6fire: use NULL instead of 0 for pointer assignmentDaniel Mack2012-06-181-1/+1
* ALSA: snd-usb-6fire: add analog input volume controlTorsten Schenk2012-02-222-0/+73
* ALSA: snd-usb-6fire: add mute control for analog outputsTorsten Schenk2012-02-222-0/+96
* ALSA: snd-usb-6fire: add individual volume control for analog channelsTorsten Schenk2012-02-222-23/+126
* ALSA: snd-usb-6fire: add tlv to controlsTorsten Schenk2012-02-221-25/+9
* ALSA: snd-usb-6fire: remove driver version informationTorsten Schenk2012-02-2212-13/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2012-01-121-1/+1
|\