| Age | Commit message (Expand) | Author | Files | Lines |
| 13 days | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -0/+6 |
| 2026-05-16 | ALSA: asihpi: Fix potential OOB array access at reading cache | Takashi Iwai | 1 | -0/+6 |
| 2026-05-15 | ALSA: asihpi: Use flexible array for control cache | Rosen Penev | 2 | -14/+6 |
| 2026-05-04 | ALSA: Consistently define pci_device_ids using named initializers | Uwe Kleine-König (The Capable Hub) | 2 | -16/+19 |
| 2026-04-01 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -2/+4 |
| 2026-03-28 | ALSA: asihpi: detect truncated control names | Pengpeng Hou | 1 | -14/+22 |
| 2026-03-18 | ALSA: asihpi: avoid write overflow check warning | Arnd Bergmann | 1 | -2/+4 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 6 | -9/+9 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 6 | -10/+9 |
| 2025-09-15 | ALSA: asihpi: Simplify error handling in PCM substream setup | Jihed Chaibi | 1 | -8/+8 |
| 2025-07-11 | ALSA: asihpi: Use safer strscpy() instead of strcpy() | Takashi Iwai | 2 | -6/+6 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+1 |
| 2025-05-08 | ALSA: pci: asihpi: use snd_kcontrol_chip() | Kuninori Morimoto | 1 | -6/+3 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2024-11-26 | ALSA: asihpi: Remove unused variable | Zhu Jun | 1 | -1/+1 |
| 2024-08-08 | ALSA: asihpi: Fix potential OOB array access | Takashi Iwai | 1 | -1/+1 |
| 2024-08-08 | ALSA: asihpi: Use standard print API | Takashi Iwai | 2 | -59/+44 |
| 2024-05-08 | ALSA: pci: Use *-y instead of *-objs in Makefile | Takashi Iwai | 1 | -1/+1 |
| 2023-10-18 | extract and use FILE_LINE macro | Alexey Dobriyan | 1 | -5/+4 |
| 2023-08-18 | ALSA: asihpi: Remove unused declarations | Yue Haibing | 2 | -21/+0 |
| 2023-03-29 | ALSA: asihpi: remove unused loop_count variable | Tom Rix | 1 | -2/+0 |
| 2023-03-14 | ALSA: asihpi: check pao in control_message() | Kuninori Morimoto | 1 | -1/+1 |
| 2022-11-28 | ALSA: asihpi: fix missing pci_disable_device() | Liu Shixin | 1 | -1/+1 |
| 2022-10-24 | ALSA: asihpi: remove variable loops | Colin Ian King | 1 | -2/+0 |
| 2022-09-29 | ALSA: asihpi - Remove unused struct hpi_subsys_response | Yuan Can | 1 | -5/+0 |
| 2022-09-27 | ALSA: asihpi: Replace runtime->status->state reference to runtime->state | Takashi Iwai | 1 | -1/+1 |
| 2022-09-01 | ALSA: asihpi - Remove useless code in hpi_meter_get_peak() | Valentina Goncharenko | 1 | -1/+0 |
| 2022-07-25 | ALSA: asihpi: fix repeated words in comments | wangjianli | 1 | -1/+1 |
| 2022-07-22 | ALSA: asihpi: Fix typo in comments | shaomin Deng | 1 | -1/+1 |
| 2021-03-18 | ALSA: asihpi: fix comment syntax in file headers | Aditya Srivastava | 2 | -2/+2 |
| 2020-12-25 | ALSA: asihpi: Use DIV_ROUND_UP() instead of open-coding it | Lars-Peter Clausen | 1 | -1/+1 |
| 2020-10-12 | Merge branch 'for-next' into for-linus | Takashi Iwai | 3 | -38/+17 |
| 2020-09-21 | ALSA: asihpi: fix spellint typo in comments | Wang Qing | 1 | -1/+1 |
| 2020-09-21 | ALSA: asihpi: fix iounmap in error handler | Tom Rix | 1 | -2/+2 |
| 2020-09-09 | ALSA: pci/asihpi: Remove unused function hpi_stream_group_get_map() | YueHaibing | 1 | -9/+0 |
| 2020-09-09 | ALSA: asihpi: Replace tasklet with threaded irq | Takashi Iwai | 2 | -28/+16 |
| 2020-09-02 | ALSA: pci/asihpi: convert tasklets to use new tasklet_setup() API | Allen Pais | 1 | -5/+4 |
| 2020-07-19 | ALSA: asihpi: delete duplicated word | Randy Dunlap | 1 | -1/+1 |
| 2020-07-07 | ALSA: pci/asihpi: remove 'set but not used' warning | Pierre-Louis Bossart | 1 | -2/+2 |
| 2020-07-07 | ALSA: pci/asihpi: fix kernel-doc | Pierre-Louis Bossart | 1 | -12/+14 |
| 2020-07-07 | ALSA: pci/asihpi: remove 'set but not used' warnings | Pierre-Louis Bossart | 1 | -7/+5 |
| 2020-01-05 | ALSA: asihpi: More constifications | Takashi Iwai | 2 | -3/+3 |
| 2019-12-11 | ALSA: asihpi: Drop superfluous ioctl PCM ops | Takashi Iwai | 1 | -17/+0 |
| 2019-12-11 | ALSA: asihpi: Use managed buffer allocation | Takashi Iwai | 1 | -7/+3 |
| 2019-11-06 | ALSA: pci: Avoid non-standard macro usage | Takashi Iwai | 1 | -2/+2 |
| 2019-07-08 | Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 23 | -262/+23 |
| 2019-07-05 | ALSA: asihpi: Remove unneeded variable change | Hariprasad Kelam | 1 | -5/+2 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 | Thomas Gleixner | 1 | -8/+1 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 273 | Thomas Gleixner | 21 | -254/+21 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-02-06 | ALSA: pci: Clean up with new procfs helpers | Takashi Iwai | 1 | -4/+2 |
| 2018-11-19 | ALSA: asihpi: clean up indentation, replace spaces with tab | Colin Ian King | 1 | -1/+1 |
| 2018-10-14 | ALSA: asihpi: don't pass GFP_DMA32 to dma_alloc_coherent | Christoph Hellwig | 1 | -1/+1 |
| 2018-08-01 | ALSA: asihpi: remove redundant variable max_streams | Colin Ian King | 1 | -5/+0 |
| 2018-07-27 | ALSA: asihpi: Fix PCM format notations | Takashi Iwai | 1 | -11/+13 |
| 2018-05-28 | sound: Use octal not symbolic permissions | Joe Perches | 2 | -8/+8 |
| 2018-04-25 | ALSA: asihpi: Hardening for potential Spectre v1 | Takashi Iwai | 2 | -5/+12 |
| 2017-11-13 | Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai | 2 | -0/+2 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
| 2017-10-16 | ALSA: asihpi: clean up a couple of build warnings | Colin Ian King | 1 | -3/+0 |
| 2017-10-09 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -4/+8 |
| 2017-10-05 | ALSA: asihpi: Convert timers to use timer_setup() | Kees Cook | 1 | -7/+5 |
| 2017-09-19 | ALSA: asihpi: fix a potential double-fetch bug when copying puhm | Meng Xu | 1 | -4/+8 |
| 2017-09-07 | ALSA: asihpi: Kill BUG_ON() usages | Takashi Iwai | 1 | -5/+1 |
| 2017-08-31 | ALSA: asihpi: Put missing KERN_CONT prefix | Takashi Iwai | 1 | -2/+2 |
| 2016-10-18 | ALSA: asihpi: fix kernel memory disclosure | Vlad Tsyrklevich | 1 | -1/+1 |
| 2016-09-07 | ALSA: squash lines for simple wrapper functions | Masahiro Yamada | 1 | -5/+2 |
| 2016-09-02 | ALSA: constify snd_pcm_ops structures | Julia Lawall | 1 | -2/+2 |
| 2015-06-03 | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h> | Stephen Rothwell | 1 | -0/+1 |
| 2015-03-24 | ALSA: asihpi: Fix duplicate const for clock sources | Krzysztof Kozlowski | 1 | -1/+1 |
| 2015-01-28 | ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/* | Takashi Iwai | 1 | -1/+1 |
| 2015-01-19 | ALSA: asihpi: Use setup_timer() and mod_timer() | Takashi Iwai | 1 | -8/+5 |
| 2015-01-04 | ALSA: Deletion of checks before the function call "iounmap" | Markus Elfring | 1 | -4/+2 |
| 2015-01-02 | ALSA: asihpi: Remove always NULL parameter | Lars-Peter Clausen | 1 | -7/+2 |
| 2014-12-31 | ALSA: asihpi: fix an information leak in asihpi_hpi_ioctl() | Eliot Blennerhassett | 2 | -2/+7 |
| 2014-12-18 | ALSA: asihpi: update to HPI version 4.14 | Eliot Blennerhassett | 1 | -3/+3 |
| 2014-12-18 | ALSA: asihpi: increase tuner pad cache size | Eliot Blennerhassett | 1 | -3/+3 |
| 2014-12-18 | ALSA: asihpi: relax firmware version check | Eliot Blennerhassett | 1 | -14/+12 |
| 2014-12-02 | ALSA: asihpi: Deletion of an unnecessary check before the function call "vfree" | Markus Elfring | 1 | -2/+1 |
| 2014-11-22 | ALSA: asihpi: used parts of message/response are zeroed before use | Eliot Blennerhassett | 1 | -10/+20 |
| 2014-11-22 | ALSA: asihpi: don't fail probe if adapter mode read fails | Eliot Blennerhassett | 1 | -7/+6 |
| 2014-11-22 | ALSA: asihpi: Use standard printk helpers | Eliot Blennerhassett | 1 | -19/+13 |
| 2014-11-22 | ALSA: asihpi: Turn off msg/resp logging after DSP has crashed. | Eliot Blennerhassett | 1 | -3/+12 |
| 2014-11-22 | ALSA: asihpi: Add support for stream interrupt. | Eliot Blennerhassett | 6 | -50/+321 |
| 2014-11-22 | ALSA: asihpi: Refactor control cache code. | Eliot Blennerhassett | 1 | -44/+63 |
| 2014-11-22 | ALSA: asihpi: Use CONFIG_64BIT directly | Eliot Blennerhassett | 2 | -10/+10 |
| 2014-11-22 | ALSA: asihpi: Logging format improvements | Eliot Blennerhassett | 1 | -46/+39 |
| 2014-11-22 | ALSA: asihpi: New I/O types - AVB & BLUlink, DAB Rf receiver | Eliot Blennerhassett | 2 | -11/+30 |
| 2014-11-22 | ALSA: asihpi: Minor string and dead code cleanup | Eliot Blennerhassett | 1 | -9/+4 |
| 2014-11-09 | ALSA: pcm: Add snd_pcm_stop_xrun() helper | Takashi Iwai | 1 | -4/+1 |
| 2014-10-21 | ALSA: asihpi: Use snd_ctl_enum_info() | Takashi Iwai | 1 | -41/+5 |
| 2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 1 | -1/+1 |
| 2014-03-31 | ALSA: asihpi: fix some indenting in snd_card_asihpi_pcm_new() | Dan Carpenter | 1 | -4/+5 |
| 2014-02-12 | ALSA: pci: Convert to snd_card_new() with a device pointer | Takashi Iwai | 1 | -11/+5 |
| 2013-09-13 | ALSA: asihpi: a couple array out of bounds issues | Dan Carpenter | 1 | -2/+7 |
| 2013-07-15 | ALSA: asihpi: Fix unlocked snd_pcm_stop() call | Takashi Iwai | 1 | -0/+3 |
| 2013-06-28 | ALSA: Replace the magic number 44 with const | Takashi Iwai | 1 | -1/+1 |
| 2013-05-29 | ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at remove | Takashi Iwai | 1 | -1/+0 |
| 2013-04-29 | ALSA: asihpi: add format support check in snd_card_asihpi_capture_formats | Eldad Zack | 1 | -1/+1 |
| 2013-04-29 | ALSA: pcm_format_to_bits strong-typed conversion | Eldad Zack | 1 | -2/+2 |
| 2013-03-12 | ALSA: asihpi - fix potential NULL pointer dereference | Wei Yongjun | 1 | -1/+2 |
| 2012-12-07 | ALSA: pci: remove __dev* attributes | Bill Pemberton | 3 | -34/+33 |
| 2012-10-28 | ALSA: Convert dev_printk(KERN_<LEVEL> to dev_<level>( | Joe Perches | 2 | -22/+17 |
| 2012-10-06 | sound: Remove unnecessary semicolon | Peter Senna Tschudin | 1 | -1/+1 |
| 2012-08-14 | ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEP | Takashi Iwai | 1 | -1/+1 |
| 2012-04-07 | Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Takashi Iwai | 1 | -1/+0 |
| 2012-03-30 | Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds | 2 | -2/+2 |
| 2012-03-30 | ALSA: asihpi - fix return value of hpios_locked_mem_alloc() | Eliot Blennerhassett | 2 | -7/+7 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
| 2012-03-28 | ALSA: asihpi - fix return type of hpios_locked_mem_alloc() | Dan Carpenter | 2 | -2/+2 |
| 2012-01-09 | ALSA: asihpi - Fix potential Oops in snd_asihpi_cmode_info() | Takashi Iwai | 1 | -0/+3 |
| 2011-12-22 | ALSA: asihpi - Fix format validity check. | Eliot Blennerhassett | 1 | -36/+33 |
| 2011-12-22 | ALSA: asihpi - Use valid channel count in format enumeration. | Eliot Blennerhassett | 1 | -12/+8 |
| 2011-12-22 | ALSA: asihpi - Correct headers in cached control responses. | Eliot Blennerhassett | 1 | -1/+7 |
| 2011-12-22 | ALSA: asihpi - Add HPI version to module description. | Eliot Blennerhassett | 1 | -1/+3 |
| 2011-12-22 | ALSA: asihpi - Distinguish four different emif init errors. | Eliot Blennerhassett | 1 | -16/+19 |
| 2011-12-22 | ALSA: asihpi - New defs and comments. | Eliot Blennerhassett | 1 | -14/+34 |
| 2011-12-22 | ALSA: asihpi - Add autofade query. | Eliot Blennerhassett | 2 | -0/+13 |
| 2011-12-22 | ALSA: asihpi - Simplify dsp code close. | Eliot Blennerhassett | 1 | -5/+2 |
| 2011-12-22 | ALSA: asihpi - Remove redundant struct members. | Eliot Blennerhassett | 7 | -168/+145 |
| 2011-12-22 | ALSA: asihpi - Increase debug response buffer size. | Eliot Blennerhassett | 1 | -1/+1 |
| 2011-12-22 | ALSA: asihpi - Add new function codes. | Eliot Blennerhassett | 1 | -3/+10 |
| 2011-12-22 | ALSA: asihpi - Remove unused structs and defs | Eliot Blennerhassett | 1 | -94/+2 |
| 2011-12-22 | ALSA: asihpi - Update node types. | Eliot Blennerhassett | 2 | -5/+3 |
| 2011-12-22 | ALSA: asihpi - Only set sync if card supports hardware stream grouping. | Eliot Blennerhassett | 1 | -3/+3 |
| 2011-12-22 | ALSA: asihpi - Relax drained check for more reliable playback startup. | Eliot Blennerhassett | 1 | -3/+2 |
| 2011-12-22 | ALSA: asihpi - Correct stray capital letters in identifier. | Eliot Blennerhassett | 2 | -8/+8 |
| 2011-12-22 | ALSA: asihpi - Use snd_pcm_debug_name to get substream name. | Eliot Blennerhassett | 1 | -2/+6 |
| 2011-12-22 | ALSA: asihpi - Volumes and meters may have 1 or 2 channels. | Eliot Blennerhassett | 1 | -2/+14 |
| 2011-12-22 | ALSA: asihpi - Low latency mode stream has fixed channel count. | Eliot Blennerhassett | 1 | -4/+13 |
| 2011-12-22 | ALSA: asihpi - Update copyright to 2011 | Eliot Blennerhassett | 14 | -14/+14 |
| 2011-12-22 | ALSA: asihpi - Split hpi version info into separate header file. | Eliot Blennerhassett | 6 | -34/+47 |
| 2011-12-22 | ALSA: asihpi - fix pcm dma pointer tracking | Eliot Blennerhassett | 1 | -2/+2 |
| 2011-12-19 | ALSA: module_param: make bool parameters really bool | Rusty Russell | 1 | -2/+2 |
| 2011-12-06 | ALSA: asihp: Use kcalloc instead of kzalloc to allocate array | Thomas Meyer | 1 | -1/+1 |
| 2011-10-31 | sound: Add module.h to the previously silent sound users | Paul Gortmaker | 2 | -0/+2 |
| 2011-08-07 | ALSA: asihpi - use kzalloc() | Thomas Meyer | 1 | -3/+2 |
| 2011-08-02 | ALSA: asihpi - Clarify adapter index validity check | Eliot Blennerhassett | 1 | -7/+12 |
| 2011-08-01 | ALSA: asihpi - Don't leak firmware if mem alloc fails | Jesper Juhl | 1 | -3/+6 |
| 2011-07-27 | ALSA: asihpi - off by one in asihpi_hpi_ioctl() | Dan Carpenter | 1 | -1/+1 |
| 2011-07-27 | ALSA: asihpi - bug fix pa use before init. | Eliot Blennerhassett | 1 | -7/+4 |
| 2011-07-24 | ALSA: Make snd_pcm_debug_name usable outside pcm_lib | Eliot Blennerhassett | 1 | -21/+0 |
| 2011-07-22 | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 15 | -377/+311 |
| 2011-07-22 | ALSA: asihpi - Replace with snd_ctl_boolean_mono_info() | Takashi Iwai | 1 | -9/+1 |
| 2011-07-22 | ALSA: asihpi - HPI version 4.08 | Eliot Blennerhassett | 1 | -5/+4 |
| 2011-07-22 | ALSA: asihpi - Add volume mute controls | Eliot Blennerhassett | 1 | -1/+50 |
| 2011-07-22 | ALSA: asihpi - Control name updates | Eliot Blennerhassett | 1 | -4/+8 |
| 2011-07-22 | ALSA: asihpi - Use size_t for sizeof result | Eliot Blennerhassett | 1 | -2/+2 |
| 2011-07-22 | ALSA: asihpi - Explicitly include mutex.h | Eliot Blennerhassett | 1 | -0/+1 |
| 2011-07-22 | ALSA: asihpi - Add new node and message defines | Eliot Blennerhassett | 2 | -6/+15 |
| 2011-07-22 | ALSA: asihpi - Make local function static | Eliot Blennerhassett | 1 | -0/+1 |
| 2011-07-22 | ALSA: asihpi - Fix minor typos and spelling | Eliot Blennerhassett | 3 | -3/+3 |
| 2011-07-22 | ALSA: asihpi - Remove unused structures, macros and functions | Eliot Blennerhassett | 5 | -30/+0 |
| 2011-07-22 | ALSA: asihpi - Remove spurious adapter index check | Eliot Blennerhassett | 1 | -7/+3 |
| 2011-07-22 | ALSA: asihpi - Revise snd_pcm_debug_name, get rid of DEBUG_NAME macro | Eliot Blennerhassett | 1 | -9/+15 |
| 2011-07-22 | ALSA: asihpi - DSP code loader API now independent of OS | Eliot Blennerhassett | 4 | -122/+97 |
| 2011-07-22 | ALSA: asihpi - Remove controlex structs and associated special data transfer ... | Eliot Blennerhassett | 3 | -160/+76 |
| 2011-07-22 | ALSA: asihpi - Increase request and response buffer sizes | Eliot Blennerhassett | 3 | -19/+34 |
| 2011-07-22 | ALSA: asihpi - Give more meaningful name to hpi request message type | Eliot Blennerhassett | 6 | -10/+11 |
| 2011-06-24 | ALSA: Remove unneeded version.h includes from sound/ | Jesper Juhl | 1 | -1/+0 |
| 2011-06-10 | ALSA: Use KBUILD_MODNAME for pci_driver.name entries | Takashi Iwai | 1 | -1/+1 |
| 2011-06-03 | ALSA: asihpi: Use angle brackets for system includes | Joe Perches | 1 | -1/+1 |
| 2011-05-22 | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 9 | -348/+266 |
| 2011-04-20 | ALSA: asihpi - Use %zd for size_t argument in error message (again) | Takashi Iwai | 1 | -1/+1 |
| 2011-04-05 | ALSA: asihpi: Minor cleanups | Eliot Blennerhassett | 4 | -10/+12 |
| 2011-04-05 | ALSA: asihpi: Simplify driver unload cleanup | Eliot Blennerhassett | 6 | -126/+113 |
| 2011-04-05 | ALSA: asihpi: Standardise substream name generation | Eliot Blennerhassett | 1 | -15/+16 |
| 2011-04-05 | ALSA: asihpi: Remove 2 unused functions | Eliot Blennerhassett | 1 | -27/+0 |
| 2011-04-05 | ALSA: asihpi: MMAP for non-busmaster cards | Eliot Blennerhassett | 1 | -135/+70 |
| 2011-04-05 | ALSA: asihpi: Handle playback drained status better | Eliot Blennerhassett | 1 | -2/+10 |
| 2011-04-05 | ALSA: asihpi: Update debug printing | Eliot Blennerhassett | 1 | -46/+56 |
| 2011-04-05 | ALSA: snd-asihpi: Control naming | Eliot Blennerhassett | 1 | -3/+5 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 6 | -6/+6 |
| 2011-03-25 | ALSA: asihpi - Update verbose debug print macros | Eliot Blennerhassett | 1 | -53/+47 |
| 2011-03-25 | ALSA: asihpi - Improve non-busmaster adapter operation | Eliot Blennerhassett | 1 | -11/+10 |
| 2011-03-25 | ALSA: asihpi - Support single-rate no-SRC cards | Eliot Blennerhassett | 1 | -9/+7 |
| 2011-03-18 | ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl | Dan Rosenberg | 1 | -0/+5 |
| 2011-03-08 | ALSA: asihpi - Use %zd for size_t argument in error message | Takashi Iwai | 1 | -1/+1 |
| 2011-02-10 | ALSA: asihpi - HPI v4.06 | Eliot Blennerhassett | 1 | -2/+2 |
| 2011-02-10 | ALSA: asihpi - Fix outstream start trigger for non-mmap adapters. | Eliot Blennerhassett | 1 | -1/+2 |
| 2011-02-10 | ALSA: asihpi - Tighten firmware version requirements. | Eliot Blennerhassett | 1 | -4/+3 |
| 2011-02-10 | ALSA: asihpi - Ensure all adapter data is cleared on device removal. | Eliot Blennerhassett | 1 | -3/+3 |
| 2011-02-10 | ALSA: asihpi - Minor define updates | Eliot Blennerhassett | 3 | -16/+22 |
| 2011-02-10 | ALSA: asihpi - New functions prep for interrupt driven streams. | Eliot Blennerhassett | 2 | -5/+39 |
| 2011-02-10 | ALSA: asihpi - Use consistent err return variable, change some bad variable n... | Eliot Blennerhassett | 1 | -67/+74 |
| 2011-02-10 | ALSA: asihpi - Remove unused code and data. | Eliot Blennerhassett | 3 | -146/+1 |
| 2011-02-10 | ALSA: asihpi - Clarify firmware id selection. | Eliot Blennerhassett | 1 | -9/+12 |
| 2011-02-10 | ALSA: asihpi - Allow adapters with duplicate index jumpers to be discovered. | Eliot Blennerhassett | 1 | -2/+12 |
| 2011-02-10 | ALSA: asihpi - Add volume mute control. | Eliot Blennerhassett | 4 | -2/+54 |
| 2011-02-10 | ALSA: asihpi - Add snd_card_set_dev to init. | Eliot Blennerhassett | 1 | -1/+3 |
| 2011-02-10 | ALSA: asihpi - Replace adapter list with single item in subsys response. | Eliot Blennerhassett | 6 | -12/+11 |
| 2011-02-10 | ALSA: asihpi - Cosmetic + a minor comments. | Eliot Blennerhassett | 6 | -24/+80 |
| 2011-02-10 | ALSA: asihpi - Remove int flag polling code preparing for stream interrupts. | Eliot Blennerhassett | 2 | -104/+0 |
| 2011-02-10 | ALSA: asihpi - Code cleanup. | Eliot Blennerhassett | 2 | -41/+16 |
| 2011-02-10 | ALSA: asihpi - Reduce number of error codes returned to upper layers. | Eliot Blennerhassett | 3 | -42/+72 |
| 2011-02-10 | ALSA: asihpi - Remove unused subsys pointer from all HPI functions. | Eliot Blennerhassett | 5 | -1498/+1266 |
| 2011-02-10 | ALSA: asihpi - Update error codes. | Eliot Blennerhassett | 1 | -8/+9 |
| 2011-02-10 | ALSA: asihpi - Checkpatch line lengths etc. | Eliot Blennerhassett | 4 | -20/+24 |
| 2011-02-10 | ALSA: asihpi - Add include guard. | Eliot Blennerhassett | 1 | -3/+9 |
| 2011-02-10 | ALSA: asihpi - Add adapter index to cache info for debug. | Eliot Blennerhassett | 4 | -5/+20 |