summaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652/hdspm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-01-281-40/+45
|\
| * ALSA: hdspm: More constificationsTakashi Iwai2020-01-051-31/+35
| * ALSA: pci: Constify snd_kcontrol_new itemsTakashi Iwai2020-01-031-7/+7
| * ALSA: pci: Constify snd_pcm_hardware definitionsTakashi Iwai2020-01-031-2/+2
| * ALSA: rme9652: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* ALSA: rme: Avoid non-standard macro usageTakashi Iwai2019-11-061-1/+1
* ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai2019-11-061-1/+0
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-081-15/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* | ALSA: hdspm: Fix single speed ADAT capture and playback with RME HDSPe AIOPhilippe Bekaert2019-05-241-25/+36
|/
* Merge branch 'topic/memory-device-fixes-2' into for-nextTakashi Iwai2019-02-081-16/+4
|\
| * ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-16/+4
* | ALSA: pci: Clean up with new procfs helpersTakashi Iwai2019-02-061-32/+23
|/
* ALSA: hdspm: fix spelling mistake "Initializeing" -> "Initializing"Colin Ian King2018-08-271-1/+1
* ALSA: hdspm: Hardening for potential Spectre v1Takashi Iwai2018-04-251-10/+14
* ALSA: Convert timers to use timer_setup()Kees Cook2017-10-261-4/+4
* ALSA: hdspm: Use common error handling code in snd_hdspm_probe()Markus Elfring2017-09-071-8/+8
* ALSA: rme9652: Adjust seven checks for null pointersMarkus Elfring2017-08-121-9/+9
* ALSA: rme9652: Improve eight size determinationsMarkus Elfring2017-08-121-10/+8
* ALSA: rme9652: Delete an error message for a failed memory allocation in snd_...Markus Elfring2017-08-121-5/+1
* ALSA: rme9652: fix format overflow warningsArnd Bergmann2017-07-181-20/+28
* ALSA: hdspm: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: pci: Constify snd_rawmidi_opsTakashi Iwai2017-01-121-2/+2
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-1/+1
* ALSA: hdspm: fix spelling mistake "Externel" -> "External"Colin Ian King2016-08-221-1/+1
* ALSA: hdspm: Fix zero-divisionTakashi Iwai2016-02-291-0/+8
* ALSA: hdspm: Fix wrong boolean ctl value accessesTakashi Iwai2016-02-291-4/+4
* ALSA: rme9652: Use snd_pcm_hw_constraint_single()Lars-Peter Clausen2015-10-211-5/+4
* ALSA: hdspm - DRY cleanup of snd_pcm_opsAdrian Knoth2015-02-171-15/+3
* ALSA: hdspm - DRY cleanup in .release callbackAdrian Knoth2015-02-171-18/+11
* ALSA: hdspm - DRY cleanup in .open callbacksAdrian Knoth2015-02-171-76/+24
* ALSA: hdspm - Constrain periods to 2 on older cardsAdrian Knoth2015-02-131-0/+6
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-281-1/+1
* ALSA: hdspm: Use setup_timer() and mod_timer()Takashi Iwai2015-01-191-9/+5
* ALSA: Deletion of checks before the function call "iounmap"Markus Elfring2015-01-041-3/+1
* ALSA: Fix invalid kerneldoc markersTakashi Iwai2014-11-111-24/+24
* ALSA: hdspm: remove unused variableSudip Mukherjee2014-10-291-20/+3
* ALSA: hdspm: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-12/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ALSA: hdspm: Use standard printk helpersTakashi Iwai2014-02-261-56/+69
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-4/+2
* ALSA: Use strlcpy() instead of strncpy()Takashi Iwai2013-10-291-1/+1
* ALSA: rme9652: Remove redundant breakSachin Kamat2013-09-131-5/+0
* ALSA: hdspm - Use enums in hdspm_tco_ltc_frames()Adrian Knoth2013-08-191-5/+5
* ALSA: hdspm - Fix default value in SNDRV_HDSPM_IOCTL_GET_LTCAdrian Knoth2013-08-191-1/+1
* ALSA: hdspm - remove unneeded semicolonFengguang Wu2013-07-151-1/+1
* ALSA: hdspm - Added some comments and control register documentationMartin Dausel2013-07-051-7/+99
* ALSA: hdspm - Use snd_ctl_enum_info() in snd_hdspm_info_autosync_refAdrian Knoth2013-07-051-20/+4
* ALSA: hdspm - Use snd_ctl_enum_info() for texts_autosyncAdrian Knoth2013-07-051-19/+10