aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ac97/ac97_codec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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