From: Grazvydas Ignotas Date: Thu, 8 Mar 2012 14:55:31 +0000 (+0200) Subject: ASoC: omap-mcbsp: fix snd_pcm_hw_rule_add arguments X-Git-Tag: sz_beta2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd173f9857bf896891df631481cca19de916edda;p=pandora-kernel.git ASoC: omap-mcbsp: fix snd_pcm_hw_rule_add arguments We are setting SNDRV_PCM_HW_PARAM_BUFFER_SIZE based on SNDRV_PCM_HW_PARAM_CHANNELS, not vice versa. This bug didn't have much impact because the rules are evaluated multiple times by the core, and intended value got set eventually. Signed-off-by: Grazvydas Ignotas --- Reading git-diff-tree failed