summaryrefslogtreecommitdiffstats
path: root/sound/pci/azt3328.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: azt3328: Assign boolean values to a bool variableJiapeng Chong2021-02-071-1/+1
* ALSA: pci: Simplify with dma_set_mask_and_coherent()Takashi Iwai2021-01-151-2/+1
* ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-091-1/+1
* ALSA: azt3328: More constificationTakashi Iwai2020-01-051-1/+1
* 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: azt3328: Support PCM sync_stopTakashi Iwai2019-12-111-1/+1
* ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-3/+0
* ALSA: azt3328: Use managed buffer allocationTakashi Iwai2019-12-111-26/+4
* ALSA: pci: Avoid non-standard macro usageTakashi Iwai2019-11-061-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 116Thomas Gleixner2019-05-241-15/+1
* ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-4/+0
* ALSA: azt3328: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: pci: don't opencode IS_REACHABLE()Fabian Frederick2016-11-131-1/+1
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-3/+3
* ALSA: azt3328: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen2015-11-211-2/+0
* ALSA: remove deprecated use of pci apiQuentin Lambert2015-04-161-2/+2
* ALSA: azt3328: some indenting cleanupsDan Carpenter2015-02-251-3/+4
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-281-1/+1
* ALSA: azt3328: Simplify PM callbacksTakashi Iwai2015-01-091-15/+0
* ALSA: azt3328: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-9/+4
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ALSA: azt3328: Use standard printk helpersTakashi Iwai2014-02-261-164/+124
* ALSA: azt3328: Remove function debug printsTakashi Iwai2014-02-261-57/+1
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-3/+2
* ALSA: Fix assignment of 0/1 to bool variablesPeter Senna Tschudin2013-09-261-7/+7
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-1/+0
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-071-11/+11
* ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai2012-08-141-3/+3
* ALSA: Convert to new pm_ops for PCI driversTakashi Iwai2012-07-031-10/+15
* ALSA: pci: clean up using module_pci_driver()Takashi Iwai2012-04-241-21/+2
* ALSA: azt3328 - Fix NULL ptr dereference on cards without OPL3Alban Bedel2012-02-251-2/+1
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-1/+1
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
* ALSA: mpu401: clean up interrupt specificationClemens Ladisch2011-09-141-2/+3
* ALSA: azt3328 - adjust error handling code to include debugging codeJulia Lawall2011-08-101-4/+7
* 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
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'fix/misc' into topic/miscTakashi Iwai2011-03-111-22/+16
|\
| * ALSA: azt3328 - fix broken AZF_FMT_XLATE macroAndreas Mohr2011-01-251-22/+16
* | ALSA: azt3328: add custom AC97 semi-emulation use standard ALSA AC97 layerAndreas Mohr2011-02-191-48/+402
|/
* ALSA: azt3328: improve snd_azf3328_codec_setdmaa()Andreas Mohr2011-01-021-15/+51
* ALSA: azt3328: use proper private_data hookup for codec identificationAndreas Mohr2011-01-021-144/+90
* ALSA: azt3328: use a helper variable to remove one indirection in hotpathAndreas Mohr2011-01-021-9/+12
* ALSA: azt3328: cosmetics: use a helper variable for codec setupAndreas Mohr2011-01-021-9/+12
* ALSA: azt3328: _setfmt() updateAndreas Mohr2011-01-021-16/+25
* ALSA: azt3328: cosmetics, minor updatesAndreas Mohr2011-01-021-12/+19
* ALSA: azt3328: period bug fix (for PA), add missing ACK on stop timerAndreas Mohr2010-11-221-8/+18