index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
/
init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-03
ALSA: core: add isascii() check to card ID generator
Jaroslav Kysela
1
-4
/
+10
2024-08-09
ALSA: control: Rename ctl_files_rwlock to controls_rwlock
Takashi Iwai
1
-1
/
+1
2024-05-27
ALSA: core: Remove debugfs at disconnection
Takashi Iwai
1
-4
/
+5
2024-05-22
ALSA: core: Enable proc module when CONFIG_MODULES=y
Takashi Iwai
1
-7
/
+5
2024-05-22
ALSA: core: Fix NULL module pointer assignment at card init
Takashi Iwai
1
-1
/
+1
2024-05-10
ALSA: core: Remove superfluous CONFIG_PM
Takashi Iwai
1
-2
/
+0
2024-05-10
ALSA: Fix deadlocks with kctl removals at disconnection
Takashi Iwai
1
-1
/
+8
2024-02-28
ALSA: core: Use guard() for locking
Takashi Iwai
1
-105
/
+88
2023-09-12
ALSA: core: Use dev_name of card_dev as debugfs directory name
Peter Ujfalusi
1
-5
/
+2
2023-08-17
ALSA: core: Drop snd_device_initialize()
Takashi Iwai
1
-23
/
+0
2023-08-17
ALSA: core: Introduce snd_device_alloc()
Takashi Iwai
1
-0
/
+31
2023-06-21
sound: make all 'class' structures const
Ivan Orlov
1
-2
/
+2
2023-02-08
ALSA: core: Make snd_card_free() return void
Uwe Kleine-König
1
-4
/
+2
2023-02-08
ALSA: core: Make snd_card_free_when_closed() return void
Uwe Kleine-König
1
-7
/
+5
2023-02-08
ALSA: core: Make snd_card_disconnect() return void
Uwe Kleine-König
1
-16
/
+8
2022-09-19
ALSA: core: Fix double-free at snd_card_new()
Takashi Iwai
1
-5
/
+5
2022-08-02
ALSA: core: Replace scnprintf() with sysfs_emit()
Takashi Iwai
1
-2
/
+2
2022-07-13
ALSA: core: Fix missing return value comments for kernel docs
Takashi Iwai
1
-0
/
+10
2022-06-15
ALSA: control: Use xarray for faster lookups
Takashi Iwai
1
-0
/
+4
2022-04-12
ALSA: core: Add snd_card_free_on_error() helper
Takashi Iwai
1
-0
/
+28
2022-01-19
ALSA: core: Simplify snd_power_ref_and_wait() with the standard macro
Takashi Iwai
1
-20
/
+5
2021-07-31
ALSA: core: Fix double calls of snd_card_free() via devres
Takashi Iwai
1
-4
/
+10
2021-07-19
ALSA: core: Add managed card creation
Takashi Iwai
1
-8
/
+91
2021-06-09
ALSA: core: Fix assignment in if condition
Takashi Iwai
1
-4
/
+8
2021-05-28
ALSA: core: use DEVICE_ATTR_*() macro
YueHaibing
1
-11
/
+8
2021-05-25
ALSA: Drop superfluous argument from snd_power_wait()
Takashi Iwai
1
-5
/
+1
2021-05-25
ALSA: control: Track in-flight control read/write/tlv accesses
Takashi Iwai
1
-8
/
+42
2021-03-30
ALSA: core: remove redundant spin_lock pair in snd_card_disconnect
Jia Zhou
1
-2
/
+0
2021-02-08
ALSA: pcm: Call sync_stop at disconnection
Takashi Iwai
1
-0
/
+4
2021-02-02
ALSA: core: Fix the debugfs removal at snd_card_free()
Takashi Iwai
1
-5
/
+4
2021-02-02
ALSA: jack: implement software jack injection via debugfs
Hui Wang
1
-0
/
+16
2021-01-08
ALSA: Convert strlcpy to strscpy when return value is unused
Joe Perches
1
-2
/
+2
2020-12-21
ALSA: core: Remove redundant comments
YangHui
1
-2
/
+0
2020-09-03
ALSA: core: init: use DECLARE_COMPLETION_ONSTACK() macro
Pierre-Louis Bossart
1
-2
/
+1
2020-06-25
ALSA: core: Warn on empty module
Takashi Iwai
1
-0
/
+3
2020-01-21
ALSA: pcm: Set per-card upper limit of PCM buffer allocations
Takashi Iwai
1
-0
/
+1
2019-11-20
ALSA: pcm: Add card sync_irq field
Takashi Iwai
1
-0
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-16
/
+1
2019-05-06
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-9
/
+9
2019-04-17
ALSA: core: Don't refer to snd_cards array directly
Takashi Iwai
1
-2
/
+21
2019-04-16
ALSA: core: Fix card races between register and disconnect
Takashi Iwai
1
-9
/
+9
2019-02-06
ALSA: info: Move card id proc creation into info.c
Takashi Iwai
1
-29
/
+4
2019-02-06
ALSA: info: Drop unused snd_info_entry.card field
Takashi Iwai
1
-2
/
+4
2018-05-28
sound: Use octal not symbolic permissions
Joe Perches
1
-2
/
+2
2018-02-27
ALSA: Use scnprintf() instead of snprintf() for show
Jaejoong Kim
1
-2
/
+2
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2017-11-27
sound: annotate ->poll() instances
Al Viro
1
-1
/
+1
2017-10-11
ALSA: add snd_card_disconnect_sync()
Takashi Iwai
1
-0
/
+32
2017-08-30
ALSA: Get rid of card power_lock
Takashi Iwai
1
-5
/
+0
2017-08-04
ALSA: control: obsolete user_ctl_lock
Takashi Sakamoto
1
-1
/
+0
[next]