summaryrefslogtreecommitdiffstats
path: root/sound/firewire/fireface
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2019-07-011-5/+5
|\ \ \ | | |/ | |/|
| * | ALSA: fireface: Use ULL suffixes for 64-bit constantsGeert Uytterhoeven2019-05-291-5/+5
| |/
* | ALSA: fireface: unify stop and release method for duplex streamsTakashi Sakamoto2019-06-213-11/+5
* | ALSA: fireface: code refactoring for pcm.hw_params/hw_free callbacksTakashi Sakamoto2019-06-111-48/+7
* | ALSA: fireface: minor code refactoring to finish streaming sessionTakashi Sakamoto2019-06-111-17/+6
* | ALSA: fireface: update isochronous resources when starting packet streaming a...Takashi Sakamoto2019-06-113-14/+36
* | ALSA: fireface: reserve/release isochronous resources in pcm.hw_params/hw_fre...Takashi Sakamoto2019-06-113-30/+57
* | ALSA: fireface: support allocate_resources operation in latter protocolTakashi Sakamoto2019-06-111-57/+56
* | ALSA: fireface: support allocate_resources operation in ff400 protocolTakashi Sakamoto2019-06-111-20/+16
* | ALSA: fireface: support allocate_resources operation in ff800 protocolTakashi Sakamoto2019-06-111-24/+22
* | ALSA: fireface: add protocol-specific operation to allocate isochronous resou...Takashi Sakamoto2019-06-112-0/+5
|/
* ALSA: firewire: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-061-10/+2
* ALSA: fireface: Off by one in latter_handle_midi_msg()Dan Carpenter2019-01-251-1/+1
* ALSA: fireface: comment cleanup about destination address of async transactio...Takashi Sakamoto2019-01-243-29/+48
* ALSA: fireface: support rx MIDI functionality for Fireface UCXTakashi Sakamoto2019-01-224-2/+99
* ALSA: fireface: add protocol-specific operation to fill transaction buffer wi...Takashi Sakamoto2019-01-223-19/+38
* ALSA: fireface: add model-dependent parameter for address to receive async tr...Takashi Sakamoto2019-01-223-5/+6
* ALSA: fireface: support tx MIDI functionality of Fireface UCXTakashi Sakamoto2019-01-222-14/+54
* ALSA: fireface: add model-dependent parameter for address range to receive as...Takashi Sakamoto2019-01-223-1/+4
* ALSA: fireface: change prototype of handler for async transaction with MIDI m...Takashi Sakamoto2019-01-223-4/+9
* ALSA: fireface: add support for Fireface UCXTakashi Sakamoto2019-01-214-9/+309