aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/fireworks
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2021-05-31 11:50:58 +0900
committerTakashi Iwai <tiwai@suse.de>2021-06-01 08:18:18 +0200
commit77f1fd6d28529de4acdbadf8d5b4997dd00a5479 (patch)
tree545804c527c9c508b8746c927717283d67e84db3 /sound/firewire/fireworks
parentALSA: usb-audio: Remove the repeated declaration (diff)
downloadlinux-dev-77f1fd6d28529de4acdbadf8d5b4997dd00a5479.tar.xz
linux-dev-77f1fd6d28529de4acdbadf8d5b4997dd00a5479.zip
ALSA: fireworks: delete SYTMATCH clock source
In the design of Fireworks board module, the device does't adjust its media clock voluntarily by the sequence of presentation time expressed in syt field of CIP header of received packet. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Link: https://lore.kernel.org/r/20210531025103.17880-2-o-takashi@sakamocchi.jp Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/fireworks')
-rw-r--r--sound/firewire/fireworks/fireworks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/fireworks/fireworks.h b/sound/firewire/fireworks/fireworks.h
index 654e28a6669f..49e12cf7c0e3 100644
--- a/sound/firewire/fireworks/fireworks.h
+++ b/sound/firewire/fireworks/fireworks.h
@@ -181,7 +181,7 @@ struct snd_efw_phys_meters {
} __packed;
enum snd_efw_clock_source {
SND_EFW_CLOCK_SOURCE_INTERNAL = 0,
- SND_EFW_CLOCK_SOURCE_SYTMATCH = 1,
+ // Unused.
SND_EFW_CLOCK_SOURCE_WORDCLOCK = 2,
SND_EFW_CLOCK_SOURCE_SPDIF = 3,
SND_EFW_CLOCK_SOURCE_ADAT_1 = 4,