index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-20
ALSA: control: Fix unannotated kfree() cleanup
Takashi Iwai
1
-2
/
+2
2024-03-17
ALSA: core: add kunitconfig
Takashi Sakamoto
1
-0
/
+5
2024-03-15
ALSA: timer: Fix missing irq-disable at closing
Takashi Iwai
1
-1
/
+1
2024-03-11
Merge branch 'for-next' into for-linus
Takashi Iwai
43
-2388
/
+1867
2024-03-01
ALSA: hwdep: Move put_user() call out of scoped_guard() in snd_hwdep_control_...
Nathan Chancellor
1
-4
/
+3
2024-02-28
ALSA: control_led: Use guard() for locking
Takashi Iwai
1
-85
/
+65
2024-02-28
ALSA: pcm: oss: Use guard() for setup
Takashi Iwai
1
-9
/
+3
2024-02-28
ALSA: pcm: Use guard() for PCM stream locks
Takashi Iwai
4
-218
/
+179
2024-02-28
ALSA: pcm: Use guard() for locking
Takashi Iwai
3
-109
/
+59
2024-02-28
ALSA: seq: prioq: Use guard() for locking
Takashi Iwai
1
-33
/
+26
2024-02-28
ALSA: seq: virmidi: Use guard() for locking
Takashi Iwai
1
-10
/
+8
2024-02-28
ALSA: seq: ump: Use guard() for locking
Takashi Iwai
1
-8
/
+5
2024-02-28
ALSA: seq: midi: Use guard() for locking
Takashi Iwai
2
-23
/
+7
2024-02-28
ALSA: seq: timer: Use guard() for locking
Takashi Iwai
1
-101
/
+54
2024-02-28
ALSA: seq: queue: Use guard() for locking
Takashi Iwai
1
-50
/
+28
2024-02-28
ALSA: seq: ports: Use guard() for locking
Takashi Iwai
1
-65
/
+49
2024-02-28
ALSA: seq: memory: Use guard() for locking
Takashi Iwai
1
-18
/
+10
2024-02-28
ALSA: seq: fifo: Use guard() for locking
Takashi Iwai
1
-31
/
+24
2024-02-28
ALSA: core: Use guard() for locking
Takashi Iwai
3
-134
/
+104
2024-02-28
ALSA: jack: Use guard() for locking
Takashi Iwai
1
-18
/
+7
2024-02-28
ALSA: rawmidi: Use guard() for locking
Takashi Iwai
1
-160
/
+93
2024-02-28
ALSA: control: Use guard() for locking
Takashi Iwai
2
-273
/
+176
2024-02-28
ALSA: mixer_oss: Use guard() for locking
Takashi Iwai
1
-142
/
+86
2024-02-28
ALSA: info: Use guard() for locking
Takashi Iwai
2
-70
/
+33
2024-02-28
ALSA: hwdep: Use guard() for locking
Takashi Iwai
1
-49
/
+40
2024-02-28
ALSA: hrtimer: Use guard() for locking
Takashi Iwai
1
-13
/
+11
2024-02-28
ALSA: timer: Use guard() for locking
Takashi Iwai
2
-259
/
+177
2024-02-28
ALSA: compress_offload: Use guard() for locking
Takashi Iwai
1
-65
/
+33
2024-02-28
ALSA: ump: Use guard() for locking
Takashi Iwai
1
-23
/
+12
2024-02-28
ALSA: kunit: Fix sparse warnings
Takashi Iwai
1
-14
/
+15
2024-02-23
ALSA: pcm_oss: ump: Use automatic cleanup of kfree()
Takashi Iwai
1
-23
/
+10
2024-02-23
ALSA: mixer_oss: ump: Use automatic cleanup of kfree()
Takashi Iwai
1
-41
/
+18
2024-02-23
ALSA: pcm: Use CLASS() for fdget()/fdput()
Takashi Iwai
1
-15
/
+7
2024-02-23
ALSA: seq: core: Use automatic cleanup of kfree()
Takashi Iwai
2
-18
/
+8
2024-02-23
ALSA: seq: ump: Use automatic cleanup of kfree()
Takashi Iwai
1
-21
/
+12
2024-02-23
ALSA: seq: virmidi: Use automatic cleanup of kfree()
Takashi Iwai
1
-15
/
+7
2024-02-23
ALSA: seq: oss: Use automatic cleanup of kfree()
Takashi Iwai
2
-18
/
+8
2024-02-23
ALSA: vmaster: Use automatic cleanup of kfree()
Takashi Iwai
1
-13
/
+6
2024-02-23
ALSA: timer: Use automatic cleanup of kfree()
Takashi Iwai
1
-8
/
+5
2024-02-23
ALSA: compress_offload: Use automatic cleanup of kfree()
Takashi Iwai
1
-23
/
+13
2024-02-23
ALSA: control: Use automatic cleanup of kfree()
Takashi Iwai
2
-58
/
+34
2024-02-23
ALSA: pcm: Use automatic cleanup of kfree()
Takashi Iwai
3
-83
/
+49
2024-02-23
ALSA: pcm: clarify and fix default msbits value for all formats
Jaroslav Kysela
1
-0
/
+5
2024-02-22
ALSA: seq: prioq: Unify cell removal functions
Takashi Iwai
1
-113
/
+84
2024-02-21
Merge branch 'for-linus' into for-next
Takashi Iwai
2
-3
/
+2
2024-02-21
ALSA: Drop leftover snd-rtctimer stuff from Makefile
Takashi Iwai
1
-1
/
+0
2024-02-20
ALSA: ump: Fix the discard error code from snd_ump_legacy_open()
Takashi Iwai
1
-2
/
+2
2024-02-19
ALSA: core: fix buffer overflow in test_format_fill_silence()
Arnd Bergmann
1
-2
/
+3
2024-02-16
ALSA: avoid 'bool' as variable name
Arnd Bergmann
2
-3
/
+3
2024-02-15
ALSA: seq: remove redundant 'tristate' for SND_SEQ_UMP_CLIENT
Masahiro Yamada
1
-1
/
+0
[next]