aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/au88x0
AgeCommit message (Expand)AuthorFilesLines
2019-07-15ALSA: au88x0: Remove unneeded variable: "changed"Gravatar Hariprasad Kelam 1-8/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 2-29/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 130Gravatar Thomas Gleixner 10-130/+10
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2018-10-12ALSA: au88xx: Add fall-through annotationsGravatar Takashi Iwai 1-0/+6
2018-07-27ALSA: au88x0: Fix sparse warning wrt PCM format typeGravatar Takashi Iwai 2-2/+2
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Takashi Iwai 11-0/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 11-0/+11
2017-10-17ALSA: au88x0: remove redundant assignment of variable iGravatar Colin Ian King 1-1/+1
2017-08-17ALSA: pci: make snd_pcm_hardware constGravatar Bhumika Goyal 1-4/+4
2017-08-10ALSA: au88x0: constify snd_pcm_ops structuresGravatar Arvind Yadav 1-1/+1
2017-06-09ALSA: au88x0: Constify hw_constraintsGravatar Takashi Iwai 1-2/+2
2017-03-24ALSA: au88x0: avoid theoretical uninitialized accessGravatar Arnd Bergmann 1-0/+3
2017-02-21ALSA: pci: constify snd_kcontrol_new structuresGravatar Bhumika Goyal 3-5/+5
2016-11-13ALSA: pci: don't opencode IS_REACHABLE()Gravatar Fabian Frederick 1-1/+1
2016-09-16ALSA: au88x0: Add missing \n to end of dev_err messageGravatar Colin Ian King 1-1/+1
2016-06-29ALSA: au88x0: Fix calculation in vortex_wtdma_bufshift()Gravatar Takashi Iwai 1-3/+2
2016-05-12ALSA: au88x0: Fix zero clear of stream->resourcesGravatar Takashi Iwai 1-9/+5
2016-04-26ALSA: au88x0: Fix overlapped PCM pointerGravatar Takashi Iwai 1-1/+4
2015-04-16ALSA: remove deprecated use of pci apiGravatar Quentin Lambert 1-2/+2
2015-01-28ALSA: au88x0: Remove superfluous ifdef __KERNEL__Gravatar Takashi Iwai 1-2/+0
2015-01-28ALSA: Include linux/io.h instead of asm/io.hGravatar Takashi Iwai 1-1/+1
2014-10-28ALSA: au88x0: Kill the rest snd_print*()Gravatar Takashi Iwai 1-1/+1
2014-10-15ALSA: au88x0: pr_* replaced with dev_*Gravatar Sudip Mukherjee 8-82/+94
2014-10-15ALSA: au88x0: added reference of vortex_tGravatar Sudip Mukherjee 4-8/+9
2014-09-09sound: pci: au88x0: printk replacementGravatar Sudip Mukherjee 8-74/+74
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useGravatar Benoit Taine 3-3/+3
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerGravatar Takashi Iwai 1-3/+2
2013-10-14sound: Remove unnecessary semicolonsGravatar Joe Perches 1-1/+1
2013-09-13ALSA: au88x0: Remove redundant breakGravatar Sachin Kamat 1-19/+10
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeGravatar Takashi Iwai 1-1/+0
2013-02-14ALSA: au88x0 - Define channel map for au88x0Gravatar Raymond Yau 1-0/+23
2013-01-07ALSA: au88x0: fix incorrect left shiftGravatar Nickolai Zeldovich 1-1/+1
2012-12-07ALSA: pci: remove __dev* attributesGravatar Bill Pemberton 8-20/+20
2012-10-25ALSA: au88x0: Give comment for vortex_wtdma_bufshift() issueGravatar Takashi Iwai 1-1/+6
2012-10-06sound: Remove unnecessary semicolonGravatar Peter Senna Tschudin 2-2/+2
2012-06-05ALSA: au88x0 - Remove unused "Master Mono" Playback Volume and Playback Switc...Gravatar Raymond Yau 1-0/+11
2012-04-24ALSA: pci: clean up using module_pci_driver()Gravatar Takashi Iwai 1-15/+2
2012-03-16ALSA: au88x0 - Avoid possible Oops at unbindingGravatar Takashi Iwai 1-1/+1
2012-01-24ALSA: Au88x0 - Implement subdevice volume controlsGravatar Raymond Yau 3-13/+145
2012-01-16ALSA: Au88x0 - Reduce the number of playback subdevices of au8830 from 32 to 16Gravatar Raymond Yau 2-1/+3
2012-01-16ALSA: Au88x0 - Support 4 channels playback when AC97 codecs has SDAC bitGravatar Raymond Yau 2-5/+6
2012-01-08ALSA: Au88x0 - Fix channels swapping of 4 channels playbackGravatar Raymond Yau 2-4/+1
2012-01-08ALSA: Au88x0 - Fix IRQ fifo error and channels swap of 4 channels playbackGravatar Raymond Yau 2-6/+6
2012-01-08ALSA: Au88x0 - Fix Xtalk's constantsGravatar Raymond Yau 1-31/+56
2012-01-08ALSA: Au88x0 - Xtalk - fix write/read of eq and xt instatesGravatar Raymond Yau 1-32/+32
2011-12-19ALSA: module_param: make bool parameters really boolGravatar Rusty Russell 1-1/+1
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededGravatar Paul Gortmaker 1-0/+1
2011-10-31sound: fix drivers needing module.h not moduleparam.hGravatar Paul Gortmaker 1-1/+1
2011-09-14ALSA: mpu401: clean up interrupt specificationGravatar Clemens Ladisch 1-3/+3