Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ff7c60c580d9722f820d85c9c58ca55ecc1ee7c4
/
sound
/
core
/
init.c
a0830db
ALSA: Add a reference counter to card instance
by Takashi Iwai
· 12 years ago
250f671
Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
51990e8
device.h: cleanup users outside of linux/include (C files)
by Paul Gortmaker
· 13 years ago
e7df2a3
ALSA: core - Refactor card id string creation code
by Takashi Iwai
· 13 years ago
da155d5
sound: Add module.h to the previously silent sound users
by Paul Gortmaker
· 13 years ago
78fa2c4
ALSA: core: remove unused variables.
by Luca Tettamanti
· 13 years ago
d8e4f9a
ALSA: core - Don't use "default' for default
by Takashi Iwai
· 14 years ago
a45e3d6
ALSA: Fix yet another race in disconnection
by Takashi Iwai
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
33081ad
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 14 years ago
39aba96
driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices
by Kay Sievers
· 14 years ago
4437ecd
ALSA: core: Allow card id change to the same string
by Peter Ujfalusi
· 14 years ago
82a783f
ALSA: Remove struct snd_monitor_file from public sound/core.h
by Takashi Iwai
· 15 years ago
5fdc18d
ALSA: Core - clean up snd_card_set_id* calls and remove possible id collision
by Jaroslav Kysela
· 15 years ago
872c782
ALSA: Fix double locking of card list in snd_card_register()
by Mark Brown
· 15 years ago
10a8ebb
ALSA: Core - add snd_card_set_id() function
by Jaroslav Kysela
· 15 years ago
65b3864
Merge branch 'topic/ctl-list-cleanup' into for-linus
by Takashi Iwai
· 16 years ago
118dd6b
ALSA: Clean up snd_monitor_file management
by Takashi Iwai
· 16 years ago
53fb1e6
ALSA: Introduce snd_card_create()
by Takashi Iwai
· 16 years ago
2af7529
sound: Fix warnings relating to ignored return value in snd_card_register
by Hannes Eder
· 16 years ago
c2eb9c4
ALSA: when card identification is changed, change also /proc/asound symlink
by Jaroslav Kysela
· 16 years ago
9fb6198
ALSA: add /sys/class/sound/card#/id (r/w) and card#/number (r/o) files
by Jaroslav Kysela
· 16 years ago
233e70f
saner FASYNC handling on file close
by Al Viro
· 16 years ago
abe9ab8
device create: sound: convert device_create_drvdata to device_create
by Greg Kroah-Hartman
· 16 years ago
7eaa943
ALSA: Kill snd_assert() in sound/core/*
by Takashi Iwai
· 16 years ago
8940921
device create: sound: convert device_create to device_create_drvdata
by Greg Kroah-Hartman
· 16 years ago
a93bbaa
[ALSA] Improve the slots option handling
by Takashi Iwai
· 16 years ago
f18638d
[ALSA] Clean up snd_card_free*()
by Takashi Iwai
· 17 years ago
73d38b1
[ALSA] Fix the race of card instance unregistration
by Takashi Iwai
· 17 years ago
9bf8e7d
[ALSA] sound: replace remaining __FUNCTION__ occurences
by Harvey Harrison
· 17 years ago
bc9abce
[ALSA] fix compilation warning in GCC
by Miguel Boton
· 17 years ago
9004acc
[ALSA] Remove sound/driver.h
by Takashi Iwai
· 17 years ago
304cd07
[ALSA] Introduce slots option to snd module
by Takashi Iwai
· 17 years ago
c1017a4
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
by Jaroslav Kysela
· 17 years ago
6473d16
PCI: Cleanup the includes of <linux/pci.h>
by Jean Delvare
· 18 years ago
9c2e08c
[PATCH] mark struct file_operations const 9
by Arjan van de Ven
· 18 years ago
5c33dd7
[ALSA] cleanup and error reporting for sound/core/init.c
by Oliver Neukum
· 18 years ago
7d2aae1
[PATCH] ALSA: Fix sysfs breakage
by Takashi Iwai
· 18 years ago
d80f19f
Driver core: convert sound core to use struct device
by Greg Kroah-Hartman
· 18 years ago
a9edfc6
[ALSA] Handle file operations during snd_card disconnects using static file->f_op
by Karsten Wiese
· 18 years ago
2b29b13
[ALSA] Deprecate snd_card_free_in_thread()
by Takashi Iwai
· 18 years ago
c461482
[ALSA] Unregister device files at disconnection
by Takashi Iwai
· 18 years ago
746d4a0
[ALSA] Fix disconnection of proc interface
by Takashi Iwai
· 18 years ago
6581f4e
[ALSA] Remove zero-initialization of static variables
by Takashi Iwai
· 18 years ago
746df94
[ALSA] Fix rwlock around snd_iprintf() in sound core
by Takashi Iwai
· 18 years ago
bf85020
[ALSA] Remove unneeded read/write_size fields in proc text ops
by Takashi Iwai
· 19 years ago
c0d3fb3
[ALSA] Clean up EXPORT_SYMBOL()s in snd module
by Takashi Iwai
· 19 years ago
cbac4b0
[ALSA] Cleanup unused argument for snd_power_wait()
by Takashi Iwai
· 19 years ago
99ac48f
[PATCH] mark f_ops const in the inode
by Arjan van de Ven
· 19 years ago
b3b0abe
[ALSA] return ENODEV for disconnected devices
by Clemens Ladisch
· 19 years ago
1a60d4c
[ALSA] semaphore -> mutex (core part)
by Ingo Molnar
· 19 years ago
e28563c
[ALSA] Optimize for config without PROC_FS
by Takashi Iwai
· 19 years ago
d001544
[ALSA] dynamic minors (6/6): increase maximum number of sound cards
by Clemens Ladisch
· 19 years ago
a381a7a
[ALSA] Decentralize PM control
by Takashi Iwai
· 19 years ago
512bbd6
[ALSA] Remove xxx_t typedefs: Core component
by Takashi Iwai
· 19 years ago
3ae5eae
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
by Russell King
· 19 years ago
aa92c4a
[ALSA] Fix a typo in the last fix
by Takashi Iwai
· 19 years ago
7c22f1a
[ALSA] Remove snd_runtime_check() macro
by Takashi Iwai
· 19 years ago
d052d1b
Create platform_device.h to contain all the platform device details.
by Russell King
· 19 years ago
9480e30
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
by Russell King
· 19 years ago
d5c5d8f
[PATCH] ALSA: Fix Oops of suspend/resume with generic drivers
by Takashi Iwai
· 19 years ago
ca2c096
[ALSA] Replace with kzalloc() - core stuff
by Takashi Iwai
· 19 years ago
ecbcfe3
[ALSA] Introduce snd_card_set_generic_dev()
by Takashi Iwai
· 19 years ago
e2d5356
[PATCH] fix pm_message_t vs. u32 in alsa
by Pavel Machek
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago