Re: [PATCH 05/39 v2] ASoC: simple-card-utils: add asoc_simple_card_parse_tdm()

2016-06-29 Thread Kuninori Morimoto
Hi Mark > > +int asoc_simple_card_parse_tdm(struct device_node *port_np, > > + struct asoc_simple_dai *simple_dai) > > +{ > > + return snd_soc_of_parse_tdm_slot(port_np, > > +_dai->tx_slot_mask, > > +

Re: [PATCH 05/39 v2] ASoC: simple-card-utils: add asoc_simple_card_parse_tdm()

2016-06-29 Thread Mark Brown
On Tue, May 31, 2016 at 09:00:40AM +, Kuninori Morimoto wrote: > +int asoc_simple_card_parse_tdm(struct device_node *port_np, > +struct asoc_simple_dai *simple_dai) > +{ > + return snd_soc_of_parse_tdm_slot(port_np, > +

[PATCH 05/39 v2] ASoC: simple-card-utils: add asoc_simple_card_parse_tdm()

2016-05-31 Thread Kuninori Morimoto
From: Kuninori Morimoto simple-card is supporting TDM. This patch makes this method simple style standard. Signed-off-by: Kuninori Morimoto --- include/sound/simple_card_utils.h | 12