- a033954 ALSA: vx: Manage vx_core object with devres by Takashi Iwai · 3 years, 6 months ago
- 2073fa4 ALSA: pcmcia: Fix assignment in if condition by Takashi Iwai · 3 years, 7 months ago
- 6417f03 module: remove never implemented MODULE_SUPPORTED_DEVICE by Leon Romanovsky · 3 years, 10 months ago
- c0dbbda ALSA: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
- 369a033 ALSA: pcmcia/pdaudiocf: fix kernel-doc by Pierre-Louis Bossart · 4 years, 6 months ago
- 6ab9eab ALSA: pdaudiocf: More constification by Takashi Iwai · 5 years ago
- c094824 ALSA: vx: More constifications by Takashi Iwai · 5 years ago
- f8ae2d2 ALSA: vx: Constify snd_vx_hardware and snd_vx_ops definitions by Takashi Iwai · 5 years ago
- 0326564 ALSA: pcmcia: Constify snd_device_ops definitions by Takashi Iwai · 5 years ago
- 0ca4cef ALSA: vxpocket: Support PCM sync_stop by Takashi Iwai · 5 years ago
- 2f44742 ALSA: pdaudiocf: Support PCM sync_stop by Takashi Iwai · 5 years ago
- 1a0fa90 ALSA: pcmcia: Drop superfluous ioctl PCM ops by Takashi Iwai · 5 years ago
- 6dfa8fd ALSA: pdaudiocf: Use managed buffer allocation by Takashi Iwai · 5 years ago
- d5dec27 ALSA: pdaudiocf: Convert to the common vmalloc memalloc by Takashi Iwai · 5 years ago
- 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 50a7a8e ALSA: pcmcia: Clean up with new procfs helpers by Takashi Iwai · 6 years ago
- 9833f1d ALSA: pcmcia: Remove superfluous snd_pcm_suspend*() calls by Takashi Iwai · 6 years ago
- 16c796e Merge branch 'for-linus' into topic/virmidi by Takashi Iwai · 6 years ago
- 3acd3e3 ALSA: vxpocket: Fix invalid endian conversions by Takashi Iwai · 6 years ago
- fa84cf0 ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc() by Takashi Iwai · 6 years ago
- e0c24d8 ALSA: pcmcia: constify snd_pcm_ops structures by Arvind Yadav · 7 years ago
- d9b1b34 ALSA: pcmcia: make snd_pcm_hardware const by Bhumika Goyal · 7 years ago
- 905e46a ALSA: declare snd_kcontrol_new structures as const by Bhumika Goyal · 8 years ago
- 2e0de6e ALSA: vxpocket: Use container_of() by Takashi Iwai · 8 years ago
- 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
- 874e1f6 ALSA: vx: Fix possible transfer overflow by Takashi Iwai · 8 years ago
- 2a9e8df ALSA: vx: Fix missing kerneldoc parameter descriptions by Takashi Iwai · 10 years ago
- 3b73cfe5 ALSA: pdaudiocf: Use nonatomic PCM ops by Takashi Iwai · 10 years ago
- db0a521 ALSA: vx: Use nonatomic PCM ops by Takashi Iwai · 10 years ago
- 5815f555 ALSA: pcmcia: Convert to snd_card_new() with a device pointer by Takashi Iwai · 11 years ago
- b85c4a1 sound/pcmcia: use module_pcmcia_driver() in pcmcia drivers by H Hartley Sweeten · 12 years ago
- 2cb1331 ALSA: pdaudiocf: Remove superfluous pm_message_t argument from suspend by Takashi Iwai · 12 years ago
- 68cb2b5 ALSA: Convert to new pm_ops for PCI drivers by Takashi Iwai · 12 years ago
- a67ff6a ALSA: module_param: make bool parameters really bool by Rusty Russell · 13 years ago
- 65a7721 sound: fix drivers needing module.h not moduleparam.h by Paul Gortmaker · 13 years ago
- 08ef794 ALSA: pcmcia - Use pcmcia_request_irq() by Takashi Iwai · 14 years ago
- 4ef7e71 pcmcia: Make struct pcmcia_device_id const, sound drivers edition by Joe Perches · 14 years ago
- ddfb319 ALSA: use linux/io.h to fix compile warnings by Takashi Iwai · 14 years ago
- 2e9b981 pcmcia: move driver name to struct pcmcia_driver by Dominik Brodowski · 14 years ago
- 1ac71e5 pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device by Dominik Brodowski · 14 years ago
- 7feabb6 pcmcia: move config_{base,index,regs} to struct pcmcia_device by Dominik Brodowski · 14 years ago
- 37979e1 pcmcia: simplify IntType by Dominik Brodowski · 14 years ago
- 90abdc3 pcmcia: do not use io_req_t when calling pcmcia_request_io() by Dominik Brodowski · 14 years ago
- 9a017a9 pcmcia: do not use io_req_t after call to pcmcia_request_io() by Dominik Brodowski · 14 years ago
- ac8b422 pcmcia: remove cs_types.h by Dominik Brodowski · 14 years ago
- 317b6d6 pcmcia: dev_node removal (write-only drivers) by Dominik Brodowski · 15 years ago
- eb14120 pcmcia: re-work pcmcia_request_irq() by Dominik Brodowski · 15 years ago
- a7debe7 pcmcia: pass FORCED_PULSE parameter in pcmcia_request_configuration() by Dominik Brodowski · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- c32d977 ALSA: pcm - Call pgprot_noncached() for vmalloc'ed buffers by Takashi Iwai · 15 years ago
- d20fb5d sound: pdaudiocf: use vmalloc buffer helper functions by Clemens Ladisch · 15 years ago
- 3e85fd6 sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer by Clemens Ladisch · 15 years ago
- e15c1c1 pcmcia: remove unused IRQ_FIRST_SHARED by Dominik Brodowski · 15 years ago
- 5fa9167 pcmcia: rework the irq_req_t typedef by Dominik Brodowski · 15 years ago
- dd2e5a1 pcmcia: remove deprecated handle_to_dev() macro by Dominik Brodowski · 15 years ago
- 7c5af6f pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (sound) by Dominik Brodowski · 15 years ago
- 2008f13 ALSA: Add missing SNDRV_PCM_INFO_BATCH flag to some drivers by Takashi Iwai · 16 years ago
- e0d2054 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 16 years ago
- 2ebfb8e ALSA: Add missing KERN_* prefix to printk in other sound/* by Takashi Iwai · 16 years ago
- 2fa5110 ALSA: Return proper error code at probe in sound/pcmcia/* by Takashi Iwai · 16 years ago
- aa3d75d ALSA: pdaudiocf - Fix missing free in the error path by Takashi Iwai · 16 years ago
- bd7dd77 ALSA: Convert to snd_card_create() in other sound/* by Takashi Iwai · 16 years ago
- 1f04128 ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule() by Takashi Iwai · 16 years ago
- 5e246b8 ALSA: Kill snd_assert() in other places by Takashi Iwai · 16 years ago
- 7fc077f ALSA: Fix a const to non-const assignment in the Digigram VXpocket sound driver by David Howells · 16 years ago
- 89fe511 sound: Convert to menuconfig by Takashi Iwai · 17 years ago
- 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 17 years ago
- f78dfac [ALSA] Add missing device link by Takashi Iwai · 17 years ago
- d05ab18 [ALSA] vxpocket - Check value range in ctl callbacks 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
- a5ce889 [ALSA] Clean up with common snd_ctl_boolean_*_info callbacks by Takashi Iwai · 17 years ago
- 27fe0f4 [ALSA] sound/pcmcia/vx/vxpocket.c: fix an if() condition by Adrian Bunk · 18 years ago
- 0cb29ea [ALSA] Add even more 'const' to everything related to TLV by Takashi Iwai · 18 years ago
- af2b3b5 [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation by Dominik Brodowski · 18 years ago
- 44e5e33 [PATCH] pcmcia: IDs for Elan serial PCMCIA devcies by Tony Olech · 18 years ago
- 9743288 [PATCH] missing include in pdaudiocf_irq by Al Viro · 18 years ago
- 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
- d0ae484 [ALSA] Add missing dB scale information to vxpocket driver by Takashi Iwai · 18 years ago
- 1186ed8 [ALSA] Add dB scale information to vxpocket and vx222 drivers by Takashi Iwai · 18 years ago
- 2b29b13 [ALSA] Deprecate snd_card_free_in_thread() by Takashi Iwai · 19 years ago
- cb6dd26 [ALSA] Memory leak in sound/pcmcia/pdaudiocf/pdaudiocf.c by Eric Sesterhenn · 19 years ago
- 3f3488b [ALSA] sound/vxpocket: fix printk warning by Randy Dunlap · 19 years ago
- bf85020 [ALSA] Remove unneeded read/write_size fields in proc text ops by Takashi Iwai · 19 years ago
- 79ca4f3 [ALSA] vxpocket - Fix a typo by Takashi Iwai · 19 years ago
- c93dd44 [ALSA] PCMCIA sound devices shouldn't depend on ISA by Erik Mouw · 19 years ago
- 9940ec3 [PATCH] pcmcia: convert DEV_OK to pcmcia_dev_present by Dominik Brodowski · 19 years ago
- e2d4096 [PATCH] pcmcia: use bitfield instead of p_state and state by Dominik Brodowski · 19 years ago
- 15b99ac [PATCH] pcmcia: add return value to _config() functions by Dominik Brodowski · 19 years ago
- fba395e [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection by Dominik Brodowski · 19 years ago
- fd23823 [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device by Dominik Brodowski · 19 years ago
- 70294b4 [PATCH] pcmcia: remove unneeded Vcc pseudo setting by Dominik Brodowski · 19 years ago
- 8661bb5 [PATCH] pcmcia: default suspend and resume handling by Dominik Brodowski · 19 years ago
- 50db3fd [PATCH] pcmcia: convert remaining users of pcmcia_release_io and _irq by Dominik Brodowski · 19 years ago
- 5f2a71f [PATCH] pcmcia: add pcmcia_disable_device by Dominik Brodowski · 19 years ago
- 2a578f3 [ALSA] Don't NULL check vfree argument in pdaudiocf_pcm.c by Jesper Juhl · 19 years ago
- 12aa757 [ALSA] semaphore -> mutex (Archs, misc buses) by Ingo Molnar · 19 years ago
- 93b1fae spelling: s/trough/through/ by Adrian Bunk · 19 years ago
- efe3cd1 [PATCH] pcmcia: fix sound drivers by Dominik Brodowski · 19 years ago
- e4f163d [ALSA] pdaudiocf - Fix PM support by Takashi Iwai · 19 years ago