Age | Commit message (Expand) | Author | Files | Lines |
2023-09-15 | ALSA: firewire: Fix -Wformat-truncation warning for MIDI stream names | Takashi Iwai | 1 | -2/+2 |
2023-06-28 | ALSA: fireface: make read-only const array for model names static | Takashi Sakamoto | 1 | -1/+1 |
2023-06-12 | ALSA: firewire: use 'GPL' string for module license contributed by Takashi Sa... | Takashi Sakamoto | 1 | -1/+1 |
2023-02-04 | ALSA: fireface: add field for the number of messages copied to user space | Takashi Sakamoto | 1 | -12/+16 |
2023-01-18 | ALSA: fireface: fix locking bug in ff400_copy_msg_to_user() | Dan Carpenter | 1 | -6/+8 |
2023-01-13 | ALSA: fireface: implement message parser for Fireface 400 | Takashi Sakamoto | 1 | -6/+137 |
2023-01-13 | ALSA: fireface: add local framework to message parser | Takashi Sakamoto | 4 | -11/+49 |
2023-01-13 | ALSA: fireface: add helper function to parse MIDI messages transmitted by Fir... | Takashi Sakamoto | 1 | -27/+20 |
2023-01-13 | ALSA: fireface: pick up time stamp for request subaction of asynchronous tran... | Takashi Sakamoto | 4 | -5/+6 |
2023-01-13 | ALSA: fireface: rename callback functions | Takashi Sakamoto | 4 | -18/+16 |
2023-01-12 | ALSA: firewire-lib: obsolete return value from context payload processing layer | Takashi Sakamoto | 1 | -12/+4 |
2023-01-12 | ALSA: firewire-lib: move parameter for pcm frame multiplier from context payl... | Takashi Sakamoto | 1 | -1/+1 |
2023-01-09 | ALSA: firewire-lib: use circular linked list for context payload processing l... | Takashi Sakamoto | 1 | -8/+10 |
2022-09-27 | ALSA: firewire: Replace runtime->status->state reference to runtime->state | Takashi Iwai | 1 | -2/+2 |
2022-09-27 | ALSA: firewire: Remove some left-over license text in sound/firewire | Christophe JAILLET | 2 | -5/+1 |
2021-06-07 | ALSA: fireface: cease from delayed card registration | Takashi Sakamoto | 2 | -65/+28 |
2021-06-01 | ALSA: fireface: perform sequence replay for media clock recovery | Takashi Sakamoto | 2 | -2/+6 |
2021-05-28 | ALSA: firewire-lib: transfer rx packets on-the-fly when replaying | Takashi Sakamoto | 1 | -1/+1 |
2021-05-28 | ALSA: firewire-lib: add replay target to cache sequence of packet | Takashi Sakamoto | 1 | -1/+1 |
2021-05-20 | ALSA: firewire-lib: change waking up timing to process packets | Takashi Sakamoto | 1 | -5/+2 |
2021-02-08 | ALSA: fireface: fix to parse sync status register of latter protocol | Takashi Sakamoto | 1 | -18/+100 |
2021-01-25 | ALSA: fireface: remove unnecessary condition in hwdep_read() | Dan Carpenter | 1 | -6/+4 |
2021-01-18 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -1/+1 |
2021-01-12 | ALSA: fireface: Fix integer overflow in transmit_midi_msg() | Geert Uytterhoeven | 1 | -1/+1 |
2021-01-08 | ALSA: Convert strlcpy to strscpy when return value is unused | Joe Perches | 1 | -1/+1 |
2020-05-10 | ALSA: fireface: add support for RME Fireface UFX (untested) | Takashi Sakamoto | 3 | -3/+17 |
2020-05-10 | ALSA: fireface: add support for RME FireFace 802 | Takashi Sakamoto | 3 | -13/+58 |
2020-05-10 | ALSA: fireface: code refactoring to decide name of sound card | Takashi Sakamoto | 2 | -8/+13 |
2020-05-10 | ALSA: fireface: code refactoring to add enumeration constants for model ident... | Takashi Sakamoto | 2 | -3/+9 |
2020-05-10 | ALSA: fireface: start IR context immediately | Takashi Sakamoto | 1 | -9/+1 |
2020-05-10 | ALSA: fireface: fix configuration error for nominal sampling transfer frequency | Takashi Sakamoto | 1 | -6/+6 |
2020-03-06 | ALSA: firewire: use KBUILD_MODNAME for struct driver.name instead of string | Takashi Sakamoto | 1 | -1/+1 |
2019-12-11 | ALSA: firewire: Drop superfluous ioctl PCM ops | Takashi Iwai | 1 | -2/+0 |
2019-12-11 | ALSA: firewire: Use managed buffer allocation | Takashi Iwai | 1 | -8/+3 |
2019-12-09 | ALSA: fireface: fix return value in error path of isochronous resources reser... | Takashi Sakamoto | 1 | -1/+1 |
2019-11-06 | ALSA: firewire: Convert to the common vmalloc memalloc | Takashi Iwai | 1 | -5/+4 |
2019-10-19 | ALSA: firewire-lib: postpone to start IR context | Takashi Sakamoto | 1 | -1/+9 |
2019-10-19 | ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domain | Takashi Sakamoto | 1 | -2/+2 |
2019-10-19 | ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ... | Takashi Sakamoto | 1 | -2/+2 |
2019-10-18 | ALSA: fireface: share PCM buffer size for both direction | Takashi Sakamoto | 3 | -4/+17 |
2019-10-18 | ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi... | Takashi Sakamoto | 1 | -1/+1 |
2019-10-17 | ALSA: fireface: use the same size of period for PCM substreams in AMDTP streams | Takashi Sakamoto | 1 | -6/+23 |
2019-10-17 | ALSA: fireface: register the size of PCM period to AMDTP domain | Takashi Sakamoto | 3 | -3/+14 |
2019-08-05 | ALSA: fireface: support AMDTP domain | Takashi Sakamoto | 2 | -24/+35 |
2019-08-05 | ALSA: fireface: code refactoring for initialization/destruction of AMDTP stream | Takashi Sakamoto | 1 | -20/+19 |
2019-07-22 | ALSA: firewire-lib: process payload of isoc context according to packet descr... | Takashi Sakamoto | 1 | -21/+34 |
2019-07-22 | ALSA: fireface: code refactoring for FF data block processing layer | Takashi Sakamoto | 1 | -21/+28 |
2019-07-22 | ALSA: firewire-lib: pass packet descriptor to data block processing layer | Takashi Sakamoto | 1 | -11/+12 |
2019-07-22 | ALSA: firewire-lib: pass no syt information to data block processing layer | Takashi Sakamoto | 1 | -4/+4 |
2019-07-22 | ALSA: firewire-lib: pass data block counter to data block processing layer | Takashi Sakamoto | 1 | -6/+4 |