aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/pci/intel8x0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-05ALSA: intel8x0: More constificationsTakashi Iwai1-14/+14
2020-01-03ALSA: pci: Constify snd_pci_quirk tablesTakashi Iwai1-3/+3
2020-01-03ALSA: pci: Constify snd_ac97_bus_ops definitionsTakashi Iwai1-3/+3
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-12-11ALSA: intel8x0: Support PCM sync_stopTakashi Iwai1-1/+3
2019-12-11ALSA: intel8x0: Drop superfluous ioctl PCM opsTakashi Iwai1-12/+0
2019-12-11ALSA: intel8x0: Use managed buffer allocationTakashi Iwai1-7/+4
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2019-02-06ALSA: pci: Clean up with new procfs helpersTakashi Iwai1-4/+2
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-2/+0
2018-10-03ALSA: intel8x0: Fix fall-through annotationsGustavo A. R. Silva1-4/+4
2018-08-28ALSA: intel8x0: Use the new non-cached allocation for 440MX workaroundTakashi Iwai1-77/+12
2018-07-27ALSA: intel8x0: Proper endian notationsTakashi Iwai1-3/+3
2017-08-23ALSA: intel8x0: constify ac97_pcm structuresArvind Yadav1-1/+1
2017-08-12ALSA: pci: make snd_pcm_hardware constBhumika Goyal1-1/+1
2017-08-10ALSA: intel8x0: constify snd_pcm_ops structuresArvind Yadav1-12/+12
2017-06-09ALSA: intel8x0: Constify hw_constraintsTakashi Iwai1-6/+6
2017-05-08alsa: use set_memory.h headerLaura Abbott1-1/+3
2016-04-06ALSA: intel8x0: Drop superfluous VM checksTakashi Iwai1-17/+3
2016-03-18Merge tag 'sound-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+1
2016-03-14ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41.Vittorio Gambaletta (VittGam)1-0/+1
2016-03-08PCI: Add QEMU top-level IDs for (sub)vendor & deviceRobin H. Johnson1-2/+2
2015-05-29ALSA: pci: Drop superfluous ifdef CONFIG_PROC_FSTakashi Iwai1-4/+0
2015-04-16ALSA: intel8x0: Check pci_iomap() success for DEVICE_ALIScott Wood1-2/+2
2015-04-05ALSA: Use const struct ac97_quirkJoe Perches1-1/+1
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2015-01-09ALSA: intel8x0: Simplify PM callbacksTakashi Iwai1-15/+0
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-06-12ALSA: intel8x0: Use ktime and ktime_get()Thomas Gleixner1-6/+4
2014-02-26ALSA: intel8x0: Use standard printk helpersTakashi Iwai1-37/+49
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+1
2013-11-06ALSA: intel8x0: Fix chmap applicationTakashi Iwai1-9/+8
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2013-01-25ALSA: Make snd_printd() and snd_printdd() inlineTakashi Iwai1-4/+6
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-28/+28
2012-10-06sound: Remove unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-06ALSA: Implement channel maps for standard onboard AC97 driversTakashi Iwai1-0/+20
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai1-2/+2
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai1-9/+15
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai1-14/+2
2012-02-14ALSA: intel8x0: Fix default inaudible sound on Gateway M520Daniel T Chen1-0/+6
2012-01-13module_param: avoid bool abuse, add bint for special cases.Rusty Russell1-2/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-3/+3
2011-11-09ALSA: intel8x0: improve virtual environment detectionKonstantin Ozerkov1-10/+31
2011-11-09ALSA: intel8x0: move virtual environment detection code into one placeKonstantin Ozerkov1-11/+19
2011-11-08ALSA: intel8x0: Improve comments for VM optimizationDenis V. Lunev1-0/+7
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2011-11-01ALSA: intel8x0 - Fix inclusion of kvm_para.hTakashi Iwai1-1/+1
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1