aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/pci/cs5535audio (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-07ALSA: cs5535audio: Remove the redundant assignmentJiapeng Chong1-3/+1
2022-05-23ALSA: cs5535audio: fix typo in commentJulia Lawall1-1/+1
2022-04-12ALSA: cs5535audio: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-2/+8
2021-07-19ALSA: cs5535audio: Allocate resources with device-managed APIsTakashi Iwai2-78/+23
2021-06-09ALSA: cs5535audio: Fix assignment in if conditionTakashi Iwai2-14/+24
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-01-15ALSA: pci: Simplify with dma_set_mask_and_coherent()Takashi Iwai1-2/+1
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-2/+2
2020-01-03ALSA: pci: Constify snd_kcontrol_new itemsTakashi Iwai1-1/+1
2020-01-03ALSA: pci: Constify snd_ac97_bus_ops definitionsTakashi Iwai1-1/+1
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-12-11ALSA: cs5535audio: Support PCM sync_stopTakashi Iwai1-1/+1
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: cs5535: Use managed buffer allocationTakashi Iwai1-8/+4
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner3-44/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-1/+0
2018-08-01ALSA: cs5535audio: remove redundant pointer 'dma'Colin Ian King1-6/+1
2018-07-26ALSA: cs5535audio: Fix invalid endian conversionTakashi Iwai2-5/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-12ALSA: cs5535audio: make snd_pcm_hardware constBhumika Goyal1-2/+2
2016-12-28ALSA: cs5535audio: fix unused warnings on resume/suspendJérémy Lefaure1-2/+2
2016-09-02ALSA: cs5535audio: constify snd_pcm_ops structuresJulia Lawall1-2/+2
2015-12-30ALSA: cs5535audio: constify cs5535audio_dma_ops structuresJulia Lawall1-2/+2
2015-04-16ALSA: remove deprecated use of pci apiQuentin Lambert1-2/+2
2015-04-05ALSA: Use const struct ac97_quirkJoe Perches1-1/+1
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2015-01-09ALSA: cs5535audio: Simplify PM callbacksTakashi Iwai1-18/+0
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-02-26ALSA: cs5535audio: Use standard printk helpersTakashi Iwai4-21/+25
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2014-01-05ALSA: cs5535audio: use named constants for pci_power_t valuesJulia Lawall1-1/+1
2013-10-29ALSA: Use strlcpy() instead of strncpy()Takashi Iwai1-2/+2
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton4-20/+20
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai2-2/+2
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai3-11/+12
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai1-13/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-11-21ALSA: cs5535 - Fix an endianness conversionDan Carpenter1-1/+1
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-07-22Merge branch 'topic/misc' into for-linusTakashi Iwai1-2/+2
2011-06-30ALSA: cs5535 - Fix invalid big-endian conversionsTakashi Iwai1-2/+2
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai1-1/+1
2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai1-1/+1
2010-12-23PCI: make pci_restore_state return voidJon Mason1-6/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-2/+0
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan1-1/+1