summaryrefslogtreecommitdiffstats
path: root/sound/pci/cs5535audio
Commit message (Expand)AuthorAgeFilesLines
* ALSA: cs5535audio: Remove the redundant assignmentJiapeng Chong2022-11-071-3/+1
* ALSA: cs5535audio: fix typo in commentJulia Lawall2022-05-231-1/+1
* ALSA: cs5535audio: Fix the missing snd_card_free() call at probe errorTakashi Iwai2022-04-121-2/+8
* ALSA: cs5535audio: Allocate resources with device-managed APIsTakashi Iwai2021-07-192-78/+23
* ALSA: cs5535audio: Fix assignment in if conditionTakashi Iwai2021-06-092-14/+24
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* ALSA: pci: Simplify with dma_set_mask_and_coherent()Takashi Iwai2021-01-151-2/+1
* ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-2/+2
* ALSA: pci: Constify snd_kcontrol_new itemsTakashi Iwai2020-01-031-1/+1
* ALSA: pci: Constify snd_ac97_bus_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: cs5535audio: Support PCM sync_stopTakashi Iwai2019-12-111-1/+1
* ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-2/+0
* ALSA: cs5535: Use managed buffer allocationTakashi Iwai2019-12-111-8/+4
* ALSA: pci: Avoid non-standard macro usageTakashi Iwai2019-11-061-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-303-44/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-1/+0
* ALSA: cs5535audio: remove redundant pointer 'dma'Colin Ian King2018-08-011-6/+1
* 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/+0
* 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/+2
* 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/+0
* 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/+2
* 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-10-311-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/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-2/+0
* sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan2010-02-091-1/+1