On Tue, Aug 06, 2013 at 12:20:15AM +0200, Sebastian Hesselbarth wrote:
> @@ -0,0 +1,23 @@
> +#ifndef __TDA998X_H__
> +#define __TDA998X_H__
> +
> +enum tda998x_audio_format {
> +     AFMT_I2S,
> +     AFMT_SPDIF,
> +};
> +
> +struct tda998x_encoder_params {
> +     int audio_cfg;
> +     int audio_clk_cfg;
> +     enum tda998x_audio_format audio_format;
> +     int audio_sample_rate;
> +     char audio_frame[6];
> +     int swap_a, mirr_a;
> +     int swap_b, mirr_b;
> +     int swap_c, mirr_c;
> +     int swap_d, mirr_d;
> +     int swap_e, mirr_e;
> +     int swap_f, mirr_f;
> +};

You really should pick my version of this header file from the message
I sent earlier:

        e1ulloe-00058q...@rmk-pc.arm.linux.org.uk
        [PATCH RFC 7/8] drm/i2c: nxp-tda998x: add video and audio input 
configuration

if you're going to suggest that it's something I produced.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to