Re: [PATCH v2 2/8] ASoC: simple-card: simplify code

2014-01-22 Thread Mark Brown
On Wed, Jan 15, 2014 at 04:51:37PM +0100, Jean-Francois Moine wrote: > The DT values are copied to the non-DT structure before being moved to > the card structure. > Set directly the DT values in the card and move the non-DT copy to the > non-DT sequence. Applied, thanks. Every patch in this

Re: [PATCH v2 2/8] ASoC: simple-card: simplify code

2014-01-22 Thread Mark Brown
On Wed, Jan 15, 2014 at 04:51:37PM +0100, Jean-Francois Moine wrote: The DT values are copied to the non-DT structure before being moved to the card structure. Set directly the DT values in the card and move the non-DT copy to the non-DT sequence. Applied, thanks. Every patch in this series

[PATCH v2 2/8] ASoC: simple-card: simplify code

2014-01-15 Thread Jean-Francois Moine
The DT values are copied to the non-DT structure before being moved to the card structure. Set directly the DT values in the card and move the non-DT copy to the non-DT sequence. Signed-off-by: Jean-Francois Moine --- sound/soc/generic/simple-card.c | 22 -- 1 file

[PATCH v2 2/8] ASoC: simple-card: simplify code

2014-01-15 Thread Jean-Francois Moine
The DT values are copied to the non-DT structure before being moved to the card structure. Set directly the DT values in the card and move the non-DT copy to the non-DT sequence. Signed-off-by: Jean-Francois Moine moin...@free.fr --- sound/soc/generic/simple-card.c | 22