aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/fireworks (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-10ALSA: firewire: Fix trivial typos in commentsYannick Guerrini1-1/+1
2015-02-23ALSA: fireworks/bebob/dice/oxfw: make it possible to shutdown safelyTakashi Sakamoto2-10/+4
2015-02-23ALSA: fireworks/bebob/dice/oxfw: allow stream destructor after releasing runtimeTakashi Sakamoto1-5/+10
2015-02-23ALSA: fireworks/bebob/dice/oxfw: add reference-counting for FireWire unitTakashi Sakamoto1-1/+11
2015-01-16ALSA: firewire-lib: remove rx_blocks_for_midi quirkClemens Ladisch1-5/+0
2015-01-07ALSA: fireworks: fix an endianness bug for transaction lengthTakashi Sakamoto1-1/+1
2014-08-05ALSA: fireworks: fix specifiers in format strings for propper outputTakashi Sakamoto1-2/+2
2014-08-04ALSA: fireworks: fix %d confusingly prefixed with 0x in format stringsHans Wennborg1-2/+2
2014-06-04ALSA: fireworks: Remove meaningless mutex_destroy()Takashi Sakamoto1-1/+0
2014-06-04ALSA: fireworks: Remove a constant over width to which it's appliedTakashi Sakamoto1-1/+0
2014-06-04ALSA: fireworks: Improve comments about Fireworks transactionTakashi Sakamoto1-8/+8
2014-06-04ALSA: fireworks: Use safer way to arrange ring buffer pointerTakashi Sakamoto2-2/+2
2014-06-04ALSA: fireworks/bebob: Shorten critical section for stream_stop_duplex()Takashi Sakamoto1-2/+2
2014-05-29ALSA: fireworks: small leak on error pathDan Carpenter1-1/+1
2014-05-29ALSA: fireworks: remove some stray checksDan Carpenter1-4/+0
2014-05-27ALSA: fireworks/bebob: Improve indentationTakashi Sakamoto1-2/+2
2014-05-27ALSA: fireworks/bebob: Add suffix for long long integer literalTakashi Sakamoto1-2/+2
2014-05-27ALSA: fireworks/bebob: Use the same type of variables as function parametersTakashi Sakamoto1-2/+2
2014-05-27ALSA: fireworks/bebob: Change type of argument for sampling rateTakashi Sakamoto2-2/+2
2014-05-27ALSA: fireworks: Use the same prototype for functions as actual declarationTakashi Sakamoto1-1/+2
2014-05-27ALSA: fireworks: Fix wrong value as argument for PTR_ERR()Takashi Sakamoto1-1/+1
2014-05-26ALSA: fireworks: Add command/response functionality into hwdep interfaceTakashi Sakamoto6-48/+328
2014-05-26ALSA: fireworks: Add hwdep interfaceTakashi Sakamoto7-6/+291
2014-05-26ALSA: fireworks: Add PCM interfaceTakashi Sakamoto5-34/+403
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk of data blocks for MIDI in out-streamTakashi Sakamoto1-0/+5
2014-05-26ALSA: fireworks: Add MIDI interfaceTakashi Sakamoto4-1/+158
2014-05-26ALSA: fireworks: Add proc interface for debugging purposeTakashi Sakamoto4-1/+243
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk to reset data block counter at bus resetTakashi Sakamoto1-0/+2
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk for fixed interval of reported dbcTakashi Sakamoto3-0/+5
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk for wrong dbs in tx packetsTakashi Sakamoto3-0/+8
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk for the meaning of dbcTakashi Sakamoto1-0/+2
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk for empty packet with TAG0Takashi Sakamoto1-0/+2
2014-05-26ALSA: fireworks: Add connection and stream managementTakashi Sakamoto4-2/+441
2014-05-26ALSA: fireworks: Add transaction and some commandsTakashi Sakamoto5-7/+750
2014-05-26ALSA: fireworks: Add skelton for Fireworks based devicesTakashi Sakamoto3-0/+225