summaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hdspm - Fix PCI ID for PCIe RME MADI cardsAdrian Knoth2011-11-221-1/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-063-3/+3
|\
| * sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-313-3/+3
* | ALSA: hdspm - Enable all firmware ranges for PCI MADI/AES cardsAdrian Knoth2011-10-311-23/+17
* | ALSA: hdsp - Correct HDSP_VERSION_BIT constant, thus partly fixing RPM detectionAdrian Knoth2011-10-311-1/+1
* | ALSA: hdspm - Fix MADI channel format in the status ioctlAdrian Knoth2011-10-311-1/+1
|/
* ALSA: hdspm - cleanup __user tags in ioctl()Dan Carpenter2011-09-231-5/+5
* ALSA: hdspm - potential info leak in snd_hdspm_hwdep_ioctl()Dan Carpenter2011-09-231-0/+4
* ALSA: hdspm - Simplify with snd_pcm_hw_constraint_pow2()Takashi Iwai2011-08-151-51/+25
* ALSA: hdspm - Add missing KNOT flag for AES32 rate restrictionTakashi Iwai2011-08-151-0/+2
* ALSA: hdspm - Correct max buffer size limitTakashi Iwai2011-08-151-2/+2
* ALSA: hdspm - Enable 32 samples/period on RME RayDAT/AIOAdrian Knoth2011-08-151-5/+20
* ALSA: hdspm - Introduce hdspm_get_latency() to harmonize latency calculationAdrian Knoth2011-08-151-5/+23
* ALSA: hdspm - Reorder period sizes according to their bit representationAdrian Knoth2011-08-151-1/+1
* ALSA: hdspm - Set period_bytes_min to 32 * 4 for new RME cardsAdrian Knoth2011-08-151-2/+2
* ALSA: hdspm - Allow for 8192 period size on RME MADI and AES cardsAdrian Knoth2011-08-151-1/+1
* ALSA: hdspm - Fix uninitialized compile warningsTakashi Iwai2011-08-051-6/+13
* ALSA: hdspm - Add firmware revision 0xcc for RME MADIAdrian Knoth2011-07-291-0/+2
* ALSA: hdspm - Fix reported external sample rate on RME MADI and MADIfaceAdrian Knoth2011-07-291-0/+16
* ALSA: hdspm - Provide MADI speed mode selector on RME MADI and MADIfaceAdrian Knoth2011-07-291-2/+89
* Merge branch 'topic/misc' into for-linusTakashi Iwai2011-07-223-6/+6
|\
| * Merge branch 'test/pci-rename' into topic/miscTakashi Iwai2011-06-143-6/+6
| |\
| | * ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai2011-06-103-3/+3
| | * ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai2011-06-103-3/+3
* | | ALSA: hdspm - Fix compile warnings with PPCTakashi Iwai2011-06-301-4/+4
|/ /
* | ALSA: hdspm - Add firmware revision ID for RME MADI PCI versionAdrian Knoth2011-06-121-0/+2
* | ALSA: hdspm - Fix jumping external wordclock frequency in AutoSync modeAdrian Knoth2011-06-121-1/+1
* | ALSA: hdspm - Fix locking in snd_hdspm_midi_input_readAdrian Knoth2011-06-121-1/+3
|/
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* ALSA: hdspm - Add firmware ID for older AES32 cards.Adrian Knoth2011-03-081-0/+2
* ALSA: hdspm - Fix midi port initializationAdrian Knoth2011-02-281-2/+4
* ALSA: hdspm - Abort on unknown firmware revisionAdrian Knoth2011-02-281-0/+4
* ALSA: hdspm - Add updated firmware revision for AES32Adrian Knoth2011-02-281-0/+2
* ALSA: hdspm - AES32: Use define instead of hardcoded channel countAdrian Knoth2011-02-281-4/+7
* ALSA: hdspm - Fix lock/sync reporting on MADI and AES32Adrian Knoth2011-02-231-2/+2
* ALSA: hdspm - prevent reading unitialized stack memoryAdrian Knoth2011-02-231-0/+1
* ALSA: hdspm - fix sync check on AES32Adrian Knoth2011-02-231-3/+26
* ALSA: hdspm - Remove input selector on MADIfaceAdrian Knoth2011-02-231-2/+1
* ALSA: hdspm - Fix DS/QS output channel mappings on RME MADI/MADIfaceAdrian Knoth2011-02-231-2/+2
* ALSA: hdspm - Restrict channel count on RME AES/AES32Adrian Knoth2011-02-231-16/+20
* ALSA: hdspm - Fix buffer handling on RME MADI/MADIface/AES(32)Adrian Knoth2011-02-231-2/+11
* ALSA: hpdsm - RME AES(32): Fix missing channel mappingsAdrian Knoth2011-02-231-0/+40
* ALSA: hdspm - remove unused arrays, reduce stack usage in hwdep_ioctlJaroslav Kysela2011-01-271-40/+15
* ALSA: [hdspm] Move static mapping arrays to .cAdrian Knoth2011-01-271-0/+171
* ALSA: hdspm - Add support for RME RayDAT and AIOAdrian Knoth2011-01-271-1104/+3107
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-01-131-57/+481
|\
| * ALSA: hdsp - Add support for RPM io boxFlorian Faber2010-12-011-57/+481
* | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-3/+3
|/
* Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-10-112-0/+2
|\
| * ALSA: sound/pci/rme9652: prevent reading uninitialized stack memoryDan Rosenberg2010-09-252-0/+2