aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712
Commit message (Expand)AuthorAgeFilesLines
* ALSA: ice1712: Fix boundary checks in PCM pointer opsTakashi Iwai2014-04-301-5/+10
* ALSA: ice1724: Use linear scale for AK4396 volume control.Matteo Frigo2012-09-191-1/+2
* ALSA: ice1724 - Check for ac97 to avoid kernel oopsPavel Hofman2012-01-251-2/+5
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-311-0/+1
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-312-2/+2
* ALSA: mpu401: clean up interrupt specificationClemens Ladisch2011-09-141-4/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+1
|\
| * treewide: transciever/transceiver spelling fixesJoe Perches2011-06-241-1/+1
* | ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai2011-06-102-2/+2
* | ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai2011-06-102-2/+2
|/
* Fix common misspellingsLucas De Marchi2011-03-314-7/+7
* ALSA: ice1712 delta - initialize SPI clockBrian Bloniarz2011-01-181-0/+7
* ALSA: ice1712 - working M-Audio Delta 66E supportBrian Bloniarz2010-12-092-1/+59
* sound: Remove unnecessary casts of private_dataJoe Perches2010-09-072-4/+4
* ALSA: ice1712: Add support for Edirol DA-2496Garnet MacPhee2010-08-232-1/+13
* Merge branch 'topic/core-cleanup' into for-linusTakashi Iwai2010-05-201-25/+64
|\
| * Merge branch 'topic/bkl' into topic/core-cleanupTakashi Iwai2010-04-131-25/+64
| |\
| | * ALSA: aureon - Patch for suspend/resume for Terratec Aureon cards.Bernhard Urban2010-03-231-25/+64
* | | ALSA: ice1724 - Fix ESI Maya44 capture source controlTakashi Iwai2010-05-121-3/+3
|/ /
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-304-3/+1
|/
* Merge branch 'topic/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Jaroslav Kysela2010-02-162-2/+11
|\
| * sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan2010-02-092-2/+2
| * ALSA: ice1712: fix: lock samplerate when samplerate locking is enabledSebastien Alaiwan2010-02-051-0/+9
* | ALSA: ice1724 - aureon - fix wm8770 volume offsetJaroslav Kysela2010-02-051-5/+7
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-12-091-24/+7
|\
| * ALSA: ice1724 - aureon - modify WM8770 Master & DAC volumeJaroslav Kysela2009-12-091-24/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\ \ | |/ |/|
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
| |\
| | * tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-1/+1
* | | Merge branch 'topic/hda' into for-linusTakashi Iwai2009-12-047-45/+1250
|\ \ \
| * \ \ Merge branch 'topic/ice1724-quartet' into topic/hdaTakashi Iwai2009-12-017-45/+1250
| |\ \ \ | | |_|/ | |/| |
| | * | ALSA: ice1724 - Infrasonic Quartet supportPavel Hofman2009-09-214-1/+1144
| | * | ALSA: ice1724 - Support for multiple external clock typesPavel Hofman2009-09-213-16/+52
| | * | ALSA: ice1724 - pro-rate-locking makes sense only for internal clock modePavel Hofman2009-09-211-7/+16
| | * | ALSA: ice1724 - adding GPIO routines for mask and directionPavel Hofman2009-09-213-0/+38
| | * | ALSA: ak4620 support, codec regs listed in procPavel Hofman2009-09-211-21/+0
* | | | Merge branch 'fix/misc' into topic/miscTakashi Iwai2009-12-011-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | ALSA: ice1724 - make some bitfields unsignedDan Carpenter2009-11-161-2/+2
* | | | Merge branch 'fix/misc' into topic/miscTakashi Iwai2009-11-141-1/+1
|\ \ \ \ | |/ / /
| * | | ALSA: ice1724 - Fix section mismatch in prodigy_hd2_resume()Takashi Iwai2009-11-141-1/+1
| |/ /
* | | ALSA: ice1724 - Patch for suspend/resume for ESI Juli@Aleksey Kunitskiy2009-11-141-0/+32
|/ /
* | ALSA: ice1724 - Make call to set hw params succeed on ESI Juli@David Henningsson2009-10-111-1/+1
* | ALSA: ice1724: Fix surround on Chaintech AV-710Robert Hancock2009-10-101-3/+5
* | ALSA: ice1724: increase SPDIF and independent stereo buffer sizesRobert Hancock2009-10-081-2/+2
* | ALSA: ICE1712/24 - Change the Multi Track Peak control (level meters) from MI...Pavel Hofman2009-10-082-2/+2
|/
* Merge branch 'topic/ice1724-pm' into for-linusTakashi Iwai2009-09-103-20/+147
|\
| * ALSA: ice1724 - Fix section mismatchTakashi Iwai2009-07-021-1/+1
| * ALSA: ice1724 - Patch for suspend/resume for Audiotrak Prodigy HD2Igor Chernyshev2009-06-253-19/+146
* | sound: Use PCI_VDEVICEJoe Perches2009-06-252-2/+2
|/
* ALSA: ice1724 - Add ESI Maya44 supportTakashi Iwai2009-05-064-1/+793