aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712/ice1724.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ALSA: ice1712,ice1724: fix the kcontrol->id initializationJaroslav Kysela2023-06-061-6/+10
* ALSA: ice1724: Fix the missing snd_card_free() call at probe errorTakashi Iwai2022-04-121-2/+8
* ALSA: ice1724: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-1/+1
* ALSA: ice1724: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-100/+27
* ALSA: ice1724: Remove superfluous loop over model tableTakashi Iwai2021-07-121-28/+14
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-19/+0
* Merge branch 'for-linus' into for-nextTakashi Iwai2020-01-051-3/+6
|\
| * ALSA: ice1724: Fix sleep-in-atomic in Infrasonic Quartet support codeTakashi Iwai2019-12-291-3/+6
* | ALSA: ice17xx: Constify snd_ice1712_card_infoTakashi Iwai2020-01-031-6/+6
* | 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: ice1724: Support PCM sync_stopTakashi Iwai2019-12-111-1/+1
* | ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-5/+0
* | ALSA: ice1724: Use managed buffer allocationTakashi Iwai2019-12-111-16/+9
|/
* ALSA: pci: Avoid non-standard macro usageTakashi Iwai2019-11-061-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* ALSA: pci: Clean up with new procfs helpersTakashi Iwai2019-02-061-4/+1
* ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-3/+0
* ALSA: ice1724: Constify hw_constraintsTakashi Iwai2017-06-091-4/+4
* ALSA: ice1712: constify snd_kcontrol_new structuresBhumika Goyal2017-05-211-1/+1
* ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal2017-02-211-10/+10
* ALSA: pci: Constify snd_rawmidi_opsTakashi Iwai2017-01-121-2/+2
* ALSA: squash lines for simple wrapper functionsMasahiro Yamada2016-09-071-3/+1
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-5/+5
* ALSA: ice1724: Simplify PM callbacksTakashi Iwai2015-01-091-16/+0
* ALSA: ice17xx: Deletion of unnecessary checks before the function call "snd_ac97_resume"Markus Elfring2014-11-171-2/+1
* ALSA: ice1712: remove unneeded return statementSudip Mukherjee2014-11-141-5/+2
* ALSA: ice1724: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-7/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ALSA: ice17xx: Use standard printk helpersTakashi Iwai2014-02-261-21/+24
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-3/+2
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-1/+0
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-071-32/+32
* ALSA: ice1724: Fix build error without CONFIG_PM_SLEEPTakashi Iwai2012-11-121-0/+2
* ALSA: ice1724: enable suspend on unknown ICE1724 cardsOndrej Zary2012-11-121-0/+2
* Merge branch 'for-linus' into for-nextTakashi Iwai2012-11-081-1/+6
|\
| * ALSA: ice1724: Fix rate setup after resumeTakashi Iwai2012-10-311-1/+6
* | ALSA: ice17xx: Fix inclusion of linux/io.hTakashi Iwai2012-10-181-1/+0
* | ALSA: ice17xx: Constify strings and string arraysTakashi Iwai2012-10-171-3/+3
* | ALSA: ice1712: Add Philips PSC724 Ultimate EdgeOndrej Zary2012-10-171-1/+3
* | ALSA: ice1712: add chip_exit callbackOndrej Zary2012-10-171-1/+7
|/
* ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai2012-08-141-2/+2
* ALSA: Convert to new pm_ops for PCI driversTakashi Iwai2012-07-031-10/+16
* ALSA: pci: clean up using module_pci_driver()Takashi Iwai2012-04-241-13/+2
* ALSA: ice1724 - constrain runtime rates for locked internal ratePavel Hofman2012-03-051-0/+23
* ALSA: ice1724 - Support for ooAoo SQ210aPavel Hofman2012-01-111-0/+35
* ALSA: ice1724 - Allow card info based on model onlyPavel Hofman2012-01-111-3/+5
* ALSA: ice1724 - Create capture pcm only for ADC-enabled configurationsPavel Hofman2012-01-111-3/+10
* ALSA: ice1724 - External clock item only for cards with SPDIF_INPavel Hofman2012-01-081-1/+6
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-1/+1