aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/intel8x0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-04ALSA: memalloc: Correctly name as WCTakashi Iwai1-1/+1
2021-07-19ALSA: intel8x0: Allocate resources with device-managed APIsTakashi Iwai1-99/+41
2021-07-12ALSA: intel8x0: Skip ac97 clock measurement on VMTakashi Iwai1-0/+2
2021-07-08ALSA: intel8x0: Fix breakage at ac97 clock measurementTakashi Iwai1-1/+1
2021-06-09ALSA: intel8x0: Fix assignment in if conditionTakashi Iwai1-16/+30
2021-05-18Merge branch 'topic/firewire' into for-nextTakashi Iwai1-0/+7
2021-05-16ALSA: intel8x0: Don't update period unless preparedTakashi Iwai1-0/+7
2021-05-14ALSA: Remove trailing semicolon in macrosHuilong Deng1-1/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-23/+0
2020-07-15ALSA: intel8x0: Replace the words white/blacklistTakashi Iwai1-3/+3
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
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