Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
8ce964b520ad0ad626cb1ee93a444aedceed5425
/
include
/
sound
/
core.h
c2b9495
ALSA: core: Add device-managed request_dma()
by Takashi Iwai
· 3 years, 6 months ago
e8ad415
ALSA: core: Add managed card creation
by Takashi Iwai
· 3 years, 6 months ago
b6cc78d
ALSA: Drop superfluous argument from snd_power_wait()
by Takashi Iwai
· 3 years, 8 months ago
e94fdbd
ALSA: control: Track in-flight control read/write/tlv accesses
by Takashi Iwai
· 3 years, 8 months ago
533a7ed
ALSA: core: Use READ_ONCE() / WRITE_ONCE() for power state change
by Takashi Iwai
· 3 years, 8 months ago
66c6d1e
ALSA: control: Add memory consumption limit to user controls
by Takashi Sakamoto
· 3 years, 9 months ago
2d670ea
ALSA: jack: implement software jack injection via debugfs
by Hui Wang
· 4 years ago
f7b6603
ALSA: fix kernel-doc markups
by Mauro Carvalho Chehab
· 4 years, 3 months ago
c208a53
ALSA: core: Add snd_device_get_state() helper
by Takashi Iwai
· 4 years, 10 months ago
d4cfb30
ALSA: pcm: Set per-card upper limit of PCM buffer allocations
by Takashi Iwai
· 5 years ago
8b57582
ALSA: core: Treat snd_device_ops as const
by Takashi Iwai
· 5 years ago
fabb26d
ALSA: pcm: Add card sync_irq field
by Takashi Iwai
· 5 years ago
1a59d1b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
by Thomas Gleixner
· 6 years ago
f4fa968
ALSA: core: Don't refer to snd_cards array directly
by Takashi Iwai
· 6 years ago
29b2625
ALSA: info: Move card id proc creation into info.c
by Takashi Iwai
· 6 years ago
dc82e524
ALSA: core: Assure control device to be registered at last
by Takashi Iwai
· 7 years ago
c44027c
ALSA: add snd_card_disconnect_sync()
by Takashi Iwai
· 7 years ago
7d8e829
ALSA: Get rid of card power_lock
by Takashi Iwai
· 7 years ago
30d8340
ALSA: control: obsolete user_ctl_lock
by Takashi Sakamoto
· 7 years ago
6d2412b
ALSA: Use IS_ENABLED() in common headers
by Takashi Iwai
· 8 years ago
43e575f
ALSA: core: Fix kernel-doc warnings
by Takashi Iwai
· 8 years ago
de65360
ALSA: hda_intel: add card number to irq description
by Heiner Kallweit
· 9 years ago
b046d24
ALSA: core: Remove superfluous exit calls for proc entries
by Takashi Iwai
· 10 years ago
e086e30
ALSA: core: Re-add snd_device_disconnect()
by Takashi Iwai
· 10 years ago
6bbc7fe
ALSA: Add a helper to add a new attribute group to card
by Takashi Iwai
· 10 years ago
830953c
ALSA: Drop snd_get_device() helper
by Takashi Iwai
· 10 years ago
40a4b26
ALSA: Simplify snd_device_register() variants
by Takashi Iwai
· 10 years ago
0fcd9f4
ALSA: control: Embed struct device
by Takashi Iwai
· 10 years ago
4b440be
ALSA: Add a helper to initialize device
by Takashi Iwai
· 10 years ago
92b7952
ALSA: Allow to pass the device object to snd_register_device*()
by Takashi Iwai
· 10 years ago
07f4d9d
ALSA: control: Protect user controls against concurrent access
by Lars-Peter Clausen
· 11 years ago
038b845
ALSA: Remove deprecated snd_card_create()
by Takashi Iwai
· 11 years ago
f0a220d
ALSA: core - Define snd_pci_quirk without CONFIG_PCI
by Dylan Reid
· 11 years ago
72620d6
ALSA: Clean up snd_device_*() codes
by Takashi Iwai
· 11 years ago
289ca02
ALSA: Use priority list for managing device list
by Takashi Iwai
· 11 years ago
caa751b
ALSA: Create sysfs attribute files via groups
by Takashi Iwai
· 11 years ago
9ce5054
ALSA: Drop __bitwise and typedefs for snd_device attributes
by Takashi Iwai
· 11 years ago
f246406
ALSA: Use standard device refcount for card accounting
by Takashi Iwai
· 11 years ago
8bfb181
ALSA: Embed card device into struct snd_card
by Takashi Iwai
· 11 years ago
393aa9c
ALSA: Mandate to pass a device pointer at card creation time
by Takashi Iwai
· 11 years ago
80d7d77
ALSA: Drop unused name argument in snd_register_oss_device()
by Takashi Iwai
· 11 years ago
bcbb155
ALSA: pcm: Add snd_printd_ratelimit()
by Tim Gardner
· 11 years ago
7bb2491
ALSA: Add kconfig to specify the max card numbers
by Takashi Iwai
· 12 years ago
eb7c06e
ALSA: add/change some comments describing function return values
by Yacine Belkadi
· 12 years ago
d570216
ALSA: Make snd_BUG_ON() always evaluate and return the conditional expression
by Christine Spang
· 12 years ago
86b2723
ALSA: Make snd_printd() and snd_printdd() inline
by Takashi Iwai
· 12 years ago
a0830db
ALSA: Add a reference counter to card instance
by Takashi Iwai
· 12 years ago
fae3d88
ALSA: hda - hide HDMI/ELD printks unless snd.debug=2
by Fengguang Wu
· 13 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
313162d
device.h: audit and cleanup users in main include dir
by Paul Gortmaker
· 13 years ago
8422fa1
ALSA: Add #ifdef CONFIG_PCI guard for snd_pci_quirk_* functions
by Axel Lin
· 13 years ago
3eafc95
ALSA: core: add support for compressed devices
by Omair Mohammed Abdullah
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
b9075fa
treewide: use __printf not __attribute__((format(printf,...)))
by Joe Perches
· 13 years ago
de47725
include: replace linux/module.h with "struct module" wherever possible
by Paul Gortmaker
· 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
363129e
ALSA: fix unused warnings with snd_power_get_state
by Mike Frysinger
· 14 years ago
d145827
ALSA: Add snd_pci_quirk_lookup_id()
by Takashi Iwai
· 15 years ago
9d416811
Merge branch 'topic/snd-printk' into for-linus
by Takashi Iwai
· 15 years ago
b8c60ed
ALSA: Remove unneeded ifdef from sound/core.h
by Takashi Iwai
· 15 years ago
82a783f
ALSA: Remove struct snd_monitor_file from public sound/core.h
by Takashi Iwai
· 15 years ago
cf0baf1
ALSA: Fixed a typo of printk()
by Takashi Iwai
· 15 years ago
36ce99c
ALSA: Add debug module option
by Takashi Iwai
· 15 years ago
d108728
Merge branch 'topic/cleanup' into for-linus
by Takashi Iwai
· 16 years ago
10a8ebb
ALSA: Core - add snd_card_set_id() function
by Jaroslav Kysela
· 16 years ago
cd474f2
ALSA: Remove deprecated snd_card_new()
by Takashi Iwai
· 16 years ago
65b3864
Merge branch 'topic/ctl-list-cleanup' into for-linus
by Takashi Iwai
· 16 years ago
bafdb72
Merge branch 'topic/quirk-cleanup' into for-linus
by Takashi Iwai
· 16 years ago
118dd6b
ALSA: Clean up snd_monitor_file management
by Takashi Iwai
· 16 years ago
8bd4bb7
ALSA: Add subdevice_mask field to quirk entries
by Takashi Iwai
· 16 years ago
53fb1e6
ALSA: Introduce snd_card_create()
by Takashi Iwai
· 16 years ago
e7dd8c1
Merge branch 'topic/misc' into topic/pcsp-fix
by Takashi Iwai
· 16 years ago
6b42566
Merge branches 'topic/fix/misc' and 'topic/fix/hda' into for-linus
by Takashi Iwai
· 16 years ago
f66fced
ALSA: Document debug macros
by Takashi Iwai
· 16 years ago
945eed0
ALSA: Evaluate condition in snd_BUG_ON() in non-debugging case
by Takashi Iwai
· 16 years ago
fcef783
alsa: fix snd_BUG_on() and friends
by Andrew Morton
· 16 years ago
56c5d90
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
ff33f23
ALSA: Increase components array size
by Takashi Iwai
· 16 years ago
759ee81
alsa: Remove special SBUS dma support code.
by David S. Miller
· 16 years ago
bdbecf5
ALSA: Clean up snd_BUG()
by Takashi Iwai
· 16 years ago
7cc6dff
ALSA: Kill snd_assert() definition
by Takashi Iwai
· 16 years ago
5ef0346
ALSA: Introduce snd_BUG_ON() macro
by Takashi Iwai
· 16 years ago
e76d8ce
ALSA: Add jack reporting API
by Mark Brown
· 16 years ago
62cf872
[ALSA] Replace CONFIG_SND_DEBUG_DETECT with CONFIG_SND_DEBUG_VERBOSE
by Takashi Iwai
· 17 years ago
ad5fada
[ALSA] sound/core.h: evil #ifdefs
by Pavel Machek
· 17 years ago
edab938
[ALSA] fix comments in sound/core.h
by Pavel Machek
· 17 years ago
9004acc
[ALSA] Remove sound/driver.h
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
c2902c8
[PATCH] Fix breakage with CONFIG_SYSFS_DEPRECATED
by Takashi Iwai
· 18 years ago
d9ea472
[ALSA] Add PCI quirk list helper function
by Takashi Iwai
· 18 years ago
59d6e14
[ALSA] Remove obsolete typedefs.h
by Takashi Iwai
· 18 years ago
12b131c
[ALSA] allow registering an alsa device with struct device pointer
by Johannes Berg
· 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
9d19f48
[ALSA] Add pcm_class attribute to PCM sysfs entry
by Takashi Iwai
· 18 years ago
2b29b13
[ALSA] Deprecate snd_card_free_in_thread()
by Takashi Iwai
· 19 years ago
c461482
[ALSA] Unregister device files at disconnection
by Takashi Iwai
· 19 years ago
562b590
[ALSA] remove unused snd_minor.name field
by Clemens Ladisch
· 19 years ago
Next »