summaryrefslogtreecommitdiff
path: root/sound/firewire/amdtp.c
AgeCommit message (Expand)Author
2015-09-29ALSA: firewire-lib: rename 'amdtp' to 'amdtp-stream' to prepare for functiona...Takashi Sakamoto
2015-09-29ALSA: firewire-lib: add support arbitrary value for fmt/fdf fields in CIP headerTakashi Sakamoto
2015-09-29ALSA: firewire-lib: add helper functions as interfaces between packet streami...Takashi Sakamoto
2015-09-29ALSA: firewire-lib: add a member of frame_multiplier instead of double_pcm_fr...Takashi Sakamoto
2015-09-29ALSA: firewire-lib: add an argument for Dice's dual wire modeTakashi Sakamoto
2015-09-29ALSA: firewire-lib: return error code when amdtp_stream_set_parameters() dete...Takashi Sakamoto
2015-08-05ALSA: fireworks/firewire-lib: add support for recent firmware quirkTakashi Sakamoto
2015-05-27ALSA: firewire-lib: fix buffer-over-run when detecting packet discontinuityTakashi Sakamoto
2015-05-24ALSA: firewire-lib: use protocol error when detecting wrong value in CIP headerTakashi Sakamoto
2015-05-24ALSA: firewire-lib: use dev_err() when detecting incoming streaming errorTakashi Sakamoto
2015-05-24ALSA: firewire-lib: macro arrangement for code cleanupTakashi Sakamoto
2015-05-24ALSA: firewire-lib: rename local functions for code cleanupTakashi Sakamoto
2015-05-23ALSA: firewire-lib: remove restriction for non-blocking modeTakashi Sakamoto
2015-05-23ALSA: firewire-lib: set streaming error outside of packetizationTakashi Sakamoto
2015-05-23ALSA: firewire-lib: pass the number of data blocks in incoming packets to out...Takashi Sakamoto
2015-05-23ALSA: firewire-lib: simplify function to calculate the number of data blocksTakashi Sakamoto
2015-05-23ALSA: firewire-lib: add buffer-over-run protection at receiving more data blo...Takashi Sakamoto
2015-03-10ALSA: firewire: Fix trivial typos in commentsYannick Guerrini
2015-02-23ALSA: firewire-lib: remove reference countingTakashi Sakamoto
2015-02-23ALSA: firewire-lib: fix an unexpected byte sequence for micro signTakashi Sakamoto
2015-01-16ALSA: firewire-lib: limit the MIDI data rateClemens Ladisch
2015-01-16ALSA: firewire-lib: remove rx_blocks_for_midi quirkClemens Ladisch
2014-11-09ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai
2014-08-29ALSA: firewire-lib/dice: add arrangements of PCM pointer and interrupts for D...Takashi Sakamoto
2014-06-02ALSA: firewire-lib: Use IEC 61883-6 compliant labels for Raw Audio dataTakashi Sakamoto
2014-05-27ALSA: firewire-lib: Use ARRAY_SIZE() instead of sizeof() for correct loop limitTakashi Sakamoto
2014-05-26ALSA: bebob/firewire-lib: Add a quirk of wrong dbc in empty packet for M-Audi...Takashi Sakamoto
2014-05-26ALSA: bebob/firewire-lib: Add a quirk for discontinuity at bus resetTakashi Sakamoto
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk of data blocks for MIDI in out-streamTakashi Sakamoto
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk to reset data block counter at bus ...Takashi Sakamoto
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk for fixed interval of reported dbcTakashi Sakamoto
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk for wrong dbs in tx packetsTakashi Sakamoto
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk for the meaning of dbcTakashi Sakamoto
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk for empty packet with TAG0Takashi Sakamoto
2014-05-26ALSA: firewire-lib: Add some AV/C general commandsTakashi Sakamoto
2014-05-26ALSA: firewire-lib: Restrict calling flush_context_completion() when context ...Takashi Sakamoto
2014-05-26ALSA: firewire-lib/dice/speakers: Add common PCM constraints for AMDTP streamsTakashi Sakamoto
2014-05-26ALSA: dice/firewire-lib: Keep dualwire mode but obsolete CIP_HI_DUALWIRETakashi Sakamoto
2014-05-26ALSA: firewire-lib: Add support for channel mappingTakashi Sakamoto
2014-05-26ALSA: firewire-lib: Add support for duplex streams synchronization in blockin...Takashi Sakamoto
2014-05-26ALSA: firewire-lib: Give syt value as parameter to handle_out_packet()Takashi Sakamoto
2014-05-26ALSA: firewire-lib: Add support for MIDI capture/playbackTakashi Sakamoto
2014-05-26ALSA: firewire-lib: Add support for AMDTP in-stream and PCM captureTakashi Sakamoto
2014-05-26ALSA: firewire-lib: Split some codes into functions to reuse for both streamsTakashi Sakamoto
2014-05-26ALSA: firewire-lib: Add 'direction' member to 'amdtp_stream' structureTakashi Sakamoto
2014-05-26ALSA: firewire-lib: Add macros instead of fixed value for AMDTPTakashi Sakamoto
2014-05-26ALSA: firewire-lib: Rename functions, structure, member for AMDTPTakashi Sakamoto
2013-11-22ALSA: firewire-lib: fix wrong value for FDF field as an empty packetTakashi Sakamoto
2013-10-22Merge branch 'dice-driver-playback-only' of git://git.alsa-project.org/alsa-k...Takashi Iwai
2013-10-20ALSA: dice: make amdtp_rates[] constClemens Ladisch