summaryrefslogtreecommitdiffstats
path: root/sound/firewire
Commit message (Expand)AuthorAgeFilesLines
...
* | ALSA: firewire-lib: refactoring to obsolete IT packet handlerTakashi Sakamoto2019-05-241-31/+31
* | ALSA: firewire-lib: fix inverted node IDs for amdtp_packet eventsTakashi Sakamoto2019-05-241-3/+3
* | ALSA: firewire-lib: fix data block counter for incoming packet without CIP he...Takashi Sakamoto2019-05-241-0/+2
* | ALSA: firewire-lib: use 8 byte packet header for IT context to separate CIP h...Takashi Sakamoto2019-05-241-28/+35
* | ALSA: firewire-lib: code refactoring to queueing packetsTakashi Sakamoto2019-05-241-28/+26Star
* | ALSA: firewire-lib: unify packet handler for IT contextTakashi Sakamoto2019-05-242-44/+18Star
* | ALSA: firewire-lib: split helper function to generate CIP headerTakashi Sakamoto2019-05-241-8/+14
* | ALSA: firewire-lib: unify packet handler for IR contextTakashi Sakamoto2019-05-231-39/+15Star
* | ALSA: firewire-lib: use 16 bytes IR context header to separate CIP headerTakashi Sakamoto2019-05-232-12/+27
* | ALSA: firewire-lib: split helper function to check incoming CIP headerTakashi Sakamoto2019-05-231-40/+60
* | ALSA: firewire-lib: compute pointer to payload buffer in context handlerTakashi Sakamoto2019-05-232-16/+15Star
* | ALSA: firewire-lib: calculate the length of packet payload in packet handlerTakashi Sakamoto2019-05-232-29/+25Star
* | ALSA: firewire-lib: use clear name for variable of CIP headerTakashi Sakamoto2019-05-231-4/+4
* | ALSA: firewire-lib: use IT context header to compute cycle count for scheduli...Takashi Sakamoto2019-05-221-23/+28
* | ALSA: firewire-lib: obsolete macro for header of IT contextTakashi Sakamoto2019-05-221-8/+13
* | ALSA: firewire-lib: add helper function to cancel context inner callback handlerTakashi Sakamoto2019-05-221-8/+10
* | ALSA: firewire-lib: use union for directional parametersTakashi Sakamoto2019-05-227-57/+87
* | ALSA: firewire-lib: unify tracing events to 'amdtp_packet' eventTakashi Sakamoto2019-05-212-148/+11Star
* | ALSA: firewire-lib: use dynamic array for CIP header of tracing eventsTakashi Sakamoto2019-05-211-16/+20
* | ALSA: firewire-lib: use the same unit for payload argument in tracing eventsTakashi Sakamoto2019-05-212-10/+8Star
* | ALSA: firewire-lib: add data_blocks/data_block_counter parameter to in_packet...Takashi Sakamoto2019-05-212-9/+21
* | ALSA: firewire-lib: use the same type of argument for CIP header for tracing ...Takashi Sakamoto2019-05-212-4/+4
* | ALSA: dice: add stream format parameters for PreSonus FireStudioTakashi Sakamoto2019-05-204-1/+73
|/
* ALSA: firewire-lib: use 8 byte header for IR context to get isochronous cycleTakashi Sakamoto2019-03-181-25/+19Star
* ALSA: firewire-motu: add support MOTU 8pre FireWireTakashi Sakamoto2019-03-184-12/+53
* ALSA: firewire-motu: use 'version' field of unit directory to identify modelTakashi Sakamoto2019-03-171-10/+10
* ALSA: firewire-motu: fix construction of PCM frame for capture directionTakashi Sakamoto2019-02-261-1/+3
* ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against Liqu...Takashi Sakamoto2019-02-261-1/+13
* ALSA: firewire: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-068-84/+16Star
* ALSA: dice: add support for Solid State Logic Duende Classic/MiniTakashi Sakamoto2019-01-281-1/+11
* 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-215-9/+310
* ALSA: fireface: code refactoring to parse of clock configurationTakashi Sakamoto2019-01-213-101/+89Star
* ALSA: fireface: code refactoring for dump of sync statusTakashi Sakamoto2019-01-211-101/+75Star
* ALSA: fireface: add protocol-dependent operation to get clock statusTakashi Sakamoto2019-01-215-70/+71
* ALSA: fireface: add protocol-dependent operation to switch mode to fetch PCM ...Takashi Sakamoto2019-01-213-38/+41
* ALSA: fireface: add protocol-dependent operation to dump statusTakashi Sakamoto2019-01-213-204/+214
* ALSA: fireface: obsolete proc node to leave one nodeTakashi Sakamoto2019-01-211-8/+12
* ALSA: fireface: unify protocol layer for FF400/FF800Takashi Sakamoto2019-01-213-163/+148Star
* ALSA: fireface: rename protocol layer for former modelsTakashi Sakamoto2019-01-212-8/+7Star
* ALSA: bebob: fix model-id of unit for Apogee EnsembleTakashi Sakamoto2018-12-191-1/+1
* ALSA: fireface: code refactoring to handle model-specific registersTakashi Sakamoto2018-12-163-15/+6Star
* ALSA: fireface: add support for packet streaming on Fireface 800Takashi Sakamoto2018-12-162-16/+129