Hi Dmitri,
Em 20-09-2010 17:07, Dmitri Belimov escreveu:
> Hi 
> 
> I rework my last patch for audio and now audio works well. This patch can be 
> submited to GIT tree
> Quality of audio now is good for SECAM-DK. For other standard I set some 
> value from datasheet need some tests.
> 
> 1. Fix pcm buffer overflow
> 2. Rework pcm buffer fill method
> 3. Swap bytes in audio stream
> 4. Change some registers value for TM6010
> 5. Change pcm buffer size

One small compilation fix for your patch:

diff --git a/drivers/staging/tm6000/tm6000-stds.c 
b/drivers/staging/tm6000/tm6000-stds.c
index 6bf4a73..fe22f42 100644
--- a/drivers/staging/tm6000/tm6000-stds.c
+++ b/drivers/staging/tm6000/tm6000-stds.c
@@ -32,7 +32,7 @@ struct tm6000_std_tv_settings {
        v4l2_std_id id;
        struct tm6000_reg_settings sif[12];
        struct tm6000_reg_settings nosif[12];
-       struct tm6000_reg_settings common[25];
+       struct tm6000_reg_settings common[26];
 };
 

I'll do some tests on it.

Cheers,
Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to