aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/bebob/bebob.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-16ALSA: bebob: Fix bit flag quirk constantsColin Ian King1-2/+2
2021-06-12ALSA: bebob: fulfil device entriesTakashi Sakamoto1-9/+0
2021-06-11ALSA: bebob: code refactoring for model-dependent quirksTakashi Sakamoto1-2/+6
2021-06-11ALSA: bebob: delete workaround for protocol version 3Takashi Sakamoto1-2/+0
2021-06-07ALSA: bebob: cease from delayed card registrationTakashi Sakamoto1-4/+0
2021-05-25ALSA: bebob: distinguish M-Audio ProFire Lightbridge quirkTakashi Sakamoto1-0/+1
2021-03-22ALSA: bebob: detect the number of available MIDI portsTakashi Sakamoto1-0/+2
2019-10-18ALSA: bebob: share PCM buffer size for both directionTakashi Sakamoto1-1/+2
2019-10-17ALSA: bebob: register the size of PCM period to AMDTP domainTakashi Sakamoto1-1/+2
2019-08-05ALSA: bebob: support AMDTP domainTakashi Sakamoto1-0/+2
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-12ALSA: bebob: obsolete useless member of private structureTakashi Sakamoto1-2/+0
2019-06-12ALSA: bebob: configure sampling transfer frequency in pcm.hw_params callbackTakashi Sakamoto1-1/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner1-2/+1
2017-08-22ALSA: firewire: add const qualifier to identifiers for read-only symbolsTakashi Sakamoto1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-08-24ALSA: bebob: unify configurations for some models produced by Yamaha/TerratecTakashi Sakamoto1-2/+1
2016-05-10ALSA: bebob: drop reuse of incoming packet parameter for outgoing packet parameterTakashi Sakamoto1-1/+0
2016-03-31ALSA: bebob: delayed registration of sound cardTakashi Sakamoto1-1/+4
2016-02-20ALSA: bebob: give up updating streams at bus reset handlerTakashi Sakamoto1-1/+0
2016-02-20ALSA: bebob: change type of substream counter from atomic_t to unsigned intTakashi Sakamoto1-1/+1
2016-02-20ALSA: bebob: simplify bus-reset handlingTakashi Sakamoto1-2/+0
2015-10-11ALSA: bebob: constify various snd_bebob structuresJulia Lawall1-16/+16
2015-09-29ALSA: firewire-lib: add data block processing layer for AM824 formatTakashi Sakamoto1-1/+1
2015-09-29ALSA: firewire-lib: rename 'amdtp' to 'amdtp-stream' to prepare for functional separationTakashi Sakamoto1-1/+1
2015-06-15ALSA: bebob: keep duplex streams always to keep internal multiplexer properlyTakashi Sakamoto1-2/+1
2015-06-15ALSA: bebob: add 'version' member for BeBoB protocol versionTakashi Sakamoto1-0/+3
2015-06-15ALSA: bebob: obsolete string literal expression for clock sourceTakashi Sakamoto1-1/+0
2015-06-15ALSA: bebob: use normalized representation for the type of clock sourceTakashi Sakamoto1-2/+2
2015-06-15ALSA: bebob: apply new enumerator to normalize the type of clock sourceTakashi Sakamoto1-0/+6
2015-06-15ALSA: bebob: improve signal mode detection for clock sourceTakashi Sakamoto1-1/+2
2014-10-21ALSA: bebob: More constify text arraysTakashi Iwai1-2/+2
2014-06-04ALSA: bebob: Remove unused function prototypeTakashi Sakamoto1-2/+0
2014-05-27ALSA: fireworks/bebob: Add suffix for long long integer literalTakashi Sakamoto1-2/+2
2014-05-27ALSA: fireworks/bebob: Change type of argument for sampling rateTakashi Sakamoto1-1/+1
2014-05-26ALSA: firewire/bebob: Add a workaround for M-Audio special Firewire seriesTakashi Sakamoto1-0/+1
2014-05-26ALSA: bebob: Send a cue to load firmware for M-Audio Firewire seriesTakashi Sakamoto1-0/+1
2014-05-26ALSA: bebob: Add support for M-Audio special Firewire seriesTakashi Sakamoto1-0/+5
2014-05-26ALSA: bebob: Add support for M-Audio usual Firewire seriesTakashi Sakamoto1-0/+5
2014-05-26ALSA: bebob: Add support for Focusrite Saffire/SaffirePro seriesTakashi Sakamoto1-0/+4
2014-05-26ALSA: bebob: Add support for Yamaha GO seriesTakashi Sakamoto1-0/+1
2014-05-26ALSA: bebob: Add support for Terratec PHASE, EWS series and AureonTakashi Sakamoto1-0/+4
2014-05-26ALSA: bebob: Prepare for device specific operationsTakashi Sakamoto1-1/+32
2014-05-26ALSA: bebob: Add hwdep interfaceTakashi Sakamoto1-0/+13
2014-05-26ALSA: bebob: Add PCM interfaceTakashi Sakamoto1-0/+4
2014-05-26ALSA: bebob: Add MIDI interfaceTakashi Sakamoto1-0/+3
2014-05-26ALSA: bebob: Add proc interface for debugging purposeTakashi Sakamoto1-0/+3
2014-05-26ALSA: bebob/firewire-lib: Add a quirk for discontinuity at bus resetTakashi Sakamoto1-0/+4
2014-05-26ALSA: bebob: Add commands and connections/streams managementTakashi Sakamoto1-0/+114
2014-05-26ALSA: bebob: Add skelton for BeBoB based devicesTakashi Sakamoto1-0/+64