summaryrefslogtreecommitdiffstats
path: root/sound/firewire/fireface
Commit message (Expand)AuthorAgeFilesLines
* ALSA: fireface: add field for the number of messages copied to user spaceTakashi Sakamoto2023-02-041-12/+16
* ALSA: fireface: fix locking bug in ff400_copy_msg_to_user()Dan Carpenter2023-01-181-6/+8
* ALSA: fireface: implement message parser for Fireface 400Takashi Sakamoto2023-01-131-6/+137
* ALSA: fireface: add local framework to message parserTakashi Sakamoto2023-01-134-11/+49
* ALSA: fireface: add helper function to parse MIDI messages transmitted by Fir...Takashi Sakamoto2023-01-131-27/+20
* ALSA: fireface: pick up time stamp for request subaction of asynchronous tran...Takashi Sakamoto2023-01-134-5/+6
* ALSA: fireface: rename callback functionsTakashi Sakamoto2023-01-134-18/+16
* ALSA: firewire-lib: obsolete return value from context payload processing layerTakashi Sakamoto2023-01-121-12/+4
* ALSA: firewire-lib: move parameter for pcm frame multiplier from context payl...Takashi Sakamoto2023-01-121-1/+1
* ALSA: firewire-lib: use circular linked list for context payload processing l...Takashi Sakamoto2023-01-091-8/+10
* ALSA: firewire: Replace runtime->status->state reference to runtime->stateTakashi Iwai2022-09-271-2/+2
* ALSA: firewire: Remove some left-over license text in sound/firewireChristophe JAILLET2022-09-272-5/+1
* ALSA: fireface: cease from delayed card registrationTakashi Sakamoto2021-06-072-65/+28
* ALSA: fireface: perform sequence replay for media clock recoveryTakashi Sakamoto2021-06-012-2/+6
* ALSA: firewire-lib: transfer rx packets on-the-fly when replayingTakashi Sakamoto2021-05-281-1/+1
* ALSA: firewire-lib: add replay target to cache sequence of packetTakashi Sakamoto2021-05-281-1/+1
* ALSA: firewire-lib: change waking up timing to process packetsTakashi Sakamoto2021-05-201-5/+2
* ALSA: fireface: fix to parse sync status register of latter protocolTakashi Sakamoto2021-02-081-18/+100
* ALSA: fireface: remove unnecessary condition in hwdep_read()Dan Carpenter2021-01-251-6/+4
* Merge branch 'for-linus' into for-nextTakashi Iwai2021-01-181-1/+1
|\
| * ALSA: fireface: Fix integer overflow in transmit_midi_msg()Geert Uytterhoeven2021-01-121-1/+1
* | ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-1/+1
|/
* ALSA: fireface: add support for RME Fireface UFX (untested)Takashi Sakamoto2020-05-103-3/+17
* ALSA: fireface: add support for RME FireFace 802Takashi Sakamoto2020-05-103-13/+58
* ALSA: fireface: code refactoring to decide name of sound cardTakashi Sakamoto2020-05-102-8/+13
* ALSA: fireface: code refactoring to add enumeration constants for model ident...Takashi Sakamoto2020-05-102-3/+9
* ALSA: fireface: start IR context immediatelyTakashi Sakamoto2020-05-101-9/+1
* ALSA: fireface: fix configuration error for nominal sampling transfer frequencyTakashi Sakamoto2020-05-101-6/+6
* ALSA: firewire: use KBUILD_MODNAME for struct driver.name instead of stringTakashi Sakamoto2020-03-061-1/+1
* ALSA: firewire: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-2/+0
* ALSA: firewire: Use managed buffer allocationTakashi Iwai2019-12-111-8/+3
* ALSA: fireface: fix return value in error path of isochronous resources reser...Takashi Sakamoto2019-12-091-1/+1
* ALSA: firewire: Convert to the common vmalloc memallocTakashi Iwai2019-11-061-5/+4
* ALSA: firewire-lib: postpone to start IR contextTakashi Sakamoto2019-10-191-1/+9
* ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domainTakashi Sakamoto2019-10-191-2/+2
* ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ...Takashi Sakamoto2019-10-191-2/+2
* ALSA: fireface: share PCM buffer size for both directionTakashi Sakamoto2019-10-183-4/+17
* ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi...Takashi Sakamoto2019-10-181-1/+1
* ALSA: fireface: use the same size of period for PCM substreams in AMDTP streamsTakashi Sakamoto2019-10-171-6/+23
* ALSA: fireface: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-173-3/+14
* ALSA: fireface: support AMDTP domainTakashi Sakamoto2019-08-052-24/+35
* ALSA: fireface: code refactoring for initialization/destruction of AMDTP streamTakashi Sakamoto2019-08-051-20/+19
* ALSA: firewire-lib: process payload of isoc context according to packet descr...Takashi Sakamoto2019-07-221-21/+34
* ALSA: fireface: code refactoring for FF data block processing layerTakashi Sakamoto2019-07-221-21/+28
* ALSA: firewire-lib: pass packet descriptor to data block processing layerTakashi Sakamoto2019-07-221-11/+12
* ALSA: firewire-lib: pass no syt information to data block processing layerTakashi Sakamoto2019-07-221-4/+4
* ALSA: firewire-lib: pass data block counter to data block processing layerTakashi Sakamoto2019-07-221-6/+4
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-0810-18/+10
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner2019-06-059-18/+9
| * Merge tag 'sound-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-05-301-5/+5
| |\