Re: [PATCH 8/8] ASoC: simple-card: add off-codec widgets supports.

2014-01-23 Thread Mark Brown
On Thu, Jan 23, 2014 at 01:02:50PM +0800, Xiubo Li wrote: > + /* off-codec widgets */ > + if (of_property_read_bool(node, "simple-audio-card,widgets")) { > + ret = snd_soc_of_parse_audio_simple_widgets(>snd_card, > +

Re: [PATCH 8/8] ASoC: simple-card: add off-codec widgets supports.

2014-01-23 Thread Mark Brown
On Thu, Jan 23, 2014 at 01:02:50PM +0800, Xiubo Li wrote: + /* off-codec widgets */ + if (of_property_read_bool(node, simple-audio-card,widgets)) { + ret = snd_soc_of_parse_audio_simple_widgets(priv-snd_card, +

[PATCH 8/8] ASoC: simple-card: add off-codec widgets supports.

2014-01-22 Thread Xiubo Li
Signed-off-by: Xiubo Li --- sound/soc/generic/simple-card.c | 8 1 file changed, 8 insertions(+) diff --git a/sound/soc/generic/simple-card.c b/sound/soc/generic/simple-card.c index d067e0a..4b7ef4d 100644 --- a/sound/soc/generic/simple-card.c +++ b/sound/soc/generic/simple-card.c @@

[PATCH 8/8] ASoC: simple-card: add off-codec widgets supports.

2014-01-22 Thread Xiubo Li
Signed-off-by: Xiubo Li li.xi...@freescale.com --- sound/soc/generic/simple-card.c | 8 1 file changed, 8 insertions(+) diff --git a/sound/soc/generic/simple-card.c b/sound/soc/generic/simple-card.c index d067e0a..4b7ef4d 100644 --- a/sound/soc/generic/simple-card.c +++