aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/bebob (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-23ALSA: fireworks/bebob/dice/oxfw: make it possible to shutdown safelyTakashi Sakamoto2-8/+6
2015-02-23ALSA: fireworks/bebob/dice/oxfw: allow stream destructor after releasing runtimeTakashi Sakamoto1-8/+4
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-7/+0
2014-10-27Merge branch 'for-linus' into for-nextTakashi Iwai3-18/+69
2014-10-27ALSA: bebob: Uninitialized id returned by saffirepro_both_clk_src_getChristian Vogel2-17/+63
2014-10-27ALSA: bebob: fix wrong decoding of clock information for Terratec PHASE 88 Rack FWTakashi Sakamoto1-1/+6
2014-10-21ALSA: bebob: Use snd_ctl_enum_info()Takashi Iwai1-33/+8
2014-10-21ALSA: bebob: More constify text arraysTakashi Iwai5-19/+19
2014-10-10ALSA: bebob: Fix failure to detect source of clock for Terratec Phase 88Takashi Sakamoto1-2/+2
2014-07-22ALSA: bebob: Correction for return value of special_clk_ctl_put() in errorTakashi Sakamoto1-1/+1
2014-07-22ALSA: bebob: Correction for return value of .put callbackTakashi Sakamoto1-7/+19
2014-07-22ALSA: bebob: Use different labels for digital input/outputTakashi Sakamoto1-7/+16
2014-07-22ALSA: bebob: Fix a missing to unlock mutex in error handling caseTakashi Sakamoto1-2/+2
2014-06-04ALSA: bebob: Remove unused function prototypeTakashi Sakamoto1-2/+0
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: bebob: Remove meaningless mutex_unlock()Takashi Sakamoto1-1/+0
2014-05-27ALSA: bebob: Add static specifier to identifier with file scopeTakashi Sakamoto3-6/+6
2014-05-27ALSA: bebob: Use different names for identifiers in the same fileTakashi Sakamoto1-3/+3
2014-05-27ALSA: fireworks/bebob: Improve indentationTakashi Sakamoto1-2/+2
2014-05-27ALSA: fireworks/bebob: Add suffix for long long integer literalTakashi Sakamoto3-14/+14
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 Sakamoto2-2/+2
2014-05-26ALSA: firewire/bebob: Add a workaround for M-Audio special Firewire seriesTakashi Sakamoto2-4/+29
2014-05-26ALSA: bebob: Send a cue to load firmware for M-Audio Firewire seriesTakashi Sakamoto3-9/+79
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 Sakamoto4-11/+608
2014-05-26ALSA: bebob: Add support for M-Audio usual Firewire seriesTakashi Sakamoto5-3/+238
2014-05-26ALSA: bebob: Add support for Focusrite Saffire/SaffirePro seriesTakashi Sakamoto4-2/+313
2014-05-26ALSA: bebob: Add support for Yamaha GO seriesTakashi Sakamoto4-1/+58
2014-05-26ALSA: bebob: Add support for Terratec PHASE, EWS series and AureonTakashi Sakamoto4-1/+84
2014-05-26ALSA: bebob: Prepare for device specific operationsTakashi Sakamoto7-42/+230
2014-05-26ALSA: bebob: Add hwdep interfaceTakashi Sakamoto7-7/+291
2014-05-26ALSA: bebob: Add PCM interfaceTakashi Sakamoto4-0/+378
2014-05-26ALSA: bebob: Add MIDI interfaceTakashi Sakamoto4-1/+160
2014-05-26ALSA: bebob: Add proc interface for debugging purposeTakashi Sakamoto4-1/+157
2014-05-26ALSA: bebob/firewire-lib: Add a quirk for discontinuity at bus resetTakashi Sakamoto2-6/+50
2014-05-26ALSA: bebob: Add commands and connections/streams managementTakashi Sakamoto5-2/+1208
2014-05-26ALSA: bebob: Add skelton for BeBoB based devicesTakashi Sakamoto3-0/+358