aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/asihpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-24ALSA: asihpi: Fix duplicate const for clock sourcesKrzysztof Kozlowski1-1/+1
2015-01-28ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*Takashi Iwai1-1/+1
2015-01-19ALSA: asihpi: Use setup_timer() and mod_timer()Takashi Iwai1-8/+5
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Markus Elfring1-4/+2
2015-01-02ALSA: asihpi: Remove always NULL parameterLars-Peter Clausen1-7/+2
2014-12-31ALSA: asihpi: fix an information leak in asihpi_hpi_ioctl()Eliot Blennerhassett2-2/+7
2014-12-18ALSA: asihpi: update to HPI version 4.14Eliot Blennerhassett1-3/+3
2014-12-18ALSA: asihpi: increase tuner pad cache sizeEliot Blennerhassett1-3/+3
2014-12-18ALSA: asihpi: relax firmware version checkEliot Blennerhassett1-14/+12
2014-12-02ALSA: asihpi: Deletion of an unnecessary check before the function call "vfree"Markus Elfring1-2/+1
2014-11-22ALSA: asihpi: used parts of message/response are zeroed before useEliot Blennerhassett1-10/+20
2014-11-22ALSA: asihpi: don't fail probe if adapter mode read failsEliot Blennerhassett1-7/+6
2014-11-22ALSA: asihpi: Use standard printk helpersEliot Blennerhassett1-19/+13
2014-11-22ALSA: asihpi: Turn off msg/resp logging after DSP has crashed.Eliot Blennerhassett1-3/+12
2014-11-22ALSA: asihpi: Add support for stream interrupt.Eliot Blennerhassett6-50/+321
2014-11-22ALSA: asihpi: Refactor control cache code.Eliot Blennerhassett1-44/+63
2014-11-22ALSA: asihpi: Use CONFIG_64BIT directlyEliot Blennerhassett2-10/+10
2014-11-22ALSA: asihpi: Logging format improvementsEliot Blennerhassett1-46/+39
2014-11-22ALSA: asihpi: New I/O types - AVB & BLUlink, DAB Rf receiverEliot Blennerhassett2-11/+30
2014-11-22ALSA: asihpi: Minor string and dead code cleanupEliot Blennerhassett1-9/+4
2014-11-09ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai1-4/+1
2014-10-21ALSA: asihpi: Use snd_ctl_enum_info()Takashi Iwai1-41/+5
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-03-31ALSA: asihpi: fix some indenting in snd_card_asihpi_pcm_new()Dan Carpenter1-4/+5
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-11/+5
2013-09-13ALSA: asihpi: a couple array out of bounds issuesDan Carpenter1-2/+7
2013-07-15ALSA: asihpi: Fix unlocked snd_pcm_stop() callTakashi Iwai1-0/+3
2013-06-28ALSA: Replace the magic number 44 with constTakashi Iwai1-1/+1
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2013-04-29ALSA: asihpi: add format support check in snd_card_asihpi_capture_formatsEldad Zack1-1/+1
2013-04-29ALSA: pcm_format_to_bits strong-typed conversionEldad Zack1-2/+2
2013-03-12ALSA: asihpi - fix potential NULL pointer dereferenceWei Yongjun1-1/+2
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton3-34/+33
2012-10-28ALSA: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2-22/+17
2012-10-06sound: Remove unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai1-1/+1
2012-04-07Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-1/+0
2012-03-30Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-2/+2
2012-03-30ALSA: asihpi - fix return value of hpios_locked_mem_alloc()Eliot Blennerhassett2-7/+7
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-28ALSA: asihpi - fix return type of hpios_locked_mem_alloc()Dan Carpenter2-2/+2
2012-01-09ALSA: asihpi - Fix potential Oops in snd_asihpi_cmode_info()Takashi Iwai1-0/+3
2011-12-22ALSA: asihpi - Fix format validity check.Eliot Blennerhassett1-36/+33
2011-12-22ALSA: asihpi - Use valid channel count in format enumeration.Eliot Blennerhassett1-12/+8
2011-12-22ALSA: asihpi - Correct headers in cached control responses.Eliot Blennerhassett1-1/+7
2011-12-22ALSA: asihpi - Add HPI version to module description.Eliot Blennerhassett1-1/+3
2011-12-22ALSA: asihpi - Distinguish four different emif init errors.Eliot Blennerhassett1-16/+19
2011-12-22ALSA: asihpi - New defs and comments.Eliot Blennerhassett1-14/+34
2011-12-22ALSA: asihpi - Add autofade query.Eliot Blennerhassett2-0/+13
2011-12-22ALSA: asihpi - Simplify dsp code close.Eliot Blennerhassett1-5/+2