index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
pci
/
ac97
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-3
/
+3
2025-09-01
ALSA: ac97: Use guard() for spin locks
Takashi Iwai
-25
/
+22
2025-09-01
ALSA: ac97: Use guard() for mutex locks
Takashi Iwai
-36
/
+18
2025-07-11
ALSA: ac97: Copy string more safely
Takashi Iwai
-10
/
+13
2025-07-11
ALSA: ac97: Use safer strscpy() instead of strcpy()
Takashi Iwai
-6
/
+6
2025-03-16
ALSA: ac97: convert timeouts to secs_to_jiffies()
Easwar Hariharan
-2
/
+1
2024-12-29
ALSA: AC97: Use str_on_off() helper in snd_ac97_proc_read_main()
Thorsten Blum
-4
/
+4
2024-12-03
ALSA: ac97: Modify the incorrect format specifier
liujing
-1
/
+1
2024-03-04
ALSA: ac97: More cleanup with snd_ctl_find_id_mixer()
Takashi Iwai
-5
/
+2
2023-08-24
ALSA: ac97: Fix possible error value of *rac97
Su Hui
-3
/
+2
2023-07-21
ALSA: ac97: Use the standard snd_ctl_add_followers() helper
Takashi Iwai
-15
/
+1
2023-07-21
ALSA: ac97: Simplify with snd_ctl_find_id_mixer()
Takashi Iwai
-5
/
+1
2023-06-15
ALSA: ac97: Fix possible NULL dereference in snd_ac97_mixer
Su Hui
-2
/
+2
2023-02-01
mfd: remove ucb1400 support
Arnd Bergmann
-41
/
+0
2022-10-21
ALSA: ac97: Use snd_ctl_rename() to rename a control
Maciej S. Szmigiero
-8
/
+24
2022-10-20
ALSA: ac97: fix possible memory leak in snd_ac97_dev_register()
Yang Yingliang
-0
/
+1
2022-03-22
ALSA: pci: fix reading of swapped values from pcmreg in AC97 codec
Giacomo Guiduzzi
-2
/
+2
2021-12-06
ALSA: Fix some typo
Christophe JAILLET
-1
/
+1
2021-06-09
ALSA: ac97: Fix assignment in if condition
Takashi Iwai
-114
/
+228
2020-07-20
ALSA: Replace the word "slave" in vmaster API
Takashi Iwai
-10
/
+10
2020-07-15
ALSA: ac97: Replace the words white/blacklist
Takashi Iwai
-7
/
+7
2020-07-09
ALSA: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
-2
/
+2
2020-04-17
ALSA: Fix misspellings of "Analog Devices"
Geert Uytterhoeven
-1
/
+1
2020-01-05
ALSA: ac97: More constifications
Takashi Iwai
-20
/
+20
2020-01-03
ALSA: ac97: Constify snd_ac97_res_table definition
Takashi Iwai
-1
/
+1
2020-01-03
ALSA: ac97: Treat snd_ac97_bus_ops as const
Takashi Iwai
-1
/
+2
2020-01-03
ALSA: pci: Constify snd_device_ops definitions
Takashi Iwai
-2
/
+2
2019-08-09
ALSA: ac97: remove unused variable 'snd_ac97_controls_master_mono'
YueHaibing
-5
/
+0
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
-112
/
+7
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
-0
/
+1
2019-02-06
ALSA: pci: Remove superfluous snd_info_register() calls
Takashi Iwai
-17
/
+9
2018-11-23
ALSA: ac97: Fix incorrect bit shift at AC97-SPSA control write
Takashi Iwai
-1
/
+1
2018-08-03
ALSA: pci: Remove empty init and exit
Takashi Iwai
-16
/
+0
2018-05-28
sound: Use octal not symbolic permissions
Joe Perches
-2
/
+2
2017-02-27
scripts/spelling.txt: add "swith" pattern and fix typo instances
Masahiro Yamada
-1
/
+1
2016-11-15
ALSA: ac97: Fix kernel-doc error with sphinx formatter
Takashi Iwai
-1
/
+1
2015-05-29
ALSA: ac97: Fix ifdef CONFIG_PROC_FS
Takashi Iwai
-2
/
+2
2015-04-05
ALSA: Use const struct ac97_quirk
Joe Perches
-1
/
+2
2015-03-06
ALSA: ac97: ac97_patch: Simplify patch_vt1613_specific()
Fabio Estevam
-8
/
+2
2015-03-06
ALSA: ac97: Add VT1613 AC97 codec support
Maciej S. Szmigiero
-0
/
+34
2014-10-21
ALSA: ac97: Constify more text arrays
Takashi Iwai
-9
/
+15
2014-10-21
ALSA: ac97: Use snd_ctl_enum_info()
Takashi Iwai
-133
/
+53
2014-02-26
ALSA: ac97: Use standard printk helpers
Takashi Iwai
-17
/
+46
2013-09-30
ALSA: ac97: Add ID for TI TLV320AIC27 codec
Ondrej Zary
-0
/
+1
2013-06-28
ALSA: Replace the magic number 44 with const
Takashi Iwai
-1
/
+1
2013-03-12
ALSA: add/change some comments describing function return values
Yacine Belkadi
-8
/
+18
2012-10-15
ALSA: ac97 - Fix missing NULL check in snd_ac97_cvol_new()
Takashi Iwai
-0
/
+2
2012-09-06
ALSA: ac97: Implement channel map workaround for ALC650
Takashi Iwai
-1
/
+23
2011-12-19
ALSA: module_param: make bool parameters really bool
Rusty Russell
-1
/
+1
[next]