linux_dsm_epyc7002/sound/firewire/motu
Takashi Sakamoto dfbaa4dc11 ALSA: firewire-motu: add model-specific table of chunk count
In MOTU protocol, data block consists of SPH and 24-bit chunks
aligned to quadlet. The number of chunks per data block is specific
to model. For models with optical interface, the number differs
depending on I/O settings for the interface (ADAT, TOSLINK).

Currently the number is calculated from flags in model-specific
data. However this is weak in the case that the model has quirks.
Actually, for quirks of some models, flags are used against their
original meanings.

This commit adds model-specific table of chunk count. For future
integration, this table is based on the calculation.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://lore.kernel.org/r/20200519111641.123211-7-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2020-05-22 16:52:14 +02:00
..
amdtp-motu-trace.h ASoC: Updates for v5.3 2019-07-08 14:45:34 +02:00
amdtp-motu.c ALSA: firewire-motu: localize protocol data 2020-05-22 16:52:11 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
motu-hwdep.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345 2019-06-05 17:37:08 +02:00
motu-midi.c ALSA: firewire-motu: share PCM buffer size for both direction 2019-10-18 04:35:51 +02:00
motu-pcm.c ALSA: firewire-motu: add wrapper functions for protocol-dependent operations 2020-05-22 16:52:12 +02:00
motu-proc.c ALSA: firewire-motu: add wrapper functions for protocol-dependent operations 2020-05-22 16:52:12 +02:00
motu-protocol-v2.c ALSA: firewire-motu: add model-specific table of chunk count 2020-05-22 16:52:14 +02:00
motu-protocol-v3.c ALSA: firewire-motu: add model-specific table of chunk count 2020-05-22 16:52:14 +02:00
motu-stream.c ALSA: firewire-motu: add wrapper functions for protocol-dependent operations 2020-05-22 16:52:12 +02:00
motu-transaction.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345 2019-06-05 17:37:08 +02:00
motu.c ALSA: firewire-motu: move spec data to v3 protocol file 2020-05-22 16:52:10 +02:00
motu.h ALSA: firewire-motu: add model-specific table of chunk count 2020-05-22 16:52:14 +02:00