aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/bebob/bebob_stream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-10ALSA: firewire-lib: enable the same feature as CIP_SKIP_INIT_DBC_CHECK flagTakashi Sakamoto1-2/+0
2016-05-10ALSA: bebob: drop reuse of incoming packet parameter for outgoing packet parameterTakashi Sakamoto1-73/+26
2016-02-20ALSA: bebob: give up updating streams at bus reset handlerTakashi Sakamoto1-15/+0
2016-02-20ALSA: bebob: change type of substream counter from atomic_t to unsigned intTakashi Sakamoto1-2/+2
2016-02-20ALSA: bebob: move mutex from function callee to callersTakashi Sakamoto1-7/+0
2016-02-20ALSA: bebob: simplify bus-reset handlingTakashi Sakamoto1-30/+2
2016-01-26ALSA: bebob: Use a signed return type for get_formation_indexLucas Tanure1-5/+9
2015-10-11ALSA: bebob: constify various snd_bebob structuresJulia Lawall1-3/+3
2015-09-29ALSA: firewire-lib: rename macros with AM824 prefixTakashi Sakamoto1-3/+3
2015-09-29ALSA: firewire-lib: add helper functions to set positions of data channelsTakashi Sakamoto1-2/+3
2015-09-29ALSA: firewire-lib: rename parameter setting function for AM824 with FDF fieldTakashi Sakamoto1-6/+6
2015-09-29ALSA: firewire-lib: add data block processing layer for AM824 formatTakashi Sakamoto1-4/+4
2015-09-29ALSA: firewire-lib: add an argument for Dice's dual wire modeTakashi Sakamoto1-2/+4
2015-09-29ALSA: firewire-lib: return error code when amdtp_stream_set_parameters() detects errorTakashi Sakamoto1-4/+9
2015-06-15ALSA: bebob: keep duplex streams always to keep internal multiplexer properlyTakashi Sakamoto1-17/+7
2015-06-15ALSA: bebob: loosen up severity of checking continuity for BeBoB v3 quirkTakashi Sakamoto1-0/+11
2015-06-15ALSA: bebob: expand timeout for DM1500 quirkTakashi Sakamoto1-1/+1
2015-06-15ALSA: bebob: add SYT-Match supportTakashi Sakamoto1-2/+18
2015-06-15ALSA: bebob: use normalized representation for the type of clock sourceTakashi Sakamoto1-16/+11
2015-06-15ALSA: bebob: improve signal mode detection for clock sourceTakashi Sakamoto1-8/+70
2015-02-23ALSA: fireworks/bebob/dice/oxfw: make it possible to shutdown safelyTakashi Sakamoto1-4/+0
2015-02-23ALSA: fireworks/bebob/dice/oxfw: allow stream destructor after releasing runtimeTakashi Sakamoto1-8/+4
2015-01-16ALSA: firewire-lib: remove rx_blocks_for_midi quirkClemens Ladisch1-7/+0
2014-10-27ALSA: bebob: Uninitialized id returned by saffirepro_both_clk_src_getChristian Vogel1-3/+15
2014-06-04ALSA: fireworks/bebob: Shorten critical section for stream_stop_duplex()Takashi Sakamoto1-2/+2
2014-06-01ALSA: bebob: sizeof() vs ARRAY_SIZE() typoDan Carpenter1-1/+1
2014-05-27ALSA: bebob: Improve comments about stream formatTakashi Sakamoto1-1/+1
2014-05-27ALSA: fireworks/bebob: Use the same type of variables as function parametersTakashi Sakamoto1-1/+2
2014-05-27ALSA: fireworks/bebob: Change type of argument for sampling rateTakashi Sakamoto1-1/+1
2014-05-26ALSA: bebob: Add a quirk of data blocks for MIDI messages for some M-Audio devicesTakashi Sakamoto1-0/+7
2014-05-26ALSA: bebob/firewire-lib: Add a quirk of wrong dbc in empty packet for M-Audio special Firewire seriesTakashi Sakamoto1-0/+7
2014-05-26ALSA: bebob: Add support for M-Audio special Firewire seriesTakashi Sakamoto1-9/+36
2014-05-26ALSA: bebob: Add support for M-Audio usual Firewire seriesTakashi Sakamoto1-0/+9
2014-05-26ALSA: bebob: Prepare for device specific operationsTakashi Sakamoto1-5/+22
2014-05-26ALSA: bebob: Add hwdep interfaceTakashi Sakamoto1-0/+39
2014-05-26ALSA: bebob/firewire-lib: Add a quirk for discontinuity at bus resetTakashi Sakamoto1-6/+46
2014-05-26ALSA: bebob: Add commands and connections/streams managementTakashi Sakamoto1-0/+874