Age | Commit message (Expand) | Author |
2015-01-28 | ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/* | Takashi Iwai |
2015-01-19 | ALSA: asihpi: Use setup_timer() and mod_timer() | Takashi Iwai |
2015-01-04 | ALSA: Deletion of checks before the function call "iounmap" | Markus Elfring |
2015-01-02 | ALSA: asihpi: Remove always NULL parameter | Lars-Peter Clausen |
2014-12-31 | ALSA: asihpi: fix an information leak in asihpi_hpi_ioctl() | Eliot Blennerhassett |
2014-12-18 | ALSA: asihpi: update to HPI version 4.14 | Eliot Blennerhassett |
2014-12-18 | ALSA: asihpi: increase tuner pad cache size | Eliot Blennerhassett |
2014-12-18 | ALSA: asihpi: relax firmware version check | Eliot Blennerhassett |
2014-12-02 | ALSA: asihpi: Deletion of an unnecessary check before the function call "vfree" | Markus Elfring |
2014-11-22 | ALSA: asihpi: used parts of message/response are zeroed before use | Eliot Blennerhassett |
2014-11-22 | ALSA: asihpi: don't fail probe if adapter mode read fails | Eliot Blennerhassett |
2014-11-22 | ALSA: asihpi: Use standard printk helpers | Eliot Blennerhassett |
2014-11-22 | ALSA: asihpi: Turn off msg/resp logging after DSP has crashed. | Eliot Blennerhassett |
2014-11-22 | ALSA: asihpi: Add support for stream interrupt. | Eliot Blennerhassett |
2014-11-22 | ALSA: asihpi: Refactor control cache code. | Eliot Blennerhassett |
2014-11-22 | ALSA: asihpi: Use CONFIG_64BIT directly | Eliot Blennerhassett |
2014-11-22 | ALSA: asihpi: Logging format improvements | Eliot Blennerhassett |
2014-11-22 | ALSA: asihpi: New I/O types - AVB & BLUlink, DAB Rf receiver | Eliot Blennerhassett |
2014-11-22 | ALSA: asihpi: Minor string and dead code cleanup | Eliot Blennerhassett |
2014-11-09 | ALSA: pcm: Add snd_pcm_stop_xrun() helper | Takashi Iwai |
2014-10-21 | ALSA: asihpi: Use snd_ctl_enum_info() | Takashi Iwai |
2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine |
2014-03-31 | ALSA: asihpi: fix some indenting in snd_card_asihpi_pcm_new() | Dan Carpenter |
2014-02-12 | ALSA: pci: Convert to snd_card_new() with a device pointer | Takashi Iwai |
2013-09-13 | ALSA: asihpi: a couple array out of bounds issues | Dan Carpenter |
2013-07-15 | ALSA: asihpi: Fix unlocked snd_pcm_stop() call | Takashi Iwai |
2013-06-28 | ALSA: Replace the magic number 44 with const | Takashi Iwai |
2013-05-29 | ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at remove | Takashi Iwai |
2013-04-29 | ALSA: asihpi: add format support check in snd_card_asihpi_capture_formats | Eldad Zack |
2013-04-29 | ALSA: pcm_format_to_bits strong-typed conversion | Eldad Zack |
2013-03-12 | ALSA: asihpi - fix potential NULL pointer dereference | Wei Yongjun |
2012-12-07 | ALSA: pci: remove __dev* attributes | Bill Pemberton |
2012-10-28 | ALSA: Convert dev_printk(KERN_<LEVEL> to dev_<level>( | Joe Perches |
2012-10-06 | sound: Remove unnecessary semicolon | Peter Senna Tschudin |
2012-08-14 | ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEP | Takashi Iwai |
2012-04-07 | Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Takashi Iwai |
2012-03-30 | Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds |
2012-03-30 | ALSA: asihpi - fix return value of hpios_locked_mem_alloc() | Eliot Blennerhassett |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells |
2012-03-28 | ALSA: asihpi - fix return type of hpios_locked_mem_alloc() | Dan Carpenter |
2012-01-09 | ALSA: asihpi - Fix potential Oops in snd_asihpi_cmode_info() | Takashi Iwai |
2011-12-22 | ALSA: asihpi - Fix format validity check. | Eliot Blennerhassett |
2011-12-22 | ALSA: asihpi - Use valid channel count in format enumeration. | Eliot Blennerhassett |
2011-12-22 | ALSA: asihpi - Correct headers in cached control responses. | Eliot Blennerhassett |
2011-12-22 | ALSA: asihpi - Add HPI version to module description. | Eliot Blennerhassett |
2011-12-22 | ALSA: asihpi - Distinguish four different emif init errors. | Eliot Blennerhassett |
2011-12-22 | ALSA: asihpi - New defs and comments. | Eliot Blennerhassett |
2011-12-22 | ALSA: asihpi - Add autofade query. | Eliot Blennerhassett |
2011-12-22 | ALSA: asihpi - Simplify dsp code close. | Eliot Blennerhassett |
2011-12-22 | ALSA: asihpi - Remove redundant struct members. | Eliot Blennerhassett |