From: Ben Gardiner Date: Tue, 24 May 2011 18:50:16 +0000 (-0400) Subject: ASoC: davinci-pcm: expand the .formats X-Git-Tag: v3.1-rc1~271^2~2^2~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e56d5b834610504e232641565236ac60740a858;p=pandora-kernel.git ASoC: davinci-pcm: expand the .formats Based on the data_type test in ping_pong_dma_setup, davinci-pcm is capable of handling data of width up to and including 32bits. " if ((data_type == 0) || (data_type > 4)) { printk(KERN_ERR "%s: data_type=%i\n", __func__, data_type); return -EINVAL; } " Update the .format member of the snd_pcm_hardware instances it registers to reflect this capability. Signed-off-by: Ben Gardiner Reviewed-by: Steven Faludi Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed