summaryrefslogtreecommitdiff
path: root/sound/pci/bt87x.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: bt87x: Fix the missing snd_card_free() call at probe errorTakashi Iwai2022-04-121-2/+8
* ALSA: bt87x: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-73/+25
* ALSA: bt87x: Fix assignment in if conditionTakashi Iwai2021-06-091-1/+2
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-2/+0
* ALSA: bt87x: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen2020-12-251-1/+2
* ALSA: bt87x: Replace the words white/blacklistTakashi Iwai2020-07-151-7/+7
* sound: bt87x: use pci_status_get_and_clear_errorsHeiner Kallweit2020-03-041-6/+1
* ALSA: bt87x: Constify snd_bt87x_boardsTakashi Iwai2020-01-031-1/+1
* ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: bt87x: Support PCM sync_stopTakashi Iwai2019-12-111-1/+1
* ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-1/+0
* ALSA: bt87x: Use managed buffer allocationTakashi Iwai2019-12-111-10/+4
* ALSA: pci: Avoid non-standard macro usageTakashi Iwai2019-11-061-2/+2
* ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai2019-11-061-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 32Thomas Gleixner2019-05-241-15/+1
* ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-5/+5
* ALSA: bt87x: Proper endian notationsTakashi Iwai2018-07-271-2/+2
* ALSA: pci: make snd_pcm_hardware constBhumika Goyal2017-08-121-2/+2
* ALSA: bt87x: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal2017-02-211-3/+3
* ALSA: bt87x: constify snd_pcm_ops structuresJulia Lawall2016-09-021-1/+1
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-281-1/+1
* ALSA: Deletion of checks before the function call "iounmap"Markus Elfring2015-01-041-2/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-2/+2
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-2/+2
* ALSA: bt87x: Use standard printk helpersTakashi Iwai2014-02-261-14/+23
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-2/+2
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-1/+0
* ALSA: bt87x: Make load_all parameter working againTakashi Iwai2013-02-251-2/+17
* ALSA: bt87X: remove __dev* attributesBill Pemberton2012-12-071-11/+11
* ALSA: pci: clean up using module_pci_driver()Takashi Iwai2012-04-241-17/+2
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-2/+2
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
* 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: bt87x: use enum control info helperClemens Ladisch2011-01-101-8/+2
* sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan2010-02-091-2/+2
* ALSA: bt87x - Add a whitelist for Pinnacle PCTV (11bd:0012)Takashi Iwai2009-10-131-0/+2
* ALSA: bt87x - Add a quirk entry for Askey Computer Corp. MagicTView'99Takashi Iwai2009-06-021-0/+2
* ALSA: Add missing SNDRV_PCM_INFO_BATCH flag to some driversTakashi Iwai2009-04-281-2/+4
* ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai2009-01-121-3/+3
* pci: use pci_ioremap_bar() in sound/Arjan van de Ven2008-10-211-2/+1
* ALSA: Clean up SG-buffer helper functions and macrosTakashi Iwai2008-08-251-2/+3
* [ALSA] bt87X: fix freeing of shared interruptClemens Ladisch2008-02-221-6/+3
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] snd-bt87x: Make the load_all option work correctlyTrent Piepho2007-10-231-1/+1
* [ALSA] bt87x - Fix section mismatchTakashi Iwai2007-10-231-1/+1
* [ALSA] bt87x: fix detection of generic boardsClemens Ladisch2007-10-161-3/+7
* [ALSA] snd-bt87x: Power down audio ADC when not in useTrent Piepho2007-10-161-3/+9
* [ALSA] snd-bt87x: Improve support for different board typesTrent Piepho2007-10-161-58/+114