summaryrefslogtreecommitdiffstats
path: root/sound/pci/asihpi
Commit message (Expand)AuthorAgeFilesLines
...
* ALSA: asihpi: Fix unlocked snd_pcm_stop() callTakashi Iwai2013-07-151-0/+3
* ALSA: Replace the magic number 44 with constTakashi Iwai2013-06-281-1/+1
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-1/+0Star
* ALSA: asihpi: add format support check in snd_card_asihpi_capture_formatsEldad Zack2013-04-291-1/+1
* ALSA: pcm_format_to_bits strong-typed conversionEldad Zack2013-04-291-2/+2
* ALSA: asihpi - fix potential NULL pointer dereferenceWei Yongjun2013-03-121-1/+2
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-073-34/+33Star
* ALSA: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-10-282-22/+17Star
* sound: Remove unnecessary semicolonPeter Senna Tschudin2012-10-061-1/+1
* ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai2012-08-141-1/+1
* Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai2012-04-071-1/+0Star
|\
| * Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-03-302-2/+2
| |\
| * | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* | | ALSA: asihpi - fix return value of hpios_locked_mem_alloc()Eliot Blennerhassett2012-03-302-7/+7
| |/ |/|
* | ALSA: asihpi - fix return type of hpios_locked_mem_alloc()Dan Carpenter2012-03-282-2/+2
|/
* ALSA: asihpi - Fix potential Oops in snd_asihpi_cmode_info()Takashi Iwai2012-01-091-0/+3
* ALSA: asihpi - Fix format validity check.Eliot Blennerhassett2011-12-221-36/+33Star
* ALSA: asihpi - Use valid channel count in format enumeration.Eliot Blennerhassett2011-12-221-12/+8Star
* ALSA: asihpi - Correct headers in cached control responses.Eliot Blennerhassett2011-12-221-1/+7
* ALSA: asihpi - Add HPI version to module description.Eliot Blennerhassett2011-12-221-1/+3
* ALSA: asihpi - Distinguish four different emif init errors.Eliot Blennerhassett2011-12-221-16/+19
* ALSA: asihpi - New defs and comments.Eliot Blennerhassett2011-12-221-14/+34
* ALSA: asihpi - Add autofade query.Eliot Blennerhassett2011-12-222-0/+13
* ALSA: asihpi - Simplify dsp code close.Eliot Blennerhassett2011-12-221-5/+2Star
* ALSA: asihpi - Remove redundant struct members.Eliot Blennerhassett2011-12-227-170/+147Star
* ALSA: asihpi - Increase debug response buffer size.Eliot Blennerhassett2011-12-221-1/+1
* ALSA: asihpi - Add new function codes.Eliot Blennerhassett2011-12-221-3/+10
* ALSA: asihpi - Remove unused structs and defsEliot Blennerhassett2011-12-221-94/+2Star
* ALSA: asihpi - Update node types.Eliot Blennerhassett2011-12-222-5/+3Star
* ALSA: asihpi - Only set sync if card supports hardware stream grouping.Eliot Blennerhassett2011-12-221-3/+3
* ALSA: asihpi - Relax drained check for more reliable playback startup.Eliot Blennerhassett2011-12-221-3/+2Star
* ALSA: asihpi - Correct stray capital letters in identifier.Eliot Blennerhassett2011-12-222-8/+8
* ALSA: asihpi - Use snd_pcm_debug_name to get substream name.Eliot Blennerhassett2011-12-221-2/+6
* ALSA: asihpi - Volumes and meters may have 1 or 2 channels.Eliot Blennerhassett2011-12-221-2/+14
* ALSA: asihpi - Low latency mode stream has fixed channel count.Eliot Blennerhassett2011-12-221-4/+13
* ALSA: asihpi - Update copyright to 2011Eliot Blennerhassett2011-12-2214-14/+14
* ALSA: asihpi - Split hpi version info into separate header file.Eliot Blennerhassett2011-12-226-34/+47
* ALSA: asihpi - fix pcm dma pointer trackingEliot Blennerhassett2011-12-221-2/+2
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-2/+2
* ALSA: asihp: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-061-1/+1
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-11-012-0/+2
* ALSA: asihpi - use kzalloc()Thomas Meyer2011-08-071-3/+2Star
* ALSA: asihpi - Clarify adapter index validity checkEliot Blennerhassett2011-08-021-7/+12
* ALSA: asihpi - Don't leak firmware if mem alloc failsJesper Juhl2011-08-011-3/+6
* ALSA: asihpi - off by one in asihpi_hpi_ioctl()Dan Carpenter2011-07-271-1/+1
* ALSA: asihpi - bug fix pa use before init.Eliot Blennerhassett2011-07-271-7/+4Star
* ALSA: Make snd_pcm_debug_name usable outside pcm_libEliot Blennerhassett2011-07-241-21/+0Star
* Merge branch 'topic/misc' into for-linusTakashi Iwai2011-07-2215-377/+311Star
|\
| * ALSA: asihpi - Replace with snd_ctl_boolean_mono_info()Takashi Iwai2011-07-221-9/+1Star
| * ALSA: asihpi - HPI version 4.08Eliot Blennerhassett2011-07-221-5/+4Star