aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712/ice1712.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai1-3/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-02-06ALSA: pci: Clean up with new procfs helpersTakashi Iwai1-4/+1
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-3/+0
2017-11-06ALSA: ice1712: define i2c eeprom addr to header fileKonstantinos Tsimpoukas1-1/+1
2017-06-09ALSA: ice1712: Constify hw_constraintsTakashi Iwai1-2/+2
2017-05-21ALSA: ice1712: constify snd_kcontrol_new structuresBhumika Goyal1-3/+3
2017-02-21ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal1-15/+15
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall1-5/+5
2015-04-16ALSA: remove deprecated use of pci apiQuentin Lambert1-2/+2
2015-01-11Merge branch 'topic/pci-cleanup' into for-nextTakashi Iwai1-16/+0
2015-01-09ALSA: ice1712: Simplify PM callbacksTakashi Iwai1-16/+0
2015-01-02ALSA: ice1712: Remove always NULL parametersLars-Peter Clausen1-20/+6
2014-11-17ALSA: ice17xx: Deletion of unnecessary checks before the function call "snd_ac97_resume"Markus Elfring1-2/+1
2014-11-14ALSA: ice1712: remove unused variableSudip Mukherjee1-2/+1
2014-11-14ALSA: ice1712: remove unneeded return statementSudip Mukherjee1-13/+6
2014-10-21ALSA: ice1712: Use snd_ctl_enum_info()Takashi Iwai1-23/+4
2014-08-27ALSA: ice1712: Replacing hex with #definesKonstantinos Tsimpoukas1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-04-08ALSA: ice1712: Fix boundary checks in PCM pointer opsTakashi Iwai1-5/+10
2014-04-04ALSA: ice1712: Save/restore routing and rate registersOndrej Zary1-0/+32
2014-03-31ALSA: ice1712: add suspend support for ICE1712 chipOndrej Zary1-8/+77
2014-02-26ALSA: ice17xx: Use standard printk helpersTakashi Iwai1-13/+20
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2013-03-07ALSA: ice1712: Initialize card->private_data properlySean Connor1-0/+2
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-47/+47
2012-10-18ALSA: ice17xx: Fix inclusion of linux/io.hTakashi Iwai1-1/+0
2012-10-17ALSA: ice1712: add chip_exit callbackOndrej Zary1-1/+7
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai1-13/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-2/+2
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-09-14ALSA: mpu401: clean up interrupt specificationClemens Ladisch1-4/+6
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-06-24treewide: transciever/transceiver spelling fixesJoe Perches1-1/+1
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-03-31Fix common misspellingsLucas De Marchi1-2/+2
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan1-1/+1
2010-02-05ALSA: ice1712: fix: lock samplerate when samplerate locking is enabledSebastien Alaiwan1-0/+9
2009-12-01Merge branch 'topic/ice1724-quartet' into topic/hdaTakashi Iwai1-0/+12
2009-10-08ALSA: ICE1712/24 - Change the Multi Track Peak control (level meters) from MIXER to PCM typePavel Hofman1-1/+1
2009-09-21ALSA: ice1724 - adding GPIO routines for mask and directionPavel Hofman1-0/+12
2009-06-25sound: Use PCI_VDEVICEJoe Perches1-1/+1
2009-04-07dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)Yang Hongyang1-2/+2
2009-03-24Merge branch 'topic/ice' into for-linusTakashi Iwai1-1/+1
2009-02-05ALSA: Add missing KERN_* prefix to printk in sound/pci/ice1712Takashi Iwai1-1/+1
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-3/+3
2008-10-30ALSA: sound/ice1712: indentation & braces disagree - add bracesIlpo Järvinen1-2/+4
2008-09-09ALSA: ice1712.c: fix coding styleAlexander Beregalov1-112/+125