Age | Commit message (Expand) | Author | Files | Lines |
2015-12-08 | treewide: Fix typos in printk | Masanari Iida | 1 | -1/+1 |
2014-11-14 | ALSA: 6fire: Convert byte_rev_table uses to bitrev8 | Joe Perches | 1 | -1/+1 |
2014-11-09 | ALSA: pcm: Add snd_pcm_stop_xrun() helper | Takashi Iwai | 1 | -13/+4 |
2014-10-21 | ALSA: 6fire: Use snd_ctl_enum_info() | Takashi Iwai | 1 | -18/+4 |
2014-02-26 | ALSA: 6fire: Use standard printk helpers | Takashi Iwai | 6 | -72/+86 |
2014-02-12 | ALSA: usb: Convert to snd_card_new() with a device pointer | Takashi Iwai | 1 | -3/+2 |
2013-10-29 | ALSA: 6fire: Fix probe of multiple cards | Takashi Iwai | 1 | -1/+1 |
2013-08-23 | Merge tag 'asoc-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broon... | Takashi Iwai | 6 | -17/+102 |
2013-08-12 | ALSA: 6fire: make buffers DMA-able (midi) | Torsten Schenk | 2 | -6/+16 |
2013-08-12 | ALSA: 6fire: make buffers DMA-able (pcm) | Torsten Schenk | 2 | -2/+41 |
2013-08-08 | ALSA: don't push static constants on stack for %*ph | Andy Shevchenko | 1 | -2/+2 |
2013-08-07 | ALSA: 6fire: fix DMA issues with URB transfer_buffer usage | Jussi Kivilinna | 2 | -6/+34 |
2013-07-21 | ALSA: usb-audio: 6fire: return correct XRUN indication | Eldad Zack | 1 | -1/+1 |
2013-07-15 | ALSA: 6fire: Fix unlocked snd_pcm_stop() call | Takashi Iwai | 1 | -2/+10 |
2013-06-21 | ALSA: usb: uniform style used in MODULE_SUPPORTED_DEVICE() | Antonio Ospite | 1 | -1/+1 |
2013-06-21 | ALSA: snd-usb-6fire: use vmalloc buffers | Antonio Ospite | 1 | -7/+5 |
2013-05-23 | ALSA: usb-6fire: Modify firmware version check | Torsten Schenk | 1 | -3/+3 |
2013-04-29 | ALSA: USB: adjust for changed 3.8 USB API | Clemens Ladisch | 1 | -1/+0 |
2012-12-07 | ALSA: usb6fire: prevent driver panic state when stopping | Jurgen Kramer | 1 | -0/+3 |
2012-12-07 | ALSA: snd-usb-6fire: remove __dev* attributes | Bill Pemberton | 10 | -17/+17 |
2012-11-21 | ALSA: usb/6fire: Fix potential NULL pointer dereference in comm.c | Sachin Kamat | 1 | -1/+2 |
2012-08-06 | ALSA: print small buffers via %*ph[C] | Andy Shevchenko | 1 | -3/+2 |
2012-06-18 | ALSA: 6fire: use NULL instead of 0 for pointer assignment | Daniel Mack | 1 | -1/+1 |
2012-02-22 | ALSA: snd-usb-6fire: add analog input volume control | Torsten Schenk | 2 | -0/+73 |
2012-02-22 | ALSA: snd-usb-6fire: add mute control for analog outputs | Torsten Schenk | 2 | -0/+96 |
2012-02-22 | ALSA: snd-usb-6fire: add individual volume control for analog channels | Torsten Schenk | 2 | -23/+126 |
2012-02-22 | ALSA: snd-usb-6fire: add tlv to controls | Torsten Schenk | 1 | -25/+9 |
2012-02-22 | ALSA: snd-usb-6fire: remove driver version information | Torsten Schenk | 12 | -13/+1 |
2012-01-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -1/+1 |
2011-12-19 | ALSA: module_param: make bool parameters really bool | Rusty Russell | 1 | -1/+1 |
2011-11-18 | USB: convert sound/* to use module_usb_driver() | Greg Kroah-Hartman | 1 | -13/+2 |
2011-11-01 | sound: Add module.h to the previously silent sound users | Paul Gortmaker | 1 | -0/+1 |
2011-09-23 | ALSA: 6fire: don't use custom hex_to_bin() | Andy Shevchenko | 1 | -13/+12 |
2011-06-16 | ALSA: 6fire - Fix signedness bug | Torsten Schenk | 1 | -2/+2 |
2011-06-14 | ALSA: 6fire: Fix double-free bug in usb6fire_fw_ezusb_upload() | Jesper Juhl | 1 | -1/+0 |
2011-06-02 | ALSA: 6fire: Don't leak firmware in error path | Jesper Juhl | 1 | -0/+1 |
2011-05-22 | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 4 | -99/+193 |
2011-04-26 | ALSA: 6fire: use the kernel's built-in bit reverse table | Daniel Mack | 1 | -27/+2 |
2011-04-04 | ALSA: 6fire - Add support of digital-thru mixer | Torsten Schenk | 3 | -47/+137 |
2011-04-04 | ALSA: 6fire - Improve firmware loader | Torsten Schenk | 1 | -13/+31 |
2011-04-04 | ALSA: 6fire - Add support for S32_LE format | Torsten Schenk | 1 | -4/+18 |
2011-04-04 | ALSA: 6fire - Fix pcm rate assignment | Torsten Schenk | 1 | -8/+5 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
2011-02-07 | ALSA: USB: 6fire: signedness bug in usb6fire_pcm_prepare() | Dan Carpenter | 1 | -2/+1 |
2011-01-24 | ALSA: usb/6fire - Driver for TerraTec DMX 6Fire USB | Torsten Schenk | 14 | -0/+2296 |