diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2015-06-14 06:49:32 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-06-15 14:37:07 +0300 |
commit | 05773792716e5a75b0f4bf4edcdc1e9c3b199ab8 (patch) | |
tree | 181e932e401049fb83ee1a086758e1e0af0d070d /sound/firewire/bebob/bebob_pcm.c | |
parent | 554d8983a07d853bc4761c575db2f1bbb2f14372 (diff) | |
download | linux-05773792716e5a75b0f4bf4edcdc1e9c3b199ab8.tar.xz |
ALSA: bebob: add SYT-Match support
In previous commits, this driver can detect the source of clock as mush
as possible. SYT-Match mode is also available.
This commit purge the restriction.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/bebob/bebob_pcm.c')
-rw-r--r-- | sound/firewire/bebob/bebob_pcm.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/firewire/bebob/bebob_pcm.c b/sound/firewire/bebob/bebob_pcm.c index e3f65a0698c7..e0a6b065952f 100644 --- a/sound/firewire/bebob/bebob_pcm.c +++ b/sound/firewire/bebob/bebob_pcm.c @@ -171,11 +171,6 @@ pcm_open(struct snd_pcm_substream *substream) err = snd_bebob_stream_get_clock_src(bebob, &src); if (err < 0) goto err_locked; - /* SYT-Match is not supported. */ - if (src == SND_BEBOB_CLOCK_TYPE_SYT) { - err = -EBUSY; - goto err_locked; - } /* * When source of clock is internal or any PCM stream are running, |