summaryrefslogtreecommitdiffstats
path: root/sound/pci/cs5535audio
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-303-44/+3Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-1/+0Star
* ALSA: cs5535audio: remove redundant pointer 'dma'Colin Ian King2018-08-011-6/+1Star
* ALSA: cs5535audio: Fix invalid endian conversionTakashi Iwai2018-07-262-5/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ALSA: cs5535audio: make snd_pcm_hardware constBhumika Goyal2017-08-121-2/+2
* ALSA: cs5535audio: fix unused warnings on resume/suspendJérémy Lefaure2016-12-281-2/+2
* ALSA: cs5535audio: constify snd_pcm_ops structuresJulia Lawall2016-09-021-2/+2
* ALSA: cs5535audio: constify cs5535audio_dma_ops structuresJulia Lawall2015-12-301-2/+2
* ALSA: remove deprecated use of pci apiQuentin Lambert2015-04-161-2/+2
* ALSA: Use const struct ac97_quirkJoe Perches2015-04-051-1/+1
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-281-1/+1
* ALSA: cs5535audio: Simplify PM callbacksTakashi Iwai2015-01-091-18/+0Star
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ALSA: cs5535audio: Use standard printk helpersTakashi Iwai2014-02-264-21/+25
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-3/+2Star
* ALSA: cs5535audio: use named constants for pci_power_t valuesJulia Lawall2014-01-051-1/+1
* ALSA: Use strlcpy() instead of strncpy()Takashi Iwai2013-10-291-2/+2
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-1/+0Star
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-074-20/+20
* ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai2012-08-142-2/+2
* ALSA: Convert to new pm_ops for PCI driversTakashi Iwai2012-07-033-11/+12
* ALSA: pci: clean up using module_pci_driver()Takashi Iwai2012-04-241-13/+2Star
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-1/+1
* ALSA: cs5535 - Fix an endianness conversionDan Carpenter2011-11-211-1/+1
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-11-011-1/+1
* Merge branch 'topic/misc' into for-linusTakashi Iwai2011-07-221-2/+2
|\
| * ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai2011-06-101-1/+1
| * ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai2011-06-101-1/+1
* | ALSA: cs5535 - Fix invalid big-endian conversionsTakashi Iwai2011-06-301-2/+2
|/
* PCI: make pci_restore_state return voidJon Mason2010-12-231-6/+1Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-2/+0Star
* sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan2010-02-091-1/+1
* ALSA: cs5535audio: free OLPC quirks from reliance on MGEODE_LX cpu optimizationAndres Salomon2009-12-154-10/+23
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* Merge branch 'topic/misc' into for-linusTakashi Iwai2009-03-241-1/+1
|\
| * ALSA: Fix missing KERN_* prefix to printk in sound/pciTakashi Iwai2009-02-051-1/+1
* | ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai2009-01-121-3/+3
|/
* ALSA: cs5535 - Make OLPC-stuff depending on MGEODE_LXTakashi Iwai2008-12-102-1/+3
* ALSA: cs5535audio: ensure MIC Bias/Analog Input bail if not on an OLPC machineAndres Salomon2008-12-101-0/+6
* ALSA: cs5535audio: clean up OLPC codeAndres Salomon2008-12-103-8/+13
* ALSA: cs5535audio: turn off mic bias on OLPCs by defaultAndres Salomon2008-12-101-0/+2
* ALSA: cs5535audio: for OLPC, default to Analog Input being offAndres Salomon2008-12-101-0/+4
* ALSA: cs5535audio: rename V_REFOUT control to MIC BiasAndres Salomon2008-12-103-19/+87
* ALSA: cs5535audio: enable OLPC's V_REFOUT bias when recordingChris Ball2008-12-101-0/+16
* ALSA: cs5535audio: check OLPC's Analog Input status vis GPIOAndres Salomon2008-12-101-7/+2Star
* ALSA: cs5535audio: rename OLPC's analog input control && drop AD1888's HPFAndres Salomon2008-12-101-15/+21
* ALSA: cs5535audio: create function for setting OLPC's Analog Input modeAndres Salomon2008-12-102-30/+26Star