| Commit message (Expand) | Author | Age | Files | Lines |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | ALSA: oxfw: enclose identifiers referred by single function for scs1x feature | Takashi Sakamoto | 2017-01-14 | 1 | -6/+6 |
* | ALSA: firewire: Constify snd_rawmidi_ops | Takashi Iwai | 2017-01-12 | 2 | -4/+4 |
* | ALSA: oxfw: enclose identifiers referred by single function | Takashi Sakamoto | 2017-01-05 | 1 | -14/+12 |
* | ALSA: oxfw: add support for Mackie Onyx 1640i | Takashi Sakamoto | 2017-01-03 | 1 | -0/+1 |
* | ALSA: firewire: constify snd_pcm_ops structures | Julia Lawall | 2016-09-02 | 1 | -2/+2 |
* | ALSA: firewire-lib: enable the same feature as CIP_SKIP_INIT_DBC_CHECK flag | Takashi Sakamoto | 2016-05-10 | 1 | -2/+1 |
* | ALSA: oxfw: delayed registration of sound card | Takashi Sakamoto | 2016-03-31 | 2 | -53/+101 |
* | ALSA: oxfw: remove needless member from private structure | Takashi Sakamoto | 2016-03-28 | 1 | -1/+0 |
* | ALSA: oxfw: discontinue MIDI substream for scs1x at transaction failure | Takashi Sakamoto | 2016-02-24 | 1 | -3/+10 |
* | ALSA: oxfw: retry MIDI transferring for scs1x at transaction failure | Takashi Sakamoto | 2016-02-24 | 1 | -3/+11 |
* | ALSA: oxfw: use workqueue instead of tasklet for scs1x | Takashi Sakamoto | 2016-02-18 | 1 | -6/+6 |
* | ALSA: oxfw: add stream format quirk for SCS.1 models | Takashi Sakamoto | 2015-12-22 | 1 | -1/+9 |
* | ALSA: oxfw: obsolete scs1x module | Takashi Sakamoto | 2015-12-22 | 1 | -0/+26 |
* | ALSA: oxfw: add MIDI playback port for SCS.1 models | Takashi Sakamoto | 2015-12-22 | 1 | -2/+45 |
* | ALSA: oxfw: copy handlers of asynchronous transaction for MIDI playback | Takashi Sakamoto | 2015-12-22 | 1 | -0/+161 |
* | ALSA: oxfw: add MIDI capture port for SCS.1 models | Takashi Sakamoto | 2015-12-22 | 1 | -1/+33 |
* | ALSA: oxfw: copy handlers of asynchronous transaction for MIDI capture | Takashi Sakamoto | 2015-12-22 | 1 | -1/+82 |
* | ALSA: oxfw: allocate own address region for SCS.1 series | Takashi Sakamoto | 2015-12-22 | 2 | -1/+65 |
* | ALSA: oxfw: add scs1x layer | Takashi Sakamoto | 2015-12-22 | 4 | -3/+30 |
* | ALSA: oxfw: rename a structure so that it means backward compatibility to old... | Takashi Sakamoto | 2015-12-22 | 2 | -10/+10 |
* | ALSA: oxfw: move model-specific parameters from common structure | Takashi Sakamoto | 2015-12-22 | 3 | -42/+39 |
* | ALSA: oxfw: move model-specific members from common structure | Takashi Sakamoto | 2015-12-22 | 2 | -19/+34 |
* | ALSA: oxfw: enable to keep memory block for model-specific structure | Takashi Sakamoto | 2015-12-22 | 2 | -0/+2 |
* | ALSA: oxfw: gather model-dependent conditions to a function | Takashi Sakamoto | 2015-12-15 | 1 | -11/+18 |
* | ALSA: oxfw: reuse driver entry to detect quirks | Takashi Sakamoto | 2015-12-15 | 2 | -16/+24 |
* | ALSA: oxfw: change function prototype for AV/C Audio Subunit command | Takashi Sakamoto | 2015-12-15 | 1 | -23/+31 |
* | ALSA: oxfw: rename local functions for control elements so that they represen... | Takashi Sakamoto | 2015-12-15 | 3 | -23/+23 |
* | ALSA: oxfw: rename a file for control elements so that it's for model-specific | Takashi Sakamoto | 2015-12-15 | 2 | -3/+3 |
* | ALSA: oxfw: add an entry for TASCAM FireOne | Takashi Sakamoto | 2015-10-19 | 1 | -0/+17 |
* | ALSA: oxfw: support more MIDI ports | Takashi Sakamoto | 2015-10-19 | 1 | -1/+1 |
* | ALSA: oxfw: calculating MIDI ports in stream discover | Takashi Sakamoto | 2015-10-19 | 2 | -22/+37 |
* | ALSA: fireworks/bebob/oxfw/dice: enable to make as built-in | Takashi Sakamoto | 2015-10-18 | 1 | -1/+1 |
* | Merge branch 'topic/firewire-update' into for-next | Takashi Iwai | 2015-09-29 | 4 | -18/+21 |
|\ |
|
| * | ALSA: firewire-lib: rename macros with AM824 prefix | Takashi Sakamoto | 2015-09-29 | 2 | -4/+4 |
| * | ALSA: firewire-lib: rename PCM format helper function | Takashi Sakamoto | 2015-09-29 | 1 | -2/+2 |
| * | ALSA: firewire-lib: move MIDI trigger helper function to AM824 layer | Takashi Sakamoto | 2015-09-29 | 1 | -8/+8 |
| * | ALSA: firewire-lib: move PCM substream constraint to AM824 layer | Takashi Sakamoto | 2015-09-29 | 1 | -1/+1 |
| * | ALSA: firewire-lib: rename parameter setting function for AM824 with FDF field | Takashi Sakamoto | 2015-09-29 | 1 | -2/+2 |
| * | ALSA: firewire-lib: add data block processing layer for AM824 format | Takashi Sakamoto | 2015-09-29 | 2 | -2/+2 |
| * | ALSA: firewire-lib: rename 'amdtp' to 'amdtp-stream' to prepare for functiona... | Takashi Sakamoto | 2015-09-29 | 1 | -1/+1 |
| * | ALSA: firewire-lib: add an argument for Dice's dual wire mode | Takashi Sakamoto | 2015-09-29 | 1 | -1/+1 |
| * | ALSA: firewire-lib: return error code when amdtp_stream_set_parameters() dete... | Takashi Sakamoto | 2015-09-29 | 1 | -1/+4 |
* | | ALSA: oxfw: add Mackie Onyx Satellite quirk to inform wrong value in 'dbs' fi... | Takashi Sakamoto | 2015-09-24 | 3 | -1/+34 |
|/ |
|
* | ALSA: fireworks/bebob/dice/oxfw: fix substreams counting at vmalloc failure | Takashi Sakamoto | 2015-08-29 | 1 | -4/+13 |
* | ALSA: firewire: use kmemdup rather than duplicating its implementation | Andrzej Hajda | 2015-08-07 | 1 | -6/+3 |
* | ALSA: firewire-lib: add buffer-over-run protection at receiving more data blo... | Takashi Sakamoto | 2015-05-23 | 1 | -2/+8 |
* | ALSA: oxfw: fix a condition and return code in start_stream() | Takashi Sakamoto | 2015-02-27 | 1 | -2/+3 |
* | ALSA: fireworks/bebob/dice/oxfw: make it possible to shutdown safely | Takashi Sakamoto | 2015-02-23 | 1 | -6/+4 |
* | ALSA: fireworks/bebob/dice/oxfw: allow stream destructor after releasing runtime | Takashi Sakamoto | 2015-02-23 | 1 | -2/+4 |