Age | Commit message (Expand) | Author | Files | Lines |
2016-01-26 | ALSA: bebob: Use a signed return type for get_formation_index | Lucas Tanure | 1 | -5/+9 |
2016-01-06 | ALSA: dice: expand timeout to wait for Dice notification | Takashi Sakamoto | 1 | -1/+1 |
2016-01-06 | ALSA: dice: purge transaction initialization at timeout of Dice notification | Takashi Sakamoto | 1 | -23/+8 |
2016-01-06 | ALSA: dice: postpone card registration | Takashi Sakamoto | 2 | -45/+117 |
2016-01-06 | ALSA: dice: split subaddress check from category check | Takashi Sakamoto | 2 | -84/+78 |
2015-12-22 | ALSA: oxfw: add stream format quirk for SCS.1 models | Takashi Sakamoto | 1 | -1/+9 |
2015-12-22 | ALSA: oxfw: obsolete scs1x module | Takashi Sakamoto | 4 | -543/+27 |
2015-12-22 | ALSA: oxfw: add MIDI playback port for SCS.1 models | Takashi Sakamoto | 1 | -2/+45 |
2015-12-22 | ALSA: oxfw: copy handlers of asynchronous transaction for MIDI playback | Takashi Sakamoto | 1 | -0/+161 |
2015-12-22 | ALSA: oxfw: add MIDI capture port for SCS.1 models | Takashi Sakamoto | 1 | -1/+33 |
2015-12-22 | ALSA: oxfw: copy handlers of asynchronous transaction for MIDI capture | Takashi Sakamoto | 1 | -1/+82 |
2015-12-22 | ALSA: oxfw: allocate own address region for SCS.1 series | Takashi Sakamoto | 2 | -1/+65 |
2015-12-22 | ALSA: oxfw: add scs1x layer | Takashi Sakamoto | 4 | -3/+30 |
2015-12-22 | ALSA: oxfw: rename a structure so that it means backward compatibility to old... | Takashi Sakamoto | 2 | -10/+10 |
2015-12-22 | ALSA: oxfw: move model-specific parameters from common structure | Takashi Sakamoto | 3 | -42/+39 |
2015-12-22 | ALSA: oxfw: move model-specific members from common structure | Takashi Sakamoto | 2 | -19/+34 |
2015-12-22 | ALSA: oxfw: enable to keep memory block for model-specific structure | Takashi Sakamoto | 2 | -0/+2 |
2015-12-16 | Merge branch 'topic/firewire-update' into for-next | Takashi Iwai | 4 | -34/+46 |
2015-12-15 | ALSA: oxfw: gather model-dependent conditions to a function | Takashi Sakamoto | 1 | -11/+18 |
2015-12-15 | ALSA: oxfw: reuse driver entry to detect quirks | Takashi Sakamoto | 2 | -16/+24 |
2015-12-15 | ALSA: oxfw: change function prototype for AV/C Audio Subunit command | Takashi Sakamoto | 1 | -23/+31 |
2015-12-15 | ALSA: oxfw: rename local functions for control elements so that they represen... | Takashi Sakamoto | 3 | -23/+23 |
2015-12-15 | ALSA: oxfw: rename a file for control elements so that it's for model-specific | Takashi Sakamoto | 2 | -3/+3 |
2015-11-14 | ALSA: fireworks: change type of substream counter from atomic_t to unsigned int | Takashi Sakamoto | 4 | -23/+22 |
2015-11-14 | ALSA: fireworks: move mutex from function callees to callers | Takashi Sakamoto | 3 | -11/+24 |
2015-11-14 | ALSA: dice: fix detection of Loud devices | Takashi Sakamoto | 1 | -0/+4 |
2015-11-08 | ALSA: oxfw: add an comment to Kconfig for TASCAM FireOne | Takashi Sakamoto | 1 | -0/+1 |
2015-10-30 | ALSA: firewire-digi00x: add another rawmidi character device for MIDI control... | Takashi Sakamoto | 1 | -54/+50 |
2015-10-30 | ALSA: firewire-digi00x: add MIDI operations for MIDI control port | Takashi Sakamoto | 1 | -0/+63 |
2015-10-30 | ALSA: firewire-digi00x: rename identifiers of MIDI operation for physical ports | Takashi Sakamoto | 1 | -24/+28 |
2015-10-20 | ALSA: firewire-tascam: clear extra MIDI bytes in an asynchronous transaction | Takashi Sakamoto | 1 | -8/+16 |
2015-10-20 | ALSA: firewire-tascam: fix loop condition with some readable variables | Takashi Sakamoto | 1 | -15/+20 |
2015-10-20 | ALSA: firewire-tascam: use better name for local variables to describe their ... | Takashi Sakamoto | 1 | -12/+12 |
2015-10-20 | ALSA: firewire-tascam: change type of valiables according to function prototype | Takashi Sakamoto | 1 | -3/+1 |
2015-10-20 | ALSA: firewire-tascam: remove buffer initialization in driver side | Takashi Sakamoto | 1 | -2/+0 |
2015-10-19 | ALSA: firewire-tascam: off by one in identify_model() | Dan Carpenter | 1 | -1/+1 |
2015-10-19 | ALSA: oxfw: add an entry for TASCAM FireOne | Takashi Sakamoto | 1 | -0/+17 |
2015-10-19 | ALSA: oxfw: support more MIDI ports | Takashi Sakamoto | 1 | -1/+1 |
2015-10-19 | ALSA: oxfw: calculating MIDI ports in stream discover | Takashi Sakamoto | 2 | -22/+37 |
2015-10-19 | ALSA: firewire-lib: avoid NULL pointer dereference after closing MIDI port | Takashi Sakamoto | 1 | -1/+5 |
2015-10-19 | ALSA: firewire-digi00x/firewire-tascam: remove wrong conversion for Config ROM | Takashi Sakamoto | 2 | -4/+2 |
2015-10-19 | ALSA: bebob: use correct type for __be32 data | Takashi Sakamoto | 1 | -1/+1 |
2015-10-19 | ALSA: fireworks: use u32 type for be32_to_cpup() macro | Takashi Sakamoto | 1 | -1/+1 |
2015-10-19 | ALSA: dice: assign converted data to the same type of variable | Takashi Sakamoto | 1 | -1/+2 |
2015-10-19 | ALSA: dice: correct variable types for __be32 data | Takashi Sakamoto | 1 | -6/+6 |
2015-10-18 | ALSA: oxfw: remove a meaningless entry from firewire Makefile | Takashi Sakamoto | 1 | -1/+0 |
2015-10-18 | ALSA: fireworks/bebob/oxfw/dice: enable to make as built-in | Takashi Sakamoto | 4 | -4/+4 |
2015-10-17 | ALSA: firewire-tascam: off by one in handle_midi_tx() | Dan Carpenter | 1 | -1/+1 |
2015-10-17 | ALSA: firewire-tascam: fix an LED bug | Dan Carpenter | 1 | -1/+1 |
2015-10-12 | ALSA: firewire-tascam: change device probing processing | Takashi Sakamoto | 1 | -46/+32 |