Re: [PATCH v3 1/4] ASoC: simple-card: Simplify code

2014-03-17 Thread Mark Brown
On Sat, Mar 15, 2014 at 11:32:42AM +0100, Jean-Francois Moine wrote: > The global DAI format is used only in the function > asoc_simple_card_parse_of(). So, move it from the private data > to the stack. Applied, thanks. signature.asc Description: Digital signature

[PATCH v3 1/4] ASoC: simple-card: Simplify code

2014-03-15 Thread Jean-Francois Moine
The global DAI format is used only in the function asoc_simple_card_parse_of(). So, move it from the private data to the stack. Signed-off-by: Jean-Francois Moine --- sound/soc/generic/simple-card.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sound/soc/generic/