aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pcmcia/pdaudiocf (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-07ALSA: pcmcia/pdaudiocf: fix kernel-docPierre-Louis Bossart1-0/+1
2020-01-05ALSA: pdaudiocf: More constificationTakashi Iwai1-1/+1
2020-01-03ALSA: pcmcia: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-12-11ALSA: pdaudiocf: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: pcmcia: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-12-11ALSA: pdaudiocf: Use managed buffer allocationTakashi Iwai1-22/+3
2019-11-06ALSA: pdaudiocf: Convert to the common vmalloc memallocTakashi Iwai1-4/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner5-70/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-06ALSA: pcmcia: Clean up with new procfs helpersTakashi Iwai1-4/+1
2019-01-15ALSA: pcmcia: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-1/+0
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai1-1/+0
2017-08-19ALSA: pcmcia: constify snd_pcm_ops structuresArvind Yadav1-1/+1
2017-08-17ALSA: pcmcia: make snd_pcm_hardware constBhumika Goyal1-1/+1
2014-09-15ALSA: pdaudiocf: Use nonatomic PCM opsTakashi Iwai5-25/+29
2014-02-14ALSA: pcmcia: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2013-03-15sound/pcmcia: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten1-14/+1
2012-07-03ALSA: pdaudiocf: Remove superfluous pm_message_t argument from suspendTakashi Iwai3-3/+3
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-07-08ALSA: pcmcia - Use pcmcia_request_irq()Takashi Iwai1-1/+1
2011-05-11pcmcia: Make struct pcmcia_device_id const, sound drivers editionJoe Perches1-1/+1
2011-02-02ALSA: use linux/io.h to fix compile warningsTakashi Iwai1-1/+1
2010-09-29pcmcia: move driver name to struct pcmcia_driverDominik Brodowski1-3/+1
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski2-3/+3
2010-09-29pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski1-3/+3
2010-09-29pcmcia: simplify IntTypeDominik Brodowski1-1/+0
2010-08-03pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski1-3/+3
2010-08-03pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski1-1/+2
2010-07-30pcmcia: remove cs_types.hDominik Brodowski1-1/+0
2010-05-10pcmcia: dev_node removal (write-only drivers)Dominik Brodowski2-2/+0
2010-05-10pcmcia: re-work pcmcia_request_irq()Dominik Brodowski1-7/+2
2010-05-10pcmcia: pass FORCED_PULSE parameter in pcmcia_request_configuration()Dominik Brodowski1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-1/+1
2010-01-18ALSA: pcm - Call pgprot_noncached() for vmalloc'ed buffersTakashi Iwai1-0/+1
2009-12-18sound: pdaudiocf: use vmalloc buffer helper functionsClemens Ladisch1-47/+4
2009-12-18sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM bufferClemens Ladisch1-1/+1
2009-12-07pcmcia: remove unused IRQ_FIRST_SHAREDDominik Brodowski1-1/+2
2009-11-28pcmcia: rework the irq_req_t typedefDominik Brodowski1-3/+1
2009-11-28pcmcia: remove deprecated handle_to_dev() macroDominik Brodowski1-1/+1
2009-11-09pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (sound)Dominik Brodowski1-9/+12
2009-04-28ALSA: Add missing SNDRV_PCM_INFO_BATCH flag to some driversTakashi Iwai1-1/+2
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai2-10/+17
2009-02-05ALSA: Add missing KERN_* prefix to printk in other sound/*Takashi Iwai2-10/+17
2009-01-12ALSA: Return proper error code at probe in sound/pcmcia/*Takashi Iwai1-3/+4
2009-01-12ALSA: pdaudiocf - Fix missing free in the error pathTakashi Iwai1-1/+3
2009-01-12ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai1-4/+4
2008-12-18ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()Takashi Iwai1-1/+1