summaryrefslogtreecommitdiffstats
path: root/sound/firewire/amdtp.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: fireworks/firewire-lib: add support for recent firmware quirkTakashi Sakamoto2015-08-051-2/+3
* ALSA: firewire-lib: fix buffer-over-run when detecting packet discontinuityTakashi Sakamoto2015-05-271-16/+16
* ALSA: firewire-lib: use protocol error when detecting wrong value in CIP headerTakashi Sakamoto2015-05-241-1/+1
* ALSA: firewire-lib: use dev_err() when detecting incoming streaming errorTakashi Sakamoto2015-05-241-4/+4
* ALSA: firewire-lib: macro arrangement for code cleanupTakashi Sakamoto2015-05-241-14/+20
* ALSA: firewire-lib: rename local functions for code cleanupTakashi Sakamoto2015-05-241-30/+30
* ALSA: firewire-lib: remove restriction for non-blocking modeTakashi Sakamoto2015-05-231-1/+1
* ALSA: firewire-lib: set streaming error outside of packetizationTakashi Sakamoto2015-05-231-15/+24
* ALSA: firewire-lib: pass the number of data blocks in incoming packets to out...Takashi Sakamoto2015-05-231-24/+30
* ALSA: firewire-lib: simplify function to calculate the number of data blocksTakashi Sakamoto2015-05-231-22/+27
* ALSA: firewire-lib: add buffer-over-run protection at receiving more data blo...Takashi Sakamoto2015-05-231-2/+19
* ALSA: firewire: Fix trivial typos in commentsYannick Guerrini2015-03-101-4/+4
* ALSA: firewire-lib: remove reference countingTakashi Sakamoto2015-02-231-2/+1Star
* ALSA: firewire-lib: fix an unexpected byte sequence for micro signTakashi Sakamoto2015-02-231-1/+1
* ALSA: firewire-lib: limit the MIDI data rateClemens Ladisch2015-01-161-6/+55
* ALSA: firewire-lib: remove rx_blocks_for_midi quirkClemens Ladisch2015-01-161-4/+8
* ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai2014-11-091-6/+2Star
* ALSA: firewire-lib/dice: add arrangements of PCM pointer and interrupts for D...Takashi Sakamoto2014-08-291-1/+10
* ALSA: firewire-lib: Use IEC 61883-6 compliant labels for Raw Audio dataTakashi Sakamoto2014-06-021-1/+1
* ALSA: firewire-lib: Use ARRAY_SIZE() instead of sizeof() for correct loop limitTakashi Sakamoto2014-05-271-2/+2
* ALSA: bebob/firewire-lib: Add a quirk of wrong dbc in empty packet for M-Audi...Takashi Sakamoto2014-05-261-0/+4
* ALSA: bebob/firewire-lib: Add a quirk for discontinuity at bus resetTakashi Sakamoto2014-05-261-2/+7
* ALSA: fireworks/firewire-lib: Add a quirk of data blocks for MIDI in out-streamTakashi Sakamoto2014-05-261-1/+4
* ALSA: fireworks/firewire-lib: Add a quirk to reset data block counter at bus ...Takashi Sakamoto2014-05-261-1/+3
* ALSA: fireworks/firewire-lib: Add a quirk for fixed interval of reported dbcTakashi Sakamoto2014-05-261-4/+11
* ALSA: fireworks/firewire-lib: Add a quirk for wrong dbs in tx packetsTakashi Sakamoto2014-05-261-0/+2
* ALSA: fireworks/firewire-lib: Add a quirk for the meaning of dbcTakashi Sakamoto2014-05-261-2/+13
* ALSA: fireworks/firewire-lib: Add a quirk for empty packet with TAG0Takashi Sakamoto2014-05-261-3/+6
* ALSA: firewire-lib: Add some AV/C general commandsTakashi Sakamoto2014-05-261-11/+13
* ALSA: firewire-lib: Restrict calling flush_context_completion() when context ...Takashi Sakamoto2014-05-261-1/+1
* ALSA: firewire-lib/dice/speakers: Add common PCM constraints for AMDTP streamsTakashi Sakamoto2014-05-261-0/+56
* ALSA: dice/firewire-lib: Keep dualwire mode but obsolete CIP_HI_DUALWIRETakashi Sakamoto2014-05-261-145/+6Star
* ALSA: firewire-lib: Add support for channel mappingTakashi Sakamoto2014-05-261-47/+71
* ALSA: firewire-lib: Add support for duplex streams synchronization in blockin...Takashi Sakamoto2014-05-261-7/+68
* ALSA: firewire-lib: Give syt value as parameter to handle_out_packet()Takashi Sakamoto2014-05-261-12/+12
* ALSA: firewire-lib: Add support for MIDI capture/playbackTakashi Sakamoto2014-05-261-8/+45
* ALSA: firewire-lib: Add support for AMDTP in-stream and PCM captureTakashi Sakamoto2014-05-261-17/+212
* ALSA: firewire-lib: Split some codes into functions to reuse for both streamsTakashi Sakamoto2014-05-261-73/+81
* ALSA: firewire-lib: Add 'direction' member to 'amdtp_stream' structureTakashi Sakamoto2014-05-261-1/+3
* ALSA: firewire-lib: Add macros instead of fixed value for AMDTPTakashi Sakamoto2014-05-261-7/+23
* ALSA: firewire-lib: Rename functions, structure, member for AMDTPTakashi Sakamoto2014-05-261-77/+77
* ALSA: firewire-lib: fix wrong value for FDF field as an empty packetTakashi Sakamoto2013-11-221-9/+6Star
* Merge branch 'dice-driver-playback-only' of git://git.alsa-project.org/alsa-k...Takashi Iwai2013-10-221-54/+155
|\
| * ALSA: dice: make amdtp_rates[] constClemens Ladisch2013-10-201-1/+1
| * ALSA: dice: support dual-wire stream format at 192 kHzClemens Ladisch2013-10-201-29/+126
| * ALSA: firewire: introduce amdtp_out_stream_running()Clemens Ladisch2013-10-201-5/+5
| * ALSA: dice, firewire-lib: add blocking modeClemens Ladisch2013-10-201-25/+29
* | ALSA: firewire-lib: use inlune function to calculate frame bytesTakashi Sakamoto2013-09-261-2/+2
|/
* ALSA: firewire-lib: optimize packet flushingClemens Ladisch2012-05-141-1/+7
* ALSA: firewire-lib: flush completed packets when reading PCM positionClemens Ladisch2012-05-141-0/+14