aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ac97/ac97_codec.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-24ALSA: ac97: Fix possible error value of *rac97Su Hui1-3/+2
2023-06-15ALSA: ac97: Fix possible NULL dereference in snd_ac97_mixerSu Hui1-2/+2
2023-02-01mfd: remove ucb1400 supportArnd Bergmann1-1/+0
2022-10-21ALSA: ac97: Use snd_ctl_rename() to rename a controlMaciej S. Szmigiero1-8/+24
2022-10-20ALSA: ac97: fix possible memory leak in snd_ac97_dev_register()Yang Yingliang1-0/+1
2022-03-22ALSA: pci: fix reading of swapped values from pcmreg in AC97 codecGiacomo Guiduzzi1-2/+2
2021-06-09ALSA: ac97: Fix assignment in if conditionTakashi Iwai1-69/+136
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-01-05ALSA: ac97: More constificationsTakashi Iwai1-5/+5
2020-01-03ALSA: ac97: Treat snd_ac97_bus_ops as constTakashi Iwai1-1/+2
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai1-2/+2
2019-08-09ALSA: ac97: remove unused variable 'snd_ac97_controls_master_mono'YueHaibing1-5/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2018-11-23ALSA: ac97: Fix incorrect bit shift at AC97-SPSA control writeTakashi Iwai1-1/+1
2018-08-03ALSA: pci: Remove empty init and exitTakashi Iwai1-16/+0
2016-11-15ALSA: ac97: Fix kernel-doc error with sphinx formatterTakashi Iwai1-1/+1
2015-04-05ALSA: Use const struct ac97_quirkJoe Perches1-1/+2
2015-03-06ALSA: ac97: Add VT1613 AC97 codec supportMaciej S. Szmigiero1-0/+1
2014-10-21ALSA: ac97: Use snd_ctl_enum_info()Takashi Iwai1-8/+2
2014-02-26ALSA: ac97: Use standard printk helpersTakashi Iwai1-12/+33
2013-09-30ALSA: ac97: Add ID for TI TLV320AIC27 codecOndrej Zary1-0/+1
2013-06-28ALSA: Replace the magic number 44 with constTakashi Iwai1-1/+1
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi1-7/+9
2012-10-15ALSA: ac97 - Fix missing NULL check in snd_ac97_cvol_new()Takashi Iwai1-0/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-02-19ALSA: azt3328: hook up new emulated AC97 on AC97 patch sideAndreas Mohr1-0/+7
2011-02-17ALSA: ac97: replace open-coded, error-prone stuff with AC97 bit definesAndreas Mohr1-34/+49
2011-01-14ALSA: constify functions in ac97Hanno Boeck1-1/+1
2010-12-13sound: don't use flush_scheduled_work()Tejun Heo1-4/+2
2010-01-10ALSA: ac97: add AC97 STMicroelectronics' codecsKrzysztof Helt1-0/+10
2009-12-15ALSA: ac97_codec - increase timeout for analog sections to 5 secondSteve Soule1-1/+1
2009-11-05ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep"Jaroslav Kysela1-3/+3
2009-04-21[ALSA] ac97_codec: increase timeout for analog subsectionsJaroslav Kysela1-1/+1
2009-03-24Merge branch 'topic/intel8x0' into for-linusTakashi Iwai1-1/+1
2009-03-06ALSA: ac97 - Add patch entry for Conexant CX20468-31 chipTakashi Iwai1-0/+1
2009-02-05ALSA: Fix missing KERN_* prefix to printk in sound/pciTakashi Iwai1-1/+4
2009-01-29ALSA: AC97: Fix function name type in comment s/updat/update/Thadeu Lima de Souza Cascardo1-1/+1
2008-12-01ALSA: ac97 - Add WM9715 to AC97 IDsMark Brown1-1/+1
2008-10-30sound: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-3/+3
2008-08-29ALSA: ac97 - vt1618 7.1 Audio SupportJohn L. Utz III1-1/+1
2008-08-13ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai1-7/+12
2008-08-06ALSA: ac97 - Enable mono-out on ALC203 codec as defaultTakashi Iwai1-1/+1
2008-07-20ALSA: re-order AC97 codec ID table.Rene Herman1-10/+10
2008-07-15ALSA: add TriTech 28023 AC97 codec ID and Wolfson 9701 name.Rene Herman1-1/+2
2008-07-10ALSA: Fix AC97 power downTakashi Iwai1-1/+3
2008-06-13[ALSA] ac97 - Fix power_save option value as time-outTakashi Iwai1-3/+4
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-2/+2
2007-10-16[ALSA] ac97: YMF743 missing controls support (2/2)Keita Maehara1-2/+9
2007-10-16[ALSA] Add default values for power-saving as Kconfig optionsTakashi Iwai1-1/+1
2007-10-16[ALSA] ac97 - Suppress the reset of audio-codec from modem-codec at resumeTakashi Iwai1-1/+4
2007-10-16[ALSA] Use msecs_to_jiffies() in ac97_codec.cTakashi Iwai1-6/+8
2007-10-16[ALSA] Add missing static in ac97_codec.cTakashi Iwai1-2/+2
2007-05-11[ALSA] ac97 - Make patch functions staticTakashi Iwai1-16/+27
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-02-14[ALSA] ac97 - Fix silent output problem with Cx20551 codecTakashi Iwai1-0/+1
2007-02-09[ALSA] Remove delayed work properly at free and suspendTakashi Iwai1-0/+5
2007-02-09[ALSA] Add even more 'const' to everything related to TLVTakashi Iwai1-8/+8
2007-02-09[ALSA] ac97 - fix various issues with AD1986/AD1986A supportRandy Cushman1-1/+1
2007-02-09[ALSA] ac97 - Suppress power-saving mode on non-supporting driversTakashi Iwai1-20/+21
2006-12-20[ALSA] ac97: Identify CMI9761 chips.James Courtier-Dutton1-3/+3
2006-12-20[ALSA] ac97_codec - trivial fix for bit update functionsJames C Georgas1-2/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+4
2006-10-22[ALSA] Fix AC97 power-saving modeTakashi Iwai1-6/+2
2006-09-23[ALSA] ac97 - Enable S/PDIF on ASUS P5P800-VM moboMagnus Sandin1-0/+6
2006-09-23[ALSA] Add TLV support to AC97 codec driverTakashi Iwai1-7/+47
2006-09-23[ALSA] add codec-specific controls for UCB1400Mike Rapoport1-1/+1
2006-09-23[ALSA] Add experimental support of aggressive AC97 power-saving modeTakashi Iwai1-37/+227
2006-09-23[ALSA] Unregister device files at disconnectionTakashi Iwai1-4/+4
2006-09-01[PATCH] ALSA: ac97: correct some Mic mixer elementsTakashi Iwai1-2/+2
2006-06-22[ALSA] Disable AC97 AUX and VIDEO controls for WM9705 touchscreenRodolfo Giometti1-3/+5
2006-06-22[ALSA] ac97_codec - fix duplicate control creation in AC97Jaya Kumar1-3/+6
2006-06-22[ALSA] ac97 - Move EXPORT_SYMBOL() to adjacent to each functionTakashi Iwai1-22/+18
2006-06-22[ALSA] AC97: Correct Mic Boost label.James Courtier-Dutton1-1/+1
2006-06-22[ALSA] emu10k1: Add support for Audigy4 (not Pro)James Courtier-Dutton1-2/+2
2006-04-12[ALSA] ac97 - Add entry for VIA VT1618 codecTakashi Iwai1-0/+1
2006-03-22[ALSA] ac97 - Clean up obsolete workaroundsTakashi Iwai1-8/+0
2006-03-22[ALSA] ac97 - Allow drivers to set static volume resolution tableTakashi Iwai1-0/+1
2006-03-22[ALSA] ac97 - Added a codec patch for LM4550Charl Coetzee1-1/+1
2006-03-22[ALSA] ac97 - Add support of static resolution tablesTakashi Iwai1-0/+12
2006-03-22[ALSA] semaphore -> mutex (PCI part)Ingo Molnar1-22/+23
2006-01-03[ALSA] Add a new quirk for mute-LED and HP-only.Matthew Garrett1-0/+36
2006-01-03[ALSA] ac97 - Small fix for ALC65x codecTakashi Iwai1-0/+2
2006-01-03[ALSA] Optimize for config without PROC_FS (pci drivers)Takashi Iwai1-36/+2
2006-01-03[ALSA] ac97 - NULL check in snd_ac97_suspend/resumeTakashi Iwai1-0/+5
2006-01-03[ALSA] ac97-codec - Better ac97_bus nameTakashi Iwai1-2/+4
2006-01-03[ALSA] Remove xxx_t typedefs: AC97Takashi Iwai1-156/+157
2005-11-04[ALSA] ac97 - Fix confliction of DRA and surround slotsTakashi Iwai1-0/+2
2005-11-04[ALSA] Fix schedule_timeout usageNishanth Aravamudan1-10/+5
2005-11-04[ALSA] Remove snd_runtime_check() macroTakashi Iwai1-1/+0
2005-11-04[ALSA] Removing obsolete AC97_SHARED_TYPESSasha Khapyorsky1-36/+2
2005-10-07[ALSA] remove redundent assignment to the ac97 device structureNicolas Pitre1-1/+0
2005-10-07[ALSA] no templated index for mc97 controlsSasha Khapyorsky1-1/+1
2005-09-12[ALSA] Replace with kzalloc() - pci stuffTakashi Iwai1-2/+2
2005-09-12[ALSA] Fix ALC658D supportTakashi Iwai1-0/+1
2005-08-30[ALSA] ac97 - make ac97 codec device name uniqueBjorge Dijkstra1-1/+1
2005-08-30[ALSA] Add VT1617A codec supportPhilip Prindeville1-2/+4
2005-08-30[ALSA] AC97 bus interface for ad-hoc driversLiam Girdwood1-0/+35
2005-08-30[ALSA] WM97xx AC97 codec controlsLiam Girdwood1-19/+25
2005-07-28[ALSA] ac97 - remove unused variableClemens Ladisch1-1/+0
2005-07-28[ALSA] ac97: Fix volume control bit size detection for STAC9704.James Courtier-Dutton1-0/+5
2005-07-28[ALSA] sound/pci: fix-up sleeping pathsNishanth Aravamudan1-8/+9
2005-07-28[ALSA] Fix resume of intel8x0Takashi Iwai1-0/+2
2005-06-22[ALSA] AC97 - renamed vendor/device to subvendor/subdevice where appropriateJaroslav Kysela1-4/+4
2005-06-22[ALSA] MC97 modem mixer in sound/pci/ac97Sasha Khapyorsky1-2/+19
2005-05-29[ALSA] fix behaviour of ac97_enum_mixer elementsSergey Vlasov1-2/+2
2005-05-29[ALSA] MC97 registers resetSasha Khapyorsky1-1/+5
2005-05-29[ALSA] Fix MC97 codec initializationSasha Khapyorsky1-5/+5
2005-05-29[ALSA] Add CM9780 support, fix CM9761 SPDIFTakashi Iwai1-6/+11
2005-05-29[ALSA] Remove unused variablesTakashi Iwai1-5/+0
2005-05-29[ALSA] Fix the detection of resolution of ac97 controlsTakashi Iwai1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2579