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
/
sound.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-12
[PATCH] mark struct file_operations const 9
Arjan van de Ven
1
-1
/
+1
2007-02-09
[ALSA] allow registering an alsa device with struct device pointer
Johannes Berg
1
-7
/
+8
2007-01-30
[PATCH] ALSA: Fix sysfs breakage
Takashi Iwai
1
-3
/
+1
2006-12-02
Driver core: convert sound core to use struct device
Greg Kroah-Hartman
1
-13
/
+9
2006-09-23
[ALSA] Add pcm_class attribute to PCM sysfs entry
Takashi Iwai
1
-12
/
+44
2006-09-23
[ALSA] Fix disconnection of proc interface
Takashi Iwai
1
-2
/
+1
2006-07-12
[ALSA] remove unused snd_minor.name field
Clemens Ladisch
1
-2
/
+1
2006-06-26
[PATCH] devfs: Remove devfs support from the sound subsystem
Greg Kroah-Hartman
1
-24
/
+0
2006-06-22
[ALSA] Remove zero-initialization of static variables
Takashi Iwai
1
-1
/
+1
2006-06-22
[ALSA] Fix rwlock around snd_iprintf() in sound core
Takashi Iwai
1
-6
/
+1
2006-06-22
[ALSA] Remove unneeded read/write_size fields in proc text ops
Takashi Iwai
1
-1
/
+0
2006-06-22
[ALSA] Clean up EXPORT_SYMBOL()s in snd module
Takashi Iwai
1
-88
/
+11
2006-03-28
[PATCH] mark f_ops const in the inode
Arjan van de Ven
1
-2
/
+2
2006-03-22
[ALSA] sound/core/: fix 3 off-by-one errors
Adrian Bunk
1
-2
/
+2
2006-03-22
[ALSA] semaphore -> mutex (core part)
Ingo Molnar
1
-11
/
+12
2006-01-04
[ALSA] Revert the nested-device patch
Takashi Iwai
1
-9
/
+2
2006-01-03
[ALSA] Nest sound devices
Clemens Ladisch
1
-2
/
+9
2006-01-03
[ALSA] Optimize for config without PROC_FS
Takashi Iwai
1
-0
/
+2
2006-01-03
[ALSA] Fix a missing include
Takashi Iwai
1
-0
/
+1
2006-01-03
[ALSA] dynamic minors (6/6): increase maximum number of sound cards
Clemens Ladisch
1
-3
/
+3
2006-01-03
[ALSA] dynamic minors (4/6): dynamic minor number allocation
Clemens Ladisch
1
-19
/
+46
2006-01-03
[ALSA] dynamic minors (3/6): store device-specific object pointers dynamically
Clemens Ladisch
1
-6
/
+40
2006-01-03
[ALSA] dynamic minors (2/6): simplify storage of snd_minor structures
Clemens Ladisch
1
-44
/
+28
2006-01-03
[ALSA] dynamic minors (1/6): store device type in struct snd_minor
Clemens Ladisch
1
-7
/
+31
2006-01-03
[ALSA] Decentralize PM control
Takashi Iwai
1
-22
/
+0
2006-01-03
[ALSA] Remove xxx_t typedefs: Core component
Takashi Iwai
1
-16
/
+16
2005-11-10
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
Russell King
1
-4
/
+4
2005-11-04
[ALSA] clean up device types symbols
Clemens Ladisch
1
-2
/
+2
2005-11-04
[ALSA] Remove kmalloc wrappers
Takashi Iwai
1
-14
/
+0
2005-11-04
[ALSA] Remove vmalloc wrapper, kfree_nocheck()
Takashi Iwai
1
-4
/
+1
2005-11-04
[ALSA] Make snd_task_name() module local
Takashi Iwai
1
-1
/
+0
2005-10-28
[PATCH] Driver Core: fix up all callers of class_device_create()
Greg Kroah-Hartman
1
-1
/
+1
2005-09-12
[ALSA] Introduce snd_card_set_generic_dev()
Takashi Iwai
1
-1
/
+14
2005-08-24
[PATCH] Kconfig fix (ISA_DMA_API and sound/*)
Al Viro
1
-1
/
+1
2005-06-23
[PATCH] create a kstrdup library function
Paulo Marques
1
-1
/
+1
2005-06-21
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Jaroslav Kysela
1
-3
/
+3
2005-06-21
[PATCH] class: convert sound/* to use the new class api instead of class_simple
gregkh@suse.de
1
-3
/
+3
2005-05-29
[ALSA] sound/core/: possible cleanups
Adrian Bunk
1
-1
/
+0
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+491