aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/6fire (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-22Merge branch 'topic/misc' into for-linusTakashi Iwai4-99/+193
2011-04-26ALSA: 6fire: use the kernel's built-in bit reverse tableDaniel Mack1-27/+2
2011-04-04ALSA: 6fire - Add support of digital-thru mixerTorsten Schenk3-47/+137
2011-04-04ALSA: 6fire - Improve firmware loaderTorsten Schenk1-13/+31
2011-04-04ALSA: 6fire - Add support for S32_LE formatTorsten Schenk1-4/+18
2011-04-04ALSA: 6fire - Fix pcm rate assignmentTorsten Schenk1-8/+5
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-02-07ALSA: USB: 6fire: signedness bug in usb6fire_pcm_prepare()Dan Carpenter1-2/+1
2011-01-24ALSA: usb/6fire - Driver for TerraTec DMX 6Fire USBTorsten Schenk14-0/+2296