aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/firewire/digi00x/amdtp-dot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-22ALSA: firewire-lib: process payload of isoc context according to packet descriptorsTakashi Sakamoto1-26/+40
2019-07-22ALSA: firewire-digi00x: code refactoring for DOT data block processing layerTakashi Sakamoto1-17/+28
2019-07-22ALSA: firewire-lib: pass packet descriptor to data block processing layerTakashi Sakamoto1-15/+12
2019-07-22ALSA: firewire-lib: pass no syt information to data block processing layerTakashi Sakamoto1-4/+4
2019-07-22ALSA: firewire-lib: pass data block counter to data block processing layerTakashi Sakamoto1-9/+7
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner1-2/+1
2019-05-22ALSA: firewire-lib: use union for directional parametersTakashi Sakamoto1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-3/+3
2017-05-22ALSA: firewire: remove support for 16 bit PCM samples in playback substreamTakashi Sakamoto1-61/+2
2017-04-05ALSA: firewire-digi00x: handle all MIDI messages on streaming packetsTakashi Sakamoto1-18/+37
2016-05-10ALSA: firewire-lib: enable the same feature as CIP_SKIP_INIT_DBC_CHECK flagTakashi Sakamoto1-1/+1
2016-02-09ALSA: firewire-digi00x: Drop bogus const type qualifier on dot_scrt()Geert Uytterhoeven1-1/+1
2015-10-11ALSA: firewire-digi00x: handle MIDI messages in isochronous packetsTakashi Sakamoto1-4/+116
2015-10-11ALSA: firewire-digi00x: use in-kernel representation for the type of 8 bitsTakashi Sakamoto1-15/+15
2015-09-30ALSA: firewire-digi00x: add data block processing layerTakashi Sakamoto1-0/+330