aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/intel8x0.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12ALSA: intel8x0: Replace with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai1-7/+2
2022-04-12ALSA: intel8x0: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-2/+8
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/ti...Linus 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/kern...Linus 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
2011-10-31ALSA: intel8x0: Improve performance in virtual environmentKonstantin Ozerkov1-2/+27
2011-07-15ALSA: intel8x0: Apply headphones+mute LED quirk for Dell Inspiron 9300Daniel T Chen1-0/+6
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai1-2/+2
2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-11-22ALSA: ac97: Apply quirk for Dell Latitude D610 binding Master and Headphone c...Daniel T Chen1-0/+6
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-08-19ALSA: intel8x0: Mute External Amplifier by default for ThinkPad X31Daniel T Chen1-0/+6
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan1-1/+1
2009-11-25ALSA: intel8x0: Mute External Amplifier by default for Gateway 4525GZDaniel T Chen1-0/+6
2009-11-05ALSA: intel8x0: Mute External Amplifier by default for another Sony modelDaniel T Chen1-0/+6
2009-10-02ALSA: intel8x0 - Mute External Amplifier by default for Sony VAIO VGN-B1VPDaniel T Chen1-0/+6
2009-10-01ALSA: intel8x0 - Mute External Amplifier by default for Sony VAIO VGN-T350PDaniel T Chen1-0/+6
2009-06-25sound: Use PCI_VDEVICEJoe Perches1-23/+23
2009-06-15ALSA: intel8x0 - Fix PCM position crazinessTakashi Iwai1-12/+12
2009-04-22Merge commit 'alsa/master' into for-linusTakashi Iwai1-2/+4
2009-04-21[ALSA] intel8x0: another attempt to fix ac97_clock measure routineJaroslav Kysela1-2/+4
2009-04-16ALSA: Intel8x0: Add hp_only quirk for SSID 0x1028016a (Dell Inspiron 8600)Daniel T Chen1-0/+6
2009-04-16ALSA: Intel8x0: Remove conflicting quirk for SSID 0x103c0934Daniel T Chen1-6/+0
2009-04-15[ALSA] intel8x0: add one retry to the ac97_clock measurement routineJaroslav Kysela1-4/+11
2009-04-14[ALSA] intel8x0: fix wrong conditions in ac97_clock measure routineJaroslav Kysela1-3/+3
2009-04-13[ALSA] intel8x0: do not use zero value from PICB registerJaroslav Kysela1-10/+33
2009-04-13[ALSA] intel8x0: an attempt to make ac97_clock measurement more reliableJaroslav Kysela1-9/+28
2009-03-24Merge branch 'topic/intel8x0' into for-linusTakashi Iwai1-20/+59
2009-03-24Merge branch 'topic/snd_card_new-err' into for-linusTakashi Iwai1-3/+3
2009-02-05ALSA: intel8x0 - Add missing KERN_* prefix to printkTakashi Iwai1-4/+7
2009-01-31ALSA: alsa: time reaches -1, tested 0Roel Kluin1-1/+1
2009-01-28ALSA: intel8x0 - Fix build with CONFIG_SND_AC97_POWERSAVE=nTakashi Iwai1-1/+1
2009-01-28ALSA: Don't cold reset AC97 codecs in some ICH chipsetsThadeu Lima de Souza Cascardo1-16/+52
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-3/+3
2008-10-29ALSA: intel8x0 - add Dell Optiplex GX620 (AD1981B) to AC97 clock whitelistBastien Nocera1-0/+1
2008-10-10ALSA: intel8x0 - Add quirk for Fujitsu Lifebook P7010Takashi Iwai1-0/+6
2008-09-04ALSA: intel8x0 - use snd_pci_quirk for clock listTakashi Iwai1-25/+15
2008-08-29ALSA: intel8x0: implement ac97_clock whitelistJaroslav Kysela1-3/+41
2008-08-13ALSA: sound/pci: supported cards updateAlexander Beregalov1-0/+6
2008-08-13ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai1-2/+2
2008-04-24[ALSA] Fix synchronize_irq() bugs, redundanciesJeff Garzik1-2/+1
2008-04-24[ALSA] sound: replace remaining __FUNCTION__ occurencesHarvey Harrison1-1/+1
2008-04-24[ALSA] intel8x0 - Add support of 8 channel soundTakashi Iwai1-3/+25
2008-02-29[ALSA] intel8x0 - Add quirk for Compaq Deskpro ENTakashi Iwai1-0/+6
2008-02-29[ALSA] intel8x0 - Add quirk for Acer Travelmate 2310Takashi Iwai1-0/+6
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-31[ALSA] sound/pci: Drop unnecessary continueJulia Lawall1-1/+0
2008-01-30x86: cpa: move flush to cpaThomas Gleixner1-1/+0
2008-01-30x86: convert CPA users to the new set_page_ APIArjan van de Ven1-2/+5
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-2/+2
2007-05-16[ALSA] Include quirks from Ubuntu Dapper/Edgy/FeistyDaniel T Chen1-1/+19
2007-05-11[ALSA] intel8x0 - Fix Oops in crash kernelTakashi Iwai1-10/+10
2007-03-14[ALSA] intel8x0 - Fix Oops at kdump crash kernelTakashi Iwai1-2/+3
2007-03-14[ALSA] intel8x0 - Fix speaker output after S2RAMTommi Kyntola1-1/+4
2007-02-09[ALSA] intel8x0 - Add spdif_aclink optionTakashi Iwai1-26/+60
2007-02-09[ALSA] ac97 - Suppress power-saving mode on non-supporting driversTakashi Iwai1-1/+1
2007-02-09[ALSA] intel8x0 - Use pci_iomapTakashi Iwai1-78/+42
2006-12-20[ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai1-2/+2
2006-10-24[PATCH] Merge headphone and speaker volume controls for Panasonic R4 laptopKeith Packard1-0/+6
2006-10-22[ALSA] Various fixes for suspend/resume of ALSA PCI driversTakashi Iwai1-4/+19
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-23[ALSA] Add experimental support of aggressive AC97 power-saving modeTakashi Iwai1-1/+13
2006-07-12[ALSA] Fix section mismatch errors in ALSA PCI driversTakashi Iwai1-1/+1
2006-07-12[ALSA] intel8x0 - Add ac97 quirk for Tyan Thunder K8WE boardTakashi Iwai1-0/+6
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-22[ALSA] sound/pci/: Add hp_only quirk for Dell D800 laptopsDaniel T Chen1-0/+6
2006-06-22[ALSA] Remove zero-initialization of static variablesTakashi Iwai1-1/+1
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai1-1/+1
2006-04-27[ALSA] add __devinitdata to all pci_device_idHenrik Kretzschmar1-1/+1
2006-04-27[ALSA] intel8x0 - Disable ALI5455 SPDIF-inputTakashi Iwai1-3/+3
2006-03-22[ALSA] intel8x0 - wait for ICH_RESETREGSJaroslav Kysela1-1/+10
2006-03-22[ALSA] intel8x0 - Fix/cleanup detection of codecs on SIS7012Takashi Iwai1-54/+84
2006-02-01[ALSA] intel8x0 - Add MCP51 PCI IDTakashi Iwai1-0/+1
2006-01-22[ALSA] intel8x0: Add quirk for Optiplex GX270Chris Ball1-0/+6
2006-01-22[ALSA] intel8x0 - Fix duplicate ac97_quirks entryUlrich Mueller1-7/+1
2006-01-03[ALSA] Add a new quirk for mute-LED and HP-only.Matthew Garrett1-0/+24
2006-01-03[ALSA] Optimize for config without PROC_FS (pci drivers)Takashi Iwai1-0/+4
2006-01-03[ALSA] intel8x0 - Added swap_hp quirk for Fujitsu-Siemens Celsius H320 [0x10c...Jaroslav Kysela1-0/+6
2006-01-03[ALSA] intel8x0 - Fix PM supportTakashi Iwai1-15/+22
2006-01-03[ALSA] Remove xxx_t typedefs: PCI Intel8x0Takashi Iwai1-188/+240
2006-01-03[ALSA] intel8x0 - Clean up delay functionTakashi Iwai1-10/+6
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman1-1/+0
2005-11-04[ALSA] intel8x0 - Fix irq handler registrationTakashi Iwai1-19/+28
2005-11-04[ALSA] intel8x0 - Add ac97_quirk for Dell Inspiron 8600Karoly Lorentey1-0/+6
2005-11-04[ALSA] Fix schedule_timeout usageNishanth Aravamudan1-2/+1
2005-11-04[ALSA] intel8x0 - fix capture for M1563Wei Ni1-2/+2
2005-11-04[ALSA] Add missing KERN_* suffix to printkTakashi Iwai1-9/+9
2005-11-04[ALSA] Fix the type of enable module optionTakashi Iwai1-1/+1
2005-11-04[ALSA] intel8x0 - Fix handling of module parametersTakashi Iwai1-7/+7
2005-11-04[ALSA] intel8x0 - enable ac97_quirk hp_only for Acer Aspire 3003LCiDick Streefland1-0/+6
2005-11-04[ALSA] Add dummy obsoleted module options for backward compatibilityTakashi Iwai1-0/+6
2005-11-04[ALSA] intel8x0 - Suppress the codec warnings during probingTakashi Iwai1-2/+5
2005-11-04[ALSA] highlanderize motherboard AC97/HDA driversClemens Ladisch1-37/+21
2005-11-04[ALSA] Removing obsolete AC97_SHARED_TYPESSasha Khapyorsky1-1/+0
2005-09-12[ALSA] set owner field in struct pci_driverClemens Ladisch1-0/+1
2005-09-12[ALSA] Replace with kzalloc() - pci stuffTakashi Iwai1-1/+1
2005-09-12[ALSA] intel8x0 - Add buggy_semaphore optionTakashi Iwai1-1/+11
2005-09-12[ALSA] Remove superfluous PCI ID definitionsTakashi Iwai1-63/+7
2005-09-12[ALSA] intel8x0 - Add quirk for IBM NetVisa A30pTakashi Iwai1-0/+6
2005-08-30[ALSA] intel8x0 - Add quirk for FSC 4010Takashi Iwai1-0/+6
2005-08-30[ALSA] intel8x0 - add AC97_TUNE_MUTE_LED quirk for HP nx8220 laptop 103c:0934Daniel Horchner1-0/+6
2005-08-30[ALSA] HP nx6110 quirksSergey Vlasov1-0/+6
2005-08-30[ALSA] intel8x0 - Fix PMTakashi Iwai1-8/+31
2005-07-30merge 2.6.13-rc4 with ACPI's to-linus treeLen Brown1-2/+15
2005-07-29/home/lenb/src/to-linus branch 'acpi-2.6.12'Len Brown1-1/+5
2005-07-29[ACPI] fix resume issues on Asus L5DRafael J. Wysocki1-1/+5
2005-07-28[ALSA] sound/pci: fix-up sleeping pathsNishanth Aravamudan1-2/+1
2005-07-28[ALSA] Fix resume of intel8x0Takashi Iwai1-0/+13
2005-06-22[ALSA] Add FSC T3010 quirkTakashi Iwai1-0/+6
2005-06-22[ALSA] AC97 - renamed vendor/device to subvendor/subdevice where appropriateJames Courtier-Dutton1-74/+74
2005-05-29[ALSA] Replace pci_module_init() with pci_register_driver()Takashi Iwai1-1/+1
2005-05-05[PATCH] intel8x0: fix for Intel AC'97 audio driverJason Gaston1-3/+3
2005-04-16[PATCH] intel8x0: AC'97 audio patch for Intel ESB2Jason Gaston1-0/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2855