diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2018-06-18 14:07:52 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-06-19 20:44:47 +0200 |
commit | 81720c6d49b7932d642e7dca736bef9a40c9b5f7 (patch) | |
tree | ed4aeeb3129fe4f819b2fd3fd78116789ed45369 /sound/firewire/motu/motu.h | |
parent | ALSA: firewire-motu: suppless consumption for unused element of array in stack (diff) | |
download | linux-81720c6d49b7932d642e7dca736bef9a40c9b5f7.tar.xz linux-81720c6d49b7932d642e7dca736bef9a40c9b5f7.zip |
ALSA: firewire-motu: add a flag for chunks for main 1/2 out
This driver explicitly assumes that all of supported models have main data
chunk separated from chunk for analog ports. However, MOTU Traveler doesn't
support the separated main data chunk.
This commit adds a flag for the separated main data chunk.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/motu/motu.h')
-rw-r--r-- | sound/firewire/motu/motu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/firewire/motu/motu.h b/sound/firewire/motu/motu.h index 4b23cf337c4b..bced0407179e 100644 --- a/sound/firewire/motu/motu.h +++ b/sound/firewire/motu/motu.h @@ -86,6 +86,7 @@ enum snd_motu_spec_flags { SND_MOTU_SPEC_RX_MIDI_3RD_Q = 0x0200, SND_MOTU_SPEC_TX_MIDI_2ND_Q = 0x0400, SND_MOTU_SPEC_TX_MIDI_3RD_Q = 0x0800, + SND_MOTU_SPEC_RX_SEPARETED_MAIN = 0x1000, }; #define SND_MOTU_CLOCK_RATE_COUNT 6 |