summaryrefslogtreecommitdiffstats
path: root/sound/pci/intel8x0.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: memalloc: Correctly name as WCTakashi Iwai2021-08-041-1/+1
* ALSA: intel8x0: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-99/+41
* ALSA: intel8x0: Skip ac97 clock measurement on VMTakashi Iwai2021-07-121-0/+2
* ALSA: intel8x0: Fix breakage at ac97 clock measurementTakashi Iwai2021-07-081-1/+1
* ALSA: intel8x0: Fix assignment in if conditionTakashi Iwai2021-06-091-16/+30
* Merge branch 'topic/firewire' into for-nextTakashi Iwai2021-05-181-0/+7
|\
| * ALSA: intel8x0: Don't update period unless preparedTakashi Iwai2021-05-161-0/+7
* | ALSA: Remove trailing semicolon in macrosHuilong Deng2021-05-141-1/+1
|/
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-23/+0
* ALSA: intel8x0: Replace the words white/blacklistTakashi Iwai2020-07-151-3/+3
* ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-091-4/+4
* ALSA: intel8x0: More constificationsTakashi Iwai2020-01-051-14/+14
* ALSA: pci: Constify snd_pci_quirk tablesTakashi Iwai2020-01-031-3/+3
* ALSA: pci: Constify snd_ac97_bus_ops definitionsTakashi Iwai2020-01-031-3/+3
* ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: intel8x0: Support PCM sync_stopTakashi Iwai2019-12-111-1/+3
* ALSA: intel8x0: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-12/+0
* ALSA: intel8x0: Use managed buffer allocationTakashi Iwai2019-12-111-7/+4
* ALSA: pci: Avoid non-standard macro usageTakashi Iwai2019-11-061-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* ALSA: pci: Clean up with new procfs helpersTakashi Iwai2019-02-061-4/+2
* ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-2/+0
* ALSA: intel8x0: Fix fall-through annotationsGustavo A. R. Silva2018-10-031-4/+4
* ALSA: intel8x0: Use the new non-cached allocation for 440MX workaroundTakashi Iwai2018-08-281-77/+12
* ALSA: intel8x0: Proper endian notationsTakashi Iwai2018-07-271-3/+3
* ALSA: intel8x0: constify ac97_pcm structuresArvind Yadav2017-08-231-1/+1
* ALSA: pci: make snd_pcm_hardware constBhumika Goyal2017-08-121-1/+1
* ALSA: intel8x0: constify snd_pcm_ops structuresArvind Yadav2017-08-101-12/+12
* ALSA: intel8x0: Constify hw_constraintsTakashi Iwai2017-06-091-6/+6
* alsa: use set_memory.h headerLaura Abbott2017-05-081-1/+3
* ALSA: intel8x0: Drop superfluous VM checksTakashi Iwai2016-04-061-17/+3
* Merge tag 'sound-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2016-03-181-0/+1
|\
| * ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41.Vittorio Gambaletta (VittGam)2016-03-141-0/+1
* | PCI: Add QEMU top-level IDs for (sub)vendor & deviceRobin H. Johnson2016-03-081-2/+2
|/
* ALSA: pci: Drop superfluous ifdef CONFIG_PROC_FSTakashi Iwai2015-05-291-4/+0
* ALSA: intel8x0: Check pci_iomap() success for DEVICE_ALIScott Wood2015-04-161-2/+2
* ALSA: Use const struct ac97_quirkJoe Perches2015-04-051-1/+1
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-281-1/+1
* ALSA: intel8x0: Simplify PM callbacksTakashi Iwai2015-01-091-15/+0
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ALSA: intel8x0: Use ktime and ktime_get()Thomas Gleixner2014-06-121-6/+4
* ALSA: intel8x0: Use standard printk helpersTakashi Iwai2014-02-261-37/+49
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-3/+1
* ALSA: intel8x0: Fix chmap applicationTakashi Iwai2013-11-061-9/+8
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-1/+0
* ALSA: Make snd_printd() and snd_printdd() inlineTakashi Iwai2013-01-251-4/+6
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-071-28/+28
* sound: Remove unnecessary semicolonPeter Senna Tschudin2012-10-061-1/+1
* ALSA: Implement channel maps for standard onboard AC97 driversTakashi Iwai2012-09-061-0/+20
* ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai2012-08-141-2/+2