aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/pci/asihpi/hpi6205.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 273Thomas Gleixner1-12/+1
2018-08-01ALSA: asihpi: remove redundant variable max_streamsColin Ian King1-5/+0
2014-11-22ALSA: asihpi: Add support for stream interrupt.Eliot Blennerhassett1-8/+35
2011-12-22ALSA: asihpi - Distinguish four different emif init errors.Eliot Blennerhassett1-16/+19
2011-12-22ALSA: asihpi - Remove redundant struct members.Eliot Blennerhassett1-5/+3
2011-12-22ALSA: asihpi - Correct stray capital letters in identifier.Eliot Blennerhassett1-6/+6
2011-12-22ALSA: asihpi - Update copyright to 2011Eliot Blennerhassett1-1/+1
2011-07-22ALSA: asihpi - Make local function staticEliot Blennerhassett1-0/+1
2011-07-22ALSA: asihpi - Remove unused structures, macros and functionsEliot Blennerhassett1-6/+0
2011-07-22ALSA: asihpi - DSP code loader API now independent of OSEliot Blennerhassett1-3/+2
2011-07-22ALSA: asihpi - Remove controlex structs and associated special data transfer codeEliot Blennerhassett1-18/+0
2011-07-22ALSA: asihpi - Increase request and response buffer sizesEliot Blennerhassett1-7/+8
2011-07-22ALSA: asihpi - Give more meaningful name to hpi request message typeEliot Blennerhassett1-3/+4
2011-05-22Merge branch 'topic/misc' into for-linusTakashi Iwai1-47/+48
2011-04-20ALSA: asihpi - Use %zd for size_t argument in error message (again)Takashi Iwai1-1/+1
2011-04-05ALSA: asihpi: Simplify driver unload cleanupEliot Blennerhassett1-48/+49
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-08ALSA: asihpi - Use %zd for size_t argument in error messageTakashi Iwai1-1/+1
2011-02-10ALSA: asihpi - Remove unused code and data.Eliot Blennerhassett1-36/+1
2011-02-10ALSA: asihpi - Clarify firmware id selection.Eliot Blennerhassett1-9/+12
2011-02-10ALSA: asihpi - Replace adapter list with single item in subsys response.Eliot Blennerhassett1-2/+1
2011-02-10ALSA: asihpi - Cosmetic + a minor comments.Eliot Blennerhassett1-1/+58
2011-02-10ALSA: asihpi - Remove int flag polling code preparing for stream interrupts.Eliot Blennerhassett1-101/+0
2011-02-10ALSA: asihpi - Reduce number of error codes returned to upper layers.Eliot Blennerhassett1-2/+13
2011-02-10ALSA: asihpi - Update error codes.Eliot Blennerhassett1-8/+9
2011-02-10ALSA: asihpi - Add adapter index to cache info for debug.Eliot Blennerhassett1-0/+3
2011-02-10ALSA: asihpi - Interrelated HPI tidy up.Eliot Blennerhassett1-208/+167
2010-11-02ALSA: asihpi - Unsafe memory management when allocating control cacheJesper Juhl1-0/+2
2010-08-28ALSA: asihpi - Return hw error directly from oustream_write.Eliot Blennerhassett1-2/+5
2010-06-17ALSA: asihpi - Get rid of incorrect "long" types and casts.Eliot Blennerhassett1-11/+11
2010-05-27ALSA: asihpi - Add support for new ASI8800 familyEliot Blennerhassett1-0/+3
2010-05-27ALSA: asihpi - Fix bug preventing outstream_write preload from happeningEliot Blennerhassett1-13/+5
2010-05-17ALSA: sound/pci/asihpi: Use kzallocJulia Lawall1-2/+1
2010-04-22ALSA: Add support of AudioScience ASI boardsEliot Blennerhassett1-0/+2332