[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140127204441.GZ11841@sirena.org.uk>
Date: Mon, 27 Jan 2014 20:44:41 +0000
From: Mark Brown <broonie@...nel.org>
To: Jean-Francois Moine <moinejf@...e.fr>
Cc: alsa-devel@...a-project.org, Dave Airlie <airlied@...il.com>,
dri-devel@...ts.freedesktop.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Rob Clark <robdclark@...il.com>,
Russell King - ARM Linux <linux@....linux.org.uk>
Subject: Re: [PATCH 4/4] ASoC: tda998x: adjust the audio hw parameters from
EDID
On Mon, Jan 27, 2014 at 09:48:54AM +0100, Jean-Francois Moine wrote:
> + eld_ver = eld[0] >> 3;
> + if (eld_ver != 2 && eld_ver != 31)
> + return 0;
> +
> + mnl = eld[4] & 0x1f;
> + if (mnl > 16)
> + return 0;
> +
> + sad_count = eld[5] >> 4;
> + sad = eld + 20 + mnl;
Can this parsing code be factored out - it (or large parts of it) should
be usable by other HDMI devices shouldn't it?
Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists