aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/6fire (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-03ALSA: usb: Constify snd_kcontrol_new itemsTakashi Iwai1-4/+4
2019-12-11ALSA: usb: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-12-11ALSA: 6fire: Use managed buffer allocationTakashi Iwai1-16/+1
2019-11-06ALSA: 6fire: Convert to the common vmalloc memallocTakashi Iwai1-4/+5
2019-11-06ALSA: 6fire: Drop the dead codeTakashi Iwai1-7/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner13-65/+13
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai1-1/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-4/+6
2017-10-16ALSA: 6fire: remove unused variable cardColin Ian King1-2/+0
2017-09-07ALSA: 6fire: Use common error handling code in usb6fire_chip_probe()Markus Elfring1-18/+13
2017-08-19ALSA: usb: constify snd_pcm_ops structuresArvind Yadav1-1/+1
2017-08-06ALSA: 6fire: constify usb_device_id.Arvind Yadav1-1/+1
2017-01-12ALSA: usb: Constify snd_rawmidi_opsTakashi Iwai1-2/+2
2015-12-08treewide: Fix typos in printkMasanari Iida1-1/+1
2014-11-14ALSA: 6fire: Convert byte_rev_table uses to bitrev8Joe Perches1-1/+1
2014-11-09ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai1-13/+4
2014-10-21ALSA: 6fire: Use snd_ctl_enum_info()Takashi Iwai1-18/+4
2014-02-26ALSA: 6fire: Use standard printk helpersTakashi Iwai6-72/+86
2014-02-12ALSA: usb: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2013-10-29ALSA: 6fire: Fix probe of multiple cardsTakashi Iwai1-1/+1
2013-08-23Merge tag 'asoc-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai6-17/+102
2013-08-12ALSA: 6fire: make buffers DMA-able (midi)Torsten Schenk2-6/+16
2013-08-12ALSA: 6fire: make buffers DMA-able (pcm)Torsten Schenk2-2/+41
2013-08-08ALSA: don't push static constants on stack for %*phAndy Shevchenko1-2/+2
2013-08-07ALSA: 6fire: fix DMA issues with URB transfer_buffer usageJussi Kivilinna2-6/+34
2013-07-21ALSA: usb-audio: 6fire: return correct XRUN indicationEldad Zack1-1/+1
2013-07-15ALSA: 6fire: Fix unlocked snd_pcm_stop() callTakashi Iwai1-2/+10
2013-06-21ALSA: usb: uniform style used in MODULE_SUPPORTED_DEVICE()Antonio Ospite1-1/+1
2013-06-21ALSA: snd-usb-6fire: use vmalloc buffersAntonio Ospite1-7/+5
2013-05-23ALSA: usb-6fire: Modify firmware version checkTorsten Schenk1-3/+3
2013-04-29ALSA: USB: adjust for changed 3.8 USB APIClemens Ladisch1-1/+0
2012-12-07ALSA: usb6fire: prevent driver panic state when stoppingJurgen Kramer1-0/+3
2012-12-07ALSA: snd-usb-6fire: remove __dev* attributesBill Pemberton10-17/+17
2012-11-21ALSA: usb/6fire: Fix potential NULL pointer dereference in comm.cSachin Kamat1-1/+2
2012-08-06ALSA: print small buffers via %*ph[C]Andy Shevchenko1-3/+2
2012-06-18ALSA: 6fire: use NULL instead of 0 for pointer assignmentDaniel Mack1-1/+1
2012-02-22ALSA: snd-usb-6fire: add analog input volume controlTorsten Schenk2-0/+73
2012-02-22ALSA: snd-usb-6fire: add mute control for analog outputsTorsten Schenk2-0/+96
2012-02-22ALSA: snd-usb-6fire: add individual volume control for analog channelsTorsten Schenk2-23/+126
2012-02-22ALSA: snd-usb-6fire: add tlv to controlsTorsten Schenk1-25/+9
2012-02-22ALSA: snd-usb-6fire: remove driver version informationTorsten Schenk12-13/+1
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-11-18USB: convert sound/* to use module_usb_driver()Greg Kroah-Hartman1-13/+2
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-09-23ALSA: 6fire: don't use custom hex_to_bin()Andy Shevchenko1-13/+12
2011-06-16ALSA: 6fire - Fix signedness bugTorsten Schenk1-2/+2
2011-06-14ALSA: 6fire: Fix double-free bug in usb6fire_fw_ezusb_upload()Jesper Juhl1-1/+0
2011-06-02ALSA: 6fire: Don't leak firmware in error pathJesper Juhl1-0/+1