Age | Commit message (Expand) | Author |
2022-04-12 | ALSA: au88x0: Fix the missing snd_card_free() call at probe error | Takashi Iwai |
2021-07-19 | ALSA: au88x0: Allocate resources with device-managed APIs | Takashi Iwai |
2021-06-09 | ALSA: au88x0: Fix assignment in if condition | Takashi Iwai |
2021-03-17 | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky |
2021-01-15 | ALSA: pci: Simplify with dma_set_mask_and_coherent() | Takashi Iwai |
2020-07-09 | ALSA: Replace with fallthrough pseudo keyword in the remaining places | Takashi Iwai |
2020-07-07 | ALSA: pci/au88x0: remove "defined but not used" warnings | Pierre-Louis Bossart |
2020-01-05 | ALSA: au88x0: More constifications | Takashi Iwai |
2020-01-03 | ALSA: pci: Constify snd_kcontrol_new items | Takashi Iwai |
2020-01-03 | ALSA: pci: Constify snd_ac97_bus_ops definitions | Takashi Iwai |
2020-01-03 | ALSA: pci: Constify snd_device_ops definitions | Takashi Iwai |
2019-12-11 | ALSA: au88x0: Support PCM sync_stop | Takashi Iwai |
2019-12-11 | ALSA: pci: Drop superfluous ioctl PCM ops | Takashi Iwai |
2019-12-11 | ALSA: au88x0: Use managed buffer allocation | Takashi Iwai |
2019-11-12 | ALSA: au88x0: Fix incorrect device pointer for preallocation | Takashi Iwai |
2019-11-06 | ALSA: pci: Avoid non-standard macro usage | Takashi Iwai |
2019-11-06 | ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_page | Takashi Iwai |
2019-07-15 | ALSA: au88x0: Remove unneeded variable: "changed" | Hariprasad Kelam |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 130 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner |
2018-10-12 | ALSA: au88xx: Add fall-through annotations | Takashi Iwai |
2018-07-27 | ALSA: au88x0: Fix sparse warning wrt PCM format type | Takashi Iwai |
2017-11-13 | Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-17 | ALSA: au88x0: remove redundant assignment of variable i | Colin Ian King |
2017-08-17 | ALSA: pci: make snd_pcm_hardware const | Bhumika Goyal |
2017-08-10 | ALSA: au88x0: constify snd_pcm_ops structures | Arvind Yadav |
2017-06-09 | ALSA: au88x0: Constify hw_constraints | Takashi Iwai |
2017-03-24 | ALSA: au88x0: avoid theoretical uninitialized access | Arnd Bergmann |
2017-02-21 | ALSA: pci: constify snd_kcontrol_new structures | Bhumika Goyal |
2016-11-13 | ALSA: pci: don't opencode IS_REACHABLE() | Fabian Frederick |
2016-09-16 | ALSA: au88x0: Add missing \n to end of dev_err message | Colin Ian King |
2016-06-29 | ALSA: au88x0: Fix calculation in vortex_wtdma_bufshift() | Takashi Iwai |
2016-05-12 | ALSA: au88x0: Fix zero clear of stream->resources | Takashi Iwai |
2016-04-26 | ALSA: au88x0: Fix overlapped PCM pointer | Takashi Iwai |
2015-04-16 | ALSA: remove deprecated use of pci api | Quentin Lambert |
2015-01-28 | ALSA: au88x0: Remove superfluous ifdef __KERNEL__ | Takashi Iwai |
2015-01-28 | ALSA: Include linux/io.h instead of asm/io.h | Takashi Iwai |
2014-10-28 | ALSA: au88x0: Kill the rest snd_print*() | Takashi Iwai |
2014-10-15 | ALSA: au88x0: pr_* replaced with dev_* | Sudip Mukherjee |
2014-10-15 | ALSA: au88x0: added reference of vortex_t | Sudip Mukherjee |
2014-09-09 | sound: pci: au88x0: printk replacement | Sudip Mukherjee |
2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine |
2014-02-12 | ALSA: pci: Convert to snd_card_new() with a device pointer | Takashi Iwai |
2013-10-14 | sound: Remove unnecessary semicolons | Joe Perches |
2013-09-13 | ALSA: au88x0: Remove redundant break | Sachin Kamat |
2013-05-29 | ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at remove | Takashi Iwai |
2013-02-14 | ALSA: au88x0 - Define channel map for au88x0 | Raymond Yau |
2013-01-07 | ALSA: au88x0: fix incorrect left shift | Nickolai Zeldovich |