aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/fm801.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12ALSA: fm801: Simplify with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai1-9/+2
2022-04-12ALSA: fm801: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-2/+8
2021-07-19ALSA: fm801: Allocate resources with device-managed APIsTakashi Iwai1-86/+17
2021-06-09ALSA: fm801: Fix assignment in if conditionTakashi Iwai1-23/+40
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-2/+0
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-1/+1
2020-07-07ALSA: pci/fm801: fix kernel-docPierre-Louis Bossart1-0/+27
2020-01-05ALSA: fm801: More constificationTakashi Iwai1-1/+1
2020-01-03ALSA: fm801: Constify snd_fm801_tea575x_gpiosTakashi Iwai1-1/+1
2020-01-03ALSA: pci: Constify snd_kcontrol_new itemsTakashi Iwai1-2/+2
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: fm801: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: fm801: Use managed buffer allocationTakashi Iwai1-18/+2
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-11/+1
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-1/+0
2018-06-11ALSA: fm801: add error handling for snd_ctl_addZhouyang Jia1-4/+12
2017-08-12ALSA: pci: make snd_pcm_hardware constBhumika Goyal1-2/+2
2017-07-18ALSA: fm801: Initialize chip after IRQ handler is registeredAndy Shevchenko1-2/+2
2017-06-09ALSA: fm801: Constify hw_constraintsTakashi Iwai1-4/+4
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall1-2/+2
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-50/+95
2015-12-21ALSA: fm801: restore TEA575x state on resumeAndy Shevchenko1-0/+5
2015-12-21ALSA: fm801: save context before suspend devicesAndy Shevchenko1-2/+3
2015-12-21ALSA: fm801: no need to suspend absent codecAndy Shevchenko1-6/+12
2015-12-21ALSA: fm801: detect FM-only card earlierAndy Shevchenko1-30/+39
2015-12-21ALSA: fm801: propagate TUNER_ONLY bit when autodetectedAndy Shevchenko1-0/+4
2015-12-20ALSA: fm801: store struct device instead of pci_devAndy Shevchenko1-4/+5
2015-12-20ALSA: fm801: put curly braces around empty if-bodyAndy Shevchenko1-2/+3
2015-12-20ALSA: fm801: convert rest outw() / inw() to use helpersAndy Shevchenko1-10/+26
2015-12-20ALSA: fm801: explicitly free IRQ lineAndy Shevchenko1-0/+2
2015-12-03[media] media, sound: tea575x: constify snd_tea575x_ops structuresJulia Lawall1-1/+1
2015-11-17[media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab1-1/+1
2015-01-11ALSA: fm801: remove FSF addressAndy Shevchenko1-6/+0
2015-01-11Merge branch 'topic/pci-cleanup' into for-nextTakashi Iwai1-15/+0
2015-01-08ALSA: fm801: PCI core handles power state for usAndy Shevchenko1-15/+0
2015-01-07Merge branch 'topic/pci-cleanup' into for-nextTakashi Iwai1-24/+7
2015-01-07ALSA: fm801: move to pcim_* and devm_* functionsAndy Shevchenko1-24/+7
2015-01-02ALSA: fm801: Remove always NULL parameterLars-Peter Clausen1-11/+3
2014-10-21ALSA: fm801: Use snd_ctl_enum_info()Takashi Iwai1-8/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-05-19ALSA: fm801: convert struct description to kernel-docAndy Shevchenko1-10/+16
2014-04-29ALSA: fm801: introduce fm801_ac97_is_ready()/fm801_ac97_is_valid() helpersAndy Shevchenko1-37/+42
2014-04-29ALSA: fm801: introduce macros to access the hardwareAndy Shevchenko1-63/+68
2014-02-26ALSA: fm801: Use standard printk helpersTakashi Iwai1-13/+13
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2013-08-18[media] tea575x: Move header from sound to mediaOndrej Zary1-1/+1
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-13/+13
2012-11-14ALSA: fm801: precedence bug in snd_fm801_tea575x_get_pins()Dan Carpenter1-3/+8
2012-09-06ALSA: Implement channel maps for standard onboard AC97 driversTakashi Iwai1-0/+7
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai1-3/+3
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai1-10/+16
2012-06-25Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2012-06-11[media] snd_tea575x: Make the module using snd_tea575x the fops ownerHans de Goede1-2/+2
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai1-13/+2
2012-03-19[media] tea575x-tuner: update to latest V4L2 framework requirementsHans Verkuil1-2/+18
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-09-23ALSA: fm801 - Clean up redundant reference to snd_fm801_tea575x_gpios[]Takashi Iwai1-7/+8
2011-09-22Merge branch 'fix/misc' into topic/miscTakashi Iwai1-5/+10
2011-09-22ALSA: fm801: Gracefully handle failure of tuner auto-detectBen Hutchings1-3/+10
2011-09-22ALSA: fm801: Fix double free in case of error in tuner detectionBen Hutchings1-2/+0
2011-09-14ALSA: mpu401: clean up interrupt specificationClemens Ladisch1-2/+3
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
2011-06-03ALSA: fm801: add error handling if auto-detect failsDan Carpenter1-2/+11
2011-05-15ALSA: fm801: clean-up radio-related KconfigOndrej Zary1-5/+4
2011-05-13ALSA: tea575x: use better card and bus namesOndrej Zary1-0/+2
2011-05-13ALSA: tea575x: remove unused card from structOndrej Zary1-1/+0
2011-05-13ALSA: tea575x: remove freq_fixup from structOndrej Zary1-1/+0
2011-05-11ALSA: fm801: implement TEA575x tuner autodetectionOndrej Zary1-11/+22
2011-05-10ALSA: fm801: convert TEA575x support to new interfaceOndrej Zary1-279/+57
2011-03-21ALSA: tea575x-tuner: remove dev_nrOndrej Zary1-1/+0
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan1-1/+1
2009-12-03snd-fm801: autodetect SF64-PCR (tuner-only) cardOndrej Zary1-13/+27
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-3/+3
2008-04-24[ALSA] sound: fm801.c fix shadowed variable warningHarvey Harrison1-4/+4
2008-01-31[ALSA] fm801 - Add mute support for FM-only card with FM801 PCI to tuner bridgeAndy Shevchenko1-0/+22
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-2/+2
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-3/+1
2007-02-09[ALSA] Add even more 'const' to everything related to TLVTakashi Iwai1-1/+1
2006-12-20[ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai1-1/+1
2006-10-22[ALSA] Various fixes for suspend/resume of ALSA PCI driversTakashi Iwai1-3/+8
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-23[ALSA] Add dB scale information to fm801 driverTakashi Iwai1-3/+16
2006-09-23[ALSA] sound/pci/fm801: Use ARRAY_SIZE macroTobias Klauser1-3/+1
2006-09-23[ALSA] fm801: fixed broken previous patch for the FM tuner only codeJaroslav Kysela1-13/+19
2006-09-23[ALSA] fm801: Support FM only cardAndy Shevchenko1-2/+14
2006-07-12[ALSA] Fix section mismatch errors in ALSA PCI driversTakashi Iwai1-1/+1
2006-07-12[ALSA] fix the SND_FM801_TEA575X dependenciesAdrian Bunk1-1/+1
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-22[ALSA] Change an arugment of snd_mpu401_uart_new() to bit flagsTakashi Iwai1-1/+2
2006-06-22[ALSA] Remove zero-initialization of static variablesTakashi Iwai1-1/+1
2006-04-27[ALSA] add __devinitdata to all pci_device_idHenrik Kretzschmar1-1/+1
2006-01-03[ALSA] fm801 - Add PM supportTakashi Iwai1-87/+158
2006-01-03[ALSA] Remove xxx_t typedefs: PCI FM801Takashi Iwai1-108/+121
2006-01-03[ALSA] Remove superfluous pcm_free callbacksTakashi Iwai1-8/+0
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman1-1/+0
2005-11-04[ALSA] Fix schedule_timeout usageNishanth Aravamudan1-6/+3
2005-11-04[ALSA] Add missing KERN_* suffix to printkTakashi Iwai1-8/+8
2005-09-12[ALSA] set owner field in struct pci_driverClemens Ladisch1-0/+1
2005-09-12[ALSA] Replace with kzalloc() - pci stuffTakashi Iwai1-1/+1
2005-08-30[ALSA] use SNDRV_CTL_NAME_IEC958 macroClemens Ladisch1-4/+4
2005-05-29[ALSA] Replace pci_module_init() with pci_register_driver()Takashi Iwai1-1/+1
2005-05-29[ALSA] Add PCI ID for Gallant Odyssey Sound 4Sergey Vlasov1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1480