aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/echoaudio (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-21Merge branch 'topic/misc' into for-linusTakashi Iwai1-20/+2
2012-05-06ALSA: echoaudio: Remove incorrect part of assertionMark Hills1-1/+1
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai1-20/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+2
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker14-14/+14
2011-07-26atomic: use <linux/atomic.h>Arun Sharma14-14/+14
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai1-2/+2
2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai1-1/+1
2010-07-19ALSA: echoaudio: check kmalloc() resultKulikov Vasiliy1-0/+2
2010-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-3/+2
2010-04-04ALSA: echoaudio - Eliminate use after freeJulia Lawall1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo14-14/+14
2010-02-17Merge branch 'fix/misc' into topic/miscTakashi Iwai1-1/+3
2010-02-17ALSA: Echoaudio, fix Guru Meditation #00000005.48454C50Giuliano Pochini1-1/+3
2010-02-15ALSA: Echoaudio - Add suspend support #2Giuliano Pochini3-78/+222
2010-02-15ALSA: Echoaudio - Add suspend support #1Giuliano Pochini15-80/+115
2010-02-15ALSA: Echoaudio - Add firmware cache #2Giuliano Pochini2-4/+41
2010-02-15ALSA: Echoaudio - Add firmware cache #1Giuliano Pochini18-65/+69
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan14-14/+14
2009-09-30ALSA: echoaudio - Re-enable the line-out control for the Mia cardGiuliano Pochini2-4/+27
2009-04-28ALSA: indigo-express: add missing 64KHz flagsGiuliano Pochini2-0/+2
2009-03-24Merge branch 'topic/echoaudio' into for-linusTakashi Iwai13-64/+488
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai7-14/+13
2009-03-19ALSA: Echoaudio: add support for Indigo express cardsGiuliano Pochini8-2/+485
2009-03-16ALSA: echoaudio: remove line-out volume from vmixer cardsGiuliano Pochini4-48/+0
2009-03-16ALSA: echoaudio: remove line-out volume from vmixer cardsGiuliano Pochini1-14/+3
2009-02-12ALSA: echoaudio - replace uses of __constant_{endian}Harvey Harrison7-14/+13
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-3/+3
2008-08-25ALSA: Clean up SG-buffer helper functions and macrosTakashi Iwai1-10/+4
2008-08-13ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai17-55/+97
2008-04-24[ALSA] Fix possible races at free_irq in PCI driversTakashi Iwai1-3/+4
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai12-12/+0
2008-01-31[ALSA] echoaudio - convert from semaphore to mutexTakashi Iwai2-10/+10
2007-10-16[ALSA] echoaudio - Add barrier() to prevent compiler optimizationGiuliano Pochini1-2/+2
2007-10-16[ALSA] echoaudio - Remove superfluous volatile prefixTakashi Iwai1-8/+7
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai1-30/+3
2007-05-11[ALSA] add MODULE_FIRMWARE entriesClemens Ladisch12-0/+46
2007-05-11[ALSA] echoaudio - increase sleep time at loading firmwareGiuliano Pochini1-2/+2
2007-05-11[ALSA] Add snd_pcm_group_for_each_entry() for code cleanupTakashi Iwai1-3/+1
2007-03-06[ALSA] Add missing sysfs device assignment for ALSA PCI driversTakashi Iwai1-0/+2
2007-02-09[ALSA] Add even more 'const' to everything related to TLVTakashi Iwai1-2/+2
2007-02-09[ALSA] echo3g_dsp.c shouldn't include #include <linux/irq.h>Adrian Bunk1-1/+1
2007-02-09[ALSA] echoaudio, add TLV supportGiuliano Pochini13-1/+29
2007-01-09[ALSA] Fix potential NULL pointer dereference in echoaudio midiGiuliano Pochini1-2/+4
2006-12-20[ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai1-3/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+1
2006-10-01[PATCH] kmemdup: some usersAlexey Dobriyan1-2/+2
2006-08-03[ALSA] Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+2
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1