Re: [alsa-devel] [PATCH] ASoC: Allow 32bits registers

2009-06-08 Thread Mark Brown
On Sun, Jun 07, 2009 at 02:49:11AM -0300, Daniel Ribeiro wrote: Replace the remaining unsigned shorts with unsigned ints. Tested with pcap2 codec (25 bits registers). Signed-off-by: Daniel Ribeiro drw...@gmail.com Thanks, I've applied this. Given that the merge window is *very* close and

Re: [alsa-devel] [PATCH] ASoC: Allow 32bits registers

2009-06-08 Thread Daniel Ribeiro
Em Seg, 2009-06-08 às 10:50 +0100, Mark Brown escreveu: On Sun, Jun 07, 2009 at 02:49:11AM -0300, Daniel Ribeiro wrote: Replace the remaining unsigned shorts with unsigned ints. Tested with pcap2 codec (25 bits registers). Signed-off-by: Daniel Ribeiro drw...@gmail.com Thanks, I've

[PATCH] ASoC: Allow 32bits registers

2009-06-06 Thread Daniel Ribeiro
Replace the remaining unsigned shorts with unsigned ints. Tested with pcap2 codec (25 bits registers). Signed-off-by: Daniel Ribeiro drw...@gmail.com --- include/sound/soc.h |4 ++-- sound/soc/soc-core.c | 28 ++-- sound/soc/soc-dapm.c | 16 3