19 Sep
2012
19 Sep
'12
2:34 a.m.
On Fri, Sep 14, 2012 at 04:14:37PM -0500, Timur Tabi wrote:
PowerPC ASoC drivers frequently use the _BE variants of the SNDRV_PCM_FORMAT macros, so we need to look for those as well.
Applied but...
snd_pcm_format_t format = params_format(params); int i;
/* bit size */
- switch (params_format(params)) {
- switch (format) {
...please don't introduce unrelated changes, especially ones you don't mention in the changelog.