aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/fireface (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-28sound: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-27sound: annotate ->poll() instancesAl Viro1-2/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland3-11/+11
2017-08-23ALSA: fireface: Use common error handling code in pcm_open()Markus Elfring1-10/+10
2017-08-22ALSA: firewire: add const qualifier to identifiers for read-only symbolsTakashi Sakamoto3-4/+4
2017-06-08ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicationsTakashi Sakamoto1-21/+0
2017-06-07ALSA: fireface: constify ALSA specific operationsTakashi Sakamoto2-39/+35
2017-06-07ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackTakashi Sakamoto1-0/+16
2017-04-20ALSA: fireface: obsolete usage of ktime_set() for zero assignmentTakashi Sakamoto1-1/+1
2017-04-05ALSA: fireface: add support for Fireface 400Takashi Sakamoto4-1/+395
2017-04-05ALSA: fireface: add hwdep interfaceTakashi Sakamoto6-4/+266
2017-04-05ALSA: fireface: add support for PCM functionalityTakashi Sakamoto4-1/+404
2017-04-05ALSA: fireface: add stream management functionalityTakashi Sakamoto4-1/+267
2017-04-05ALSA: fireface: add unique data processing layerTakashi Sakamoto3-1/+164
2017-04-05ALSA: fireface: add proc node to help debuggingTakashi Sakamoto4-1/+68
2017-04-05ALSA: fireface: add support for MIDI functionalityTakashi Sakamoto4-1/+140
2017-04-05ALSA: fireface: add transaction supportTakashi Sakamoto4-1/+328
2017-04-05ALSA: fireface: add an abstraction layer for model-specific protocolsTakashi Sakamoto1-0/+31
2017-04-05ALSA: fireface: add model specific structureTakashi Sakamoto2-4/+19
2017-04-05ALSA: fireface: postpone sound card registrationTakashi Sakamoto2-22/+67
2017-04-05ALSA: fireface: add skeleton for RME Fireface seriesTakashi Sakamoto3-0/+143