summaryrefslogtreecommitdiffstats
path: root/sound/pci/fm801.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: fm801: Simplify with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai2024-02-121-9/+2
* ALSA: fm801: Fix the missing snd_card_free() call at probe errorTakashi Iwai2022-04-121-2/+8
* ALSA: fm801: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-86/+17
* ALSA: fm801: Fix assignment in if conditionTakashi Iwai2021-06-091-23/+40
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-2/+0
* ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-1/+1
* ALSA: pci/fm801: fix kernel-docPierre-Louis Bossart2020-07-071-0/+27
* ALSA: fm801: More constificationTakashi Iwai2020-01-051-1/+1
* ALSA: fm801: Constify snd_fm801_tea575x_gpiosTakashi Iwai2020-01-031-1/+1
* ALSA: pci: Constify snd_kcontrol_new itemsTakashi Iwai2020-01-031-2/+2
* 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: fm801: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
* ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-2/+0
* ALSA: fm801: Use managed buffer allocationTakashi Iwai2019-12-111-18/+2
* ALSA: pci: Avoid non-standard macro usageTakashi Iwai2019-11-061-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-11/+1
* ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-1/+0
* ALSA: fm801: add error handling for snd_ctl_addZhouyang Jia2018-06-111-4/+12
* ALSA: pci: make snd_pcm_hardware constBhumika Goyal2017-08-121-2/+2
* ALSA: fm801: Initialize chip after IRQ handler is registeredAndy Shevchenko2017-07-181-2/+2
* ALSA: fm801: Constify hw_constraintsTakashi Iwai2017-06-091-4/+4
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-2/+2
* Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2016-01-171-50/+95
|\
| * ALSA: fm801: restore TEA575x state on resumeAndy Shevchenko2015-12-211-0/+5
| * ALSA: fm801: save context before suspend devicesAndy Shevchenko2015-12-211-2/+3
| * ALSA: fm801: no need to suspend absent codecAndy Shevchenko2015-12-211-6/+12
| * ALSA: fm801: detect FM-only card earlierAndy Shevchenko2015-12-211-30/+39
| * ALSA: fm801: propagate TUNER_ONLY bit when autodetectedAndy Shevchenko2015-12-211-0/+4
| * ALSA: fm801: store struct device instead of pci_devAndy Shevchenko2015-12-201-4/+5
| * ALSA: fm801: put curly braces around empty if-bodyAndy Shevchenko2015-12-201-2/+3
| * ALSA: fm801: convert rest outw() / inw() to use helpersAndy Shevchenko2015-12-201-10/+26
| * ALSA: fm801: explicitly free IRQ lineAndy Shevchenko2015-12-201-0/+2
* | [media] media, sound: tea575x: constify snd_tea575x_ops structuresJulia Lawall2015-12-031-1/+1
* | [media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab2015-11-171-1/+1
|/
* ALSA: fm801: remove FSF addressAndy Shevchenko2015-01-111-6/+0
* Merge branch 'topic/pci-cleanup' into for-nextTakashi Iwai2015-01-111-15/+0
|\
| * ALSA: fm801: PCI core handles power state for usAndy Shevchenko2015-01-081-15/+0
* | Merge branch 'topic/pci-cleanup' into for-nextTakashi Iwai2015-01-071-24/+7
|\|
| * ALSA: fm801: move to pcim_* and devm_* functionsAndy Shevchenko2015-01-071-24/+7
* | ALSA: fm801: Remove always NULL parameterLars-Peter Clausen2015-01-021-11/+3
|/
* ALSA: fm801: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-8/+2
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ALSA: fm801: convert struct description to kernel-docAndy Shevchenko2014-05-191-10/+16
* ALSA: fm801: introduce fm801_ac97_is_ready()/fm801_ac97_is_valid() helpersAndy Shevchenko2014-04-291-37/+42
* ALSA: fm801: introduce macros to access the hardwareAndy Shevchenko2014-04-291-63/+68
* ALSA: fm801: Use standard printk helpersTakashi Iwai2014-02-261-13/+13
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-3/+2
* [media] tea575x: Move header from sound to mediaOndrej Zary2013-08-181-1/+1
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-1/+0