summaryrefslogtreecommitdiffstats
path: root/sound/pci/echoaudio
Commit message (Expand)AuthorAgeFilesLines
* ALSA: echoaudio: use after free on errorDan Carpenter2014-03-051-4/+4
* ALSA: echoaudio: Use standard printk helpersTakashi Iwai2014-02-263-15/+18
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-3/+2Star
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-1/+0Star
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-073-27/+27
* ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai2012-08-142-7/+7
* ALSA: Convert to new pm_ops for PCI driversTakashi Iwai2012-07-031-9/+13
* Merge branch 'topic/misc' into for-linusTakashi Iwai2012-05-211-20/+2Star
|\
| * ALSA: pci: clean up using module_pci_driver()Takashi Iwai2012-04-241-20/+2Star
* | ALSA: echoaudio: Remove incorrect part of assertionMark Hills2012-05-061-1/+1
|/
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-1/+1
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-11-011-0/+2
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-11-0114-14/+14
* atomic: use <linux/atomic.h>Arun Sharma2011-07-2714-14/+14
* ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai2011-06-101-2/+2
* ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai2011-06-101-1/+1
* ALSA: echoaudio: check kmalloc() resultKulikov Vasiliy2010-07-191-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-04-071-3/+2Star
|\
| * ALSA: echoaudio - Eliminate use after freeJulia Lawall2010-04-041-3/+2Star
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3014-14/+14
|/
* Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-02-171-1/+3
|\
| * ALSA: Echoaudio, fix Guru Meditation #00000005.48454C50Giuliano Pochini2010-02-171-1/+3
* | ALSA: Echoaudio - Add suspend support #2Giuliano Pochini2010-02-153-78/+222
* | ALSA: Echoaudio - Add suspend support #1Giuliano Pochini2010-02-1515-80/+115
* | ALSA: Echoaudio - Add firmware cache #2Giuliano Pochini2010-02-152-4/+41
* | ALSA: Echoaudio - Add firmware cache #1Giuliano Pochini2010-02-1518-65/+69
* | sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan2010-02-0914-14/+14
|/
* ALSA: echoaudio - Re-enable the line-out control for the Mia cardGiuliano Pochini2009-09-302-4/+27
* ALSA: indigo-express: add missing 64KHz flagsGiuliano Pochini2009-04-282-0/+2
* Merge branch 'topic/echoaudio' into for-linusTakashi Iwai2009-03-2413-64/+488
|\
| * ALSA: Echoaudio: add support for Indigo express cardsGiuliano Pochini2009-03-198-2/+485
| * ALSA: echoaudio: remove line-out volume from vmixer cardsGiuliano Pochini2009-03-164-48/+0Star
| * ALSA: echoaudio: remove line-out volume from vmixer cardsGiuliano Pochini2009-03-161-14/+3Star
* | Merge branch 'topic/misc' into for-linusTakashi Iwai2009-03-247-14/+13Star
|\ \
| * | ALSA: echoaudio - replace uses of __constant_{endian}Harvey Harrison2009-02-127-14/+13Star
| |/
* / ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai2009-01-121-3/+3
|/
* ALSA: Clean up SG-buffer helper functions and macrosTakashi Iwai2008-08-251-10/+4Star
* ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai2008-08-1317-55/+97
* [ALSA] Fix possible races at free_irq in PCI driversTakashi Iwai2008-04-241-3/+4
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-3112-12/+0Star
* [ALSA] echoaudio - convert from semaphore to mutexTakashi Iwai2008-01-312-10/+10
* [ALSA] echoaudio - Add barrier() to prevent compiler optimizationGiuliano Pochini2007-10-161-2/+2
* [ALSA] echoaudio - Remove superfluous volatile prefixTakashi Iwai2007-10-161-8/+7Star
* [ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai2007-10-161-30/+3Star
* [ALSA] add MODULE_FIRMWARE entriesClemens Ladisch2007-05-1112-0/+46
* [ALSA] echoaudio - increase sleep time at loading firmwareGiuliano Pochini2007-05-111-2/+2
* [ALSA] Add snd_pcm_group_for_each_entry() for code cleanupTakashi Iwai2007-05-111-3/+1Star
* [ALSA] Add missing sysfs device assignment for ALSA PCI driversTakashi Iwai2007-03-061-0/+2
* [ALSA] Add even more 'const' to everything related to TLVTakashi Iwai2007-02-091-2/+2
* [ALSA] echo3g_dsp.c shouldn't include #include <linux/irq.h>Adrian Bunk2007-02-091-1/+1