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
/
init.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-03
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-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2017-11-28
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
2017-07-06
Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-7
/
+1
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-1
/
+1
2017-06-16
ALSA: core: Follow standard EXPORT_SYMBOL() declarations
Takashi Iwai
1
-7
/
+1
2016-01-12
ALSA: hda_intel: add card number to irq description
Heiner Kallweit
1
-0
/
+3
2015-06-29
ALSA: Fix uninintialized error return
Colin Ian King
1
-2
/
+1
2015-05-27
ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS
Jie Yang
1
-4
/
+4
2015-05-18
ALSA: info: Register proc entries recursively, too
Takashi Iwai
1
-12
/
+6
2015-04-24
ALSA: core: Don't ignore errors at creating proc files
Takashi Iwai
1
-9
/
+7
2015-04-24
ALSA: core: Remove superfluous exit calls for proc entries
Takashi Iwai
1
-17
/
+0
2015-03-03
ALSA: core: Re-add snd_device_disconnect()
Takashi Iwai
1
-4
/
+1
2015-02-06
ALSA: Add a helper to add a new attribute group to card
Takashi Iwai
1
-6
/
+25
2015-02-02
ALSA: Add a helper to initialize device
Takashi Iwai
1
-0
/
+23
2014-10-30
ALSA: doc: More kerneldoc comments on core components
Takashi Iwai
1
-11
/
+22
2014-06-18
ALSA: control: Protect user controls against concurrent access
Lars-Peter Clausen
1
-0
/
+1
2014-02-25
ALSA: Clean up snd_device_*() codes
Takashi Iwai
1
-4
/
+1
2014-02-25
ALSA: Use priority list for managing device list
Takashi Iwai
1
-11
/
+3
2014-02-19
ALSA: core: Fix missing card sysfs contents
Takashi Iwai
1
-5
/
+5
2014-02-14
ALSA: core: Use standard printk helpers
Takashi Iwai
1
-12
/
+12
2014-02-14
ALSA: Use standard device refcount for card accounting
Takashi Iwai
1
-38
/
+15
2014-02-14
ALSA: Use static groups for id and number card sysfs attr files
Takashi Iwai
1
-13
/
+19
[next]