diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2019-10-30 17:06:39 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-10-30 10:57:52 +0100 |
commit | 2644df63c709e107c1882be95d802adea284dbf5 (patch) | |
tree | 5de4dd846396d102b3fe6b7e6d972483b8e32b94 /sound/firewire/motu/motu-protocol-v3.c | |
parent | 1d4961d9eb1aaa498dfb44779b7e4b95d79112d0 (diff) |
ALSA: firewire-motu: fix wrong spelling for macro
Just replace 'SEPARETED' with 'SEPARATED' for macro.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://lore.kernel.org/r/20191030080644.1704-2-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/motu/motu-protocol-v3.c')
-rw-r--r-- | sound/firewire/motu/motu-protocol-v3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/motu/motu-protocol-v3.c b/sound/firewire/motu/motu-protocol-v3.c index 5eafa506e8a9..ba5794c724be 100644 --- a/sound/firewire/motu/motu-protocol-v3.c +++ b/sound/firewire/motu/motu-protocol-v3.c @@ -187,7 +187,7 @@ static void calculate_fixed_part(struct snd_motu_packet_format *formats, pcm_chunks[1] += 2; } } else { - if (flags & SND_MOTU_SPEC_RX_SEPARETED_MAIN) { + if (flags & SND_MOTU_SPEC_RX_SEPARATED_MAIN) { pcm_chunks[0] += 2; pcm_chunks[1] += 2; } |