Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1250389 > unrolled thread

Re: [alsa-devel] [PATCH v1 1/4] ASoC: codec: Inno codec driver for RK3036 SoC

Started byRicard Wanderlof <ricard.wanderlof@axis.com>
First post2015-10-19 09:00 +0200
Last post2015-10-19 21:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [alsa-devel] [PATCH v1 1/4] ASoC: codec: Inno codec driver for  RK3036 SoC Ricard Wanderlof <ricard.wanderlof@axis.com> - 2015-10-19 09:00 +0200
    Re: [alsa-devel] [PATCH v1 1/4] ASoC: codec: Inno codec driver for  RK3036 SoC Mark Brown <broonie@kernel.org> - 2015-10-19 21:00 +0200

#1250389 — Re: [alsa-devel] [PATCH v1 1/4] ASoC: codec: Inno codec driver for RK3036 SoC

FromRicard Wanderlof <ricard.wanderlof@axis.com>
Date2015-10-19 09:00 +0200
SubjectRe: [alsa-devel] [PATCH v1 1/4] ASoC: codec: Inno codec driver for RK3036 SoC
Message-ID<qlcAi-55u-17@gated-at.bofh.it>
On Tue, 13 Oct 2015, Shunqian Zheng wrote:

> +static const struct of_device_id rk3036_codec_of_match[] = {
> +       { .compatible = "rk3036-codec", },
> +       {}
> +};
> +MODULE_DEVICE_TABLE(of, rk3036_codec_of_match);

Isn't a compatible string normally in the form "rockchip,rk3036-codec" ?

/Ricard
-- 
Ricard Wolf Wanderlöf                           ricardw(at)axis.com
Axis Communications AB, Lund, Sweden            www.axis.com
Phone +46 46 272 2016                           Fax +46 46 13 61 30
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1251013

FromMark Brown <broonie@kernel.org>
Date2015-10-19 21:00 +0200
Message-ID<qlnP5-4FP-31@gated-at.bofh.it>
In reply to#1250389

[Multipart message — attachments visible in raw view] — view raw

On Mon, Oct 19, 2015 at 08:56:51AM +0200, Ricard Wanderlof wrote:
> On Tue, 13 Oct 2015, Shunqian Zheng wrote:

> > +static const struct of_device_id rk3036_codec_of_match[] = {
> > +       { .compatible = "rk3036-codec", },
> > +       {}
> > +};
> > +MODULE_DEVICE_TABLE(of, rk3036_codec_of_match);

> Isn't a compatible string normally in the form "rockchip,rk3036-codec" ?

Yes, it needs vendor namespacing.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web