aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/echoaudio/echoaudio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-12-23ALSA: pci: echoaudio: remove usage of dimen menber of elem_value structureTakashi Sakamoto1-11/+0
2019-12-11ALSA: echoaudio: Support PCM sync_stopTakashi Iwai1-0/+3
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai1-4/+0
2019-12-11ALSA: echoaudio: Use managed buffer allocationTakashi Iwai1-15/+4
2019-11-06ALSA: echoaudio: Avoid non-standard macro usageTakashi Iwai1-13/+7
2019-11-06ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai1-4/+0
2019-07-25ALSA: echoaudio: Replace kmalloc + memcpy with kmemdupChuhong Yuan1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner1-13/+1
2019-03-16ALSA: echoaudio: add a check for ioremap_nocacheKangjie Lu1-0/+5
2019-02-06ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai1-9/+7
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-3/+0
2018-08-06ALSA: echoaudio: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-05-24ALSA: echoaudio: Drop superfluous macroTakashi Iwai1-1/+1
2018-03-12ALSA: echoaudio: remove redundant initialization of pointer 'pipe'Colin Ian King1-2/+1
2017-10-02Revert "ALSA: echoaudio: purge contradictions between dimension matrix members and total number of members"Takashi Sakamoto1-3/+3
2017-08-10ALSA: echoaudio: constify snd_pcm_ops structuresArvind Yadav1-4/+4
2017-02-21ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal1-13/+13
2016-07-25Merge branch 'for-next' into for-linusTakashi Iwai1-3/+3
2016-07-17ALSA: echoaudio: purge contradictions between dimension matrix members and total number of membersTakashi Sakamoto1-3/+3
2016-06-27ALSA: echoaudio: Fix memory allocationChristophe JAILLET1-2/+2
2015-08-10ALSA: echoaudio: Use standard C definitions of true and falseMark Brown1-1/+1
2015-03-23ALSA: echoaudio: read past end of arrayDan Carpenter1-6/+10
2015-01-11Merge branch 'topic/pci-cleanup' into for-nextTakashi Iwai1-5/+0
2015-01-09ALSA: echoaudio: Simplify PM callbacksTakashi Iwai1-5/+0
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Markus Elfring1-5/+1
2014-12-02ALSA: echoaudio: Deletion of a check before release_and_free_resource()Markus Elfring1-2/+1
2014-11-05ALSA: echoaudio: cleanup of unnecessary messagesSudip Mukherjee1-31/+0
2014-11-03ALSA: echoaudio: remove all snd_printkSudip Mukherjee1-65/+72
2014-11-03ALSA: echoaudio: add reference of struct echoaudioSudip Mukherjee1-1/+2
2014-10-21ALSA: echoaudio: Use snd_ctl_enum_info()Takashi Iwai1-27/+6
2014-07-01ALSA: echoaudio: Remove unused variableSachin Kamat1-6/+0
2014-03-05ALSA: echoaudio: use after free on errorDan Carpenter1-4/+4
2014-02-26ALSA: echoaudio: Use standard printk helpersTakashi Iwai1-10/+11
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-23/+23
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai1-6/+6
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai1-9/+13
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-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-04ALSA: echoaudio - Eliminate use after freeJulia Lawall1-3/+2
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 Pochini1-15/+138
2010-02-15ALSA: Echoaudio - Add firmware cache #2Giuliano Pochini1-4/+38