Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-10-12 | ALSA: firewire-tascam: Turn on/off FireWire LED | Takashi Sakamoto | 2 | -0/+16 |
2015-10-12 | ALSA: firewire-tascam: add support for MIDI functionality | Takashi Sakamoto | 4 | -1/+142 |
2015-10-12 | ALSA: firewire-tascam: add support for outgoing MIDI messages by asynchronous... | Takashi Sakamoto | 2 | -1/+102 |
2015-10-12 | ALSA: firewire-tascam: add support for incoming MIDI messages by asynchronous... | Takashi Sakamoto | 4 | -1/+213 |
2015-10-11 | ALSA: firewire-digi00x: add support for MIDI ports for physical controls | Takashi Sakamoto | 1 | -16/+45 |
2015-10-11 | ALSA: firewire-digi00x: add support of asynchronous transaction for outgoing ... | Takashi Sakamoto | 2 | -4/+26 |
2015-10-11 | ALSA: firewire-digi00x: add support of asynchronous transaction for incoming ... | Takashi Sakamoto | 2 | -3/+41 |
2015-10-11 | ALSA: firewire-digi00x: add support for MIDI ports corresponding to isochrono... | Takashi Sakamoto | 5 | -1/+140 |
2015-10-11 | ALSA: firewire-digi00x: handle MIDI messages in isochronous packets | Takashi Sakamoto | 3 | -8/+125 |
2015-10-11 | ALSA: firewire-digi00x: use in-kernel representation for the type of 8 bits | Takashi Sakamoto | 1 | -15/+15 |
2015-10-11 | ALSA: firewire-lib: continue packet processing at detecting wrong CIP headers | Takashi Sakamoto | 1 | -4/+6 |
2015-10-11 | ALSA: bebob: constify various snd_bebob structures | Julia Lawall | 9 | -61/+61 |
2015-10-09 | ALSA: firewire-lib: avoid endless loop to transfer MIDI messages at fatal error | Takashi Sakamoto | 2 | -4/+15 |
2015-10-09 | ALSA: firewire-lib: add throttle for MIDI data rate | Takashi Sakamoto | 2 | -1/+18 |
2015-10-09 | ALSA: firewire-lib: schedule work again when MIDI substream has rest of MIDI ... | Takashi Sakamoto | 1 | -0/+3 |
2015-10-09 | ALSA: firewire-lib: add a restriction for a transaction at once | Takashi Sakamoto | 2 | -0/+10 |
2015-10-09 | ALSA: firewire-lib: add helper functions for asynchronous transactions to tra... | Takashi Sakamoto | 2 | -0/+153 |
2015-10-04 | ALSA: bebob: support Firewire I/O card of Mackie Onyx 1220/1620/1640 | Takashi Sakamoto | 1 | -3/+4 |
2015-10-02 | ALSA: firewire-tascam: add hwdep interface | Takashi Sakamoto | 7 | -4/+275 |
2015-10-02 | ALSA: firewire-tascam: add PCM functionality | Takashi Sakamoto | 4 | -1/+308 |
2015-10-02 | ALSA: firewire-tascam: add streaming functionality | Takashi Sakamoto | 4 | -2/+506 |
2015-10-02 | ALSA: firewire-tascam: add data block processing layer | Takashi Sakamoto | 3 | -1/+254 |
2015-10-02 | ALSA: firewire-tascam: add proc node to show firmware information | Takashi Sakamoto | 4 | -1/+101 |
2015-10-02 | ALSA: firewire-tascam: add a structure for model-dependent parameters. | Takashi Sakamoto | 2 | -0/+49 |
2015-10-02 | ALSA: firewire-tascam: add skeleton for TASCAM FireWire series | Takashi Sakamoto | 5 | -0/+202 |