index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
/
init.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALSA: core: Remove debugfs at disconnection
Takashi Iwai
2024-05-27
1
-4
/
+5
*
ALSA: core: Enable proc module when CONFIG_MODULES=y
Takashi Iwai
2024-05-22
1
-7
/
+5
*
ALSA: core: Fix NULL module pointer assignment at card init
Takashi Iwai
2024-05-22
1
-1
/
+1
*
ALSA: core: Remove superfluous CONFIG_PM
Takashi Iwai
2024-05-10
1
-2
/
+0
*
ALSA: Fix deadlocks with kctl removals at disconnection
Takashi Iwai
2024-05-10
1
-1
/
+8
*
ALSA: core: Use guard() for locking
Takashi Iwai
2024-02-28
1
-105
/
+88
*
ALSA: core: Use dev_name of card_dev as debugfs directory name
Peter Ujfalusi
2023-09-12
1
-5
/
+2
*
ALSA: core: Drop snd_device_initialize()
Takashi Iwai
2023-08-17
1
-23
/
+0
*
ALSA: core: Introduce snd_device_alloc()
Takashi Iwai
2023-08-17
1
-0
/
+31
*
sound: make all 'class' structures const
Ivan Orlov
2023-06-21
1
-2
/
+2
*
ALSA: core: Make snd_card_free() return void
Uwe Kleine-König
2023-02-08
1
-4
/
+2
*
ALSA: core: Make snd_card_free_when_closed() return void
Uwe Kleine-König
2023-02-08
1
-7
/
+5
*
ALSA: core: Make snd_card_disconnect() return void
Uwe Kleine-König
2023-02-08
1
-16
/
+8
*
ALSA: core: Fix double-free at snd_card_new()
Takashi Iwai
2022-09-19
1
-5
/
+5
*
ALSA: core: Replace scnprintf() with sysfs_emit()
Takashi Iwai
2022-08-02
1
-2
/
+2
*
ALSA: core: Fix missing return value comments for kernel docs
Takashi Iwai
2022-07-13
1
-0
/
+10
*
ALSA: control: Use xarray for faster lookups
Takashi Iwai
2022-06-15
1
-0
/
+4
*
ALSA: core: Add snd_card_free_on_error() helper
Takashi Iwai
2022-04-12
1
-0
/
+28
*
ALSA: core: Simplify snd_power_ref_and_wait() with the standard macro
Takashi Iwai
2022-01-19
1
-20
/
+5
*
ALSA: core: Fix double calls of snd_card_free() via devres
Takashi Iwai
2021-07-31
1
-4
/
+10
*
ALSA: core: Add managed card creation
Takashi Iwai
2021-07-19
1
-8
/
+91
*
ALSA: core: Fix assignment in if condition
Takashi Iwai
2021-06-09
1
-4
/
+8
*
ALSA: core: use DEVICE_ATTR_*() macro
YueHaibing
2021-05-28
1
-11
/
+8
*
ALSA: Drop superfluous argument from snd_power_wait()
Takashi Iwai
2021-05-25
1
-5
/
+1
*
ALSA: control: Track in-flight control read/write/tlv accesses
Takashi Iwai
2021-05-25
1
-8
/
+42
*
ALSA: core: remove redundant spin_lock pair in snd_card_disconnect
Jia Zhou
2021-03-30
1
-2
/
+0
*
ALSA: pcm: Call sync_stop at disconnection
Takashi Iwai
2021-02-08
1
-0
/
+4
*
ALSA: core: Fix the debugfs removal at snd_card_free()
Takashi Iwai
2021-02-02
1
-5
/
+4
*
ALSA: jack: implement software jack injection via debugfs
Hui Wang
2021-02-02
1
-0
/
+16
*
ALSA: Convert strlcpy to strscpy when return value is unused
Joe Perches
2021-01-08
1
-2
/
+2
*
ALSA: core: Remove redundant comments
YangHui
2020-12-21
1
-2
/
+0
*
ALSA: core: init: use DECLARE_COMPLETION_ONSTACK() macro
Pierre-Louis Bossart
2020-09-03
1
-2
/
+1
*
ALSA: core: Warn on empty module
Takashi Iwai
2020-06-25
1
-0
/
+3
*
ALSA: pcm: Set per-card upper limit of PCM buffer allocations
Takashi Iwai
2020-01-21
1
-0
/
+1
*
ALSA: pcm: Add card sync_irq field
Takashi Iwai
2019-11-20
1
-0
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-16
/
+1
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2019-05-06
1
-9
/
+9
|
\
|
*
ALSA: core: Fix card races between register and disconnect
Takashi Iwai
2019-04-16
1
-9
/
+9
*
|
ALSA: core: Don't refer to snd_cards array directly
Takashi Iwai
2019-04-17
1
-2
/
+21
|
/
*
ALSA: info: Move card id proc creation into info.c
Takashi Iwai
2019-02-06
1
-29
/
+4
*
ALSA: info: Drop unused snd_info_entry.card field
Takashi Iwai
2019-02-06
1
-2
/
+4
*
sound: Use octal not symbolic permissions
Joe Perches
2018-05-28
1
-2
/
+2
*
ALSA: Use scnprintf() instead of snprintf() for show
Jaejoong Kim
2018-02-27
1
-2
/
+2
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-1
/
+1
*
sound: annotate ->poll() instances
Al Viro
2017-11-27
1
-1
/
+1
*
ALSA: add snd_card_disconnect_sync()
Takashi Iwai
2017-10-11
1
-0
/
+32
*
ALSA: Get rid of card power_lock
Takashi Iwai
2017-08-30
1
-5
/
+0
*
ALSA: control: obsolete user_ctl_lock
Takashi Sakamoto
2017-08-04
1
-1
/
+0
*
Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2017-07-06
1
-7
/
+1
|
\
|
*
ALSA: core: Follow standard EXPORT_SYMBOL() declarations
Takashi Iwai
2017-06-16
1
-7
/
+1
[next]