At Mon, 11 Mar 2013 09:55:51 +0100, Takashi Iwai wrote:
At Sun, 10 Mar 2013 00:37:20 +0100, Adrian Knoth wrote:
Hi!
I've spent another day at IOSONO to work with them on QA patches for the RME MADI series, especially the optional TCO module (LTC synchronisation with video cameras).
Here are our results, all tested for an entire week in their lab.
Thanks, applied all patches now.
... then I found an obvious build error. I fixed up the patch with the following.
Takashi
--- diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index c3516ed..9ea05e9 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c @@ -1087,6 +1087,9 @@ static int hdspm_round_frequency(int rate) return 48000; }
+static int hdspm_tco_sync_check(struct hdspm *hdspm); +static int hdspm_sync_in_sync_check(struct hdspm *hdspm); + /* check for external sample rate */ static int hdspm_external_sample_rate(struct hdspm *hdspm) {