| Commit message (Expand) | Author | Age | Files | Lines |
* | sound/pcmcia: use module_pcmcia_driver() in pcmcia drivers | H Hartley Sweeten | 2013-03-15 | 2 | -27/+2 |
* | ALSA: pdaudiocf: Remove superfluous pm_message_t argument from suspend | Takashi Iwai | 2012-07-03 | 3 | -3/+3 |
* | ALSA: Convert to new pm_ops for PCI drivers | Takashi Iwai | 2012-07-03 | 1 | -1/+1 |
* | ALSA: module_param: make bool parameters really bool | Rusty Russell | 2011-12-19 | 2 | -2/+2 |
* | sound: fix drivers needing module.h not moduleparam.h | Paul Gortmaker | 2011-10-31 | 2 | -2/+2 |
* | ALSA: pcmcia - Use pcmcia_request_irq() | Takashi Iwai | 2011-07-08 | 2 | -2/+2 |
* | pcmcia: Make struct pcmcia_device_id const, sound drivers edition | Joe Perches | 2011-05-11 | 2 | -2/+2 |
* | ALSA: use linux/io.h to fix compile warnings | Takashi Iwai | 2011-02-02 | 2 | -2/+2 |
* | pcmcia: move driver name to struct pcmcia_driver | Dominik Brodowski | 2010-09-29 | 2 | -6/+2 |
* | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device | Dominik Brodowski | 2010-09-29 | 4 | -7/+6 |
* | pcmcia: move config_{base,index,regs} to struct pcmcia_device | Dominik Brodowski | 2010-09-29 | 2 | -5/+5 |
* | pcmcia: simplify IntType | Dominik Brodowski | 2010-09-29 | 2 | -2/+0 |
* | pcmcia: do not use io_req_t when calling pcmcia_request_io() | Dominik Brodowski | 2010-08-03 | 2 | -6/+6 |
* | pcmcia: do not use io_req_t after call to pcmcia_request_io() | Dominik Brodowski | 2010-08-03 | 2 | -2/+4 |
* | pcmcia: remove cs_types.h | Dominik Brodowski | 2010-07-30 | 2 | -2/+0 |
* | pcmcia: dev_node removal (write-only drivers) | Dominik Brodowski | 2010-05-10 | 4 | -5/+0 |
* | pcmcia: re-work pcmcia_request_irq() | Dominik Brodowski | 2010-05-10 | 2 | -13/+4 |
* | pcmcia: pass FORCED_PULSE parameter in pcmcia_request_configuration() | Dominik Brodowski | 2010-05-10 | 1 | -3/+3 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 3 | -1/+2 |
* | ALSA: pcm - Call pgprot_noncached() for vmalloc'ed buffers | Takashi Iwai | 2010-01-18 | 1 | -0/+1 |
* | sound: pdaudiocf: use vmalloc buffer helper functions | Clemens Ladisch | 2009-12-18 | 1 | -47/+4 |
* | sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer | Clemens Ladisch | 2009-12-18 | 1 | -1/+1 |
* | pcmcia: remove unused IRQ_FIRST_SHARED | Dominik Brodowski | 2009-12-07 | 1 | -1/+2 |
* | pcmcia: rework the irq_req_t typedef | Dominik Brodowski | 2009-11-28 | 2 | -6/+2 |
* | pcmcia: remove deprecated handle_to_dev() macro | Dominik Brodowski | 2009-11-28 | 2 | -2/+2 |
* | pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (sound) | Dominik Brodowski | 2009-11-09 | 2 | -18/+24 |
* | ALSA: Add missing SNDRV_PCM_INFO_BATCH flag to some drivers | Takashi Iwai | 2009-04-28 | 1 | -1/+2 |
* | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 2009-03-24 | 2 | -10/+17 |
|\ |
|
| * | ALSA: Add missing KERN_* prefix to printk in other sound/* | Takashi Iwai | 2009-02-05 | 2 | -10/+17 |
* | | ALSA: Return proper error code at probe in sound/pcmcia/* | Takashi Iwai | 2009-01-12 | 2 | -13/+18 |
* | | ALSA: pdaudiocf - Fix missing free in the error path | Takashi Iwai | 2009-01-12 | 1 | -1/+3 |
* | | ALSA: Convert to snd_card_create() in other sound/* | Takashi Iwai | 2009-01-12 | 2 | -8/+8 |
|/ |
|
* | ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule() | Takashi Iwai | 2008-12-18 | 1 | -1/+1 |
* | ALSA: Kill snd_assert() in other places | Takashi Iwai | 2008-08-13 | 1 | -1/+2 |
* | ALSA: Fix a const to non-const assignment in the Digigram VXpocket sound driver | David Howells | 2008-07-10 | 1 | -1/+1 |
* | sound: Convert to menuconfig | Takashi Iwai | 2008-05-27 | 1 | -5/+10 |
* | [ALSA] Remove sound/driver.h | Takashi Iwai | 2008-01-31 | 7 | -7/+0 |
* | [ALSA] Add missing device link | Takashi Iwai | 2008-01-31 | 1 | -0/+2 |
* | [ALSA] vxpocket - Check value range in ctl callbacks | Takashi Iwai | 2008-01-31 | 1 | -3/+8 |
* | [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz | Jaroslav Kysela | 2007-10-16 | 8 | -9/+9 |
* | [ALSA] Clean up with common snd_ctl_boolean_*_info callbacks | Takashi Iwai | 2007-10-16 | 1 | -8/+1 |
* | [ALSA] sound/pcmcia/vx/vxpocket.c: fix an if() condition | Adrian Bunk | 2007-05-11 | 1 | -1/+1 |
* | [ALSA] Add even more 'const' to everything related to TLV | Takashi Iwai | 2007-02-09 | 2 | -2/+2 |
* | [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation | Dominik Brodowski | 2006-12-04 | 2 | -46/+1 |
* | [PATCH] pcmcia: IDs for Elan serial PCMCIA devcies | Tony Olech | 2006-12-04 | 1 | -1/+2 |
* | [PATCH] missing include in pdaudiocf_irq | Al Viro | 2006-10-08 | 1 | -0/+1 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 2 | -3/+3 |
* | [ALSA] Add missing dB scale information to vxpocket driver | Takashi Iwai | 2006-09-23 | 1 | -0/+6 |
* | [ALSA] Add dB scale information to vxpocket and vx222 drivers | Takashi Iwai | 2006-09-23 | 1 | -0/+5 |
* | [ALSA] Deprecate snd_card_free_in_thread() | Takashi Iwai | 2006-09-23 | 2 | -3/+3 |