[alsa-devel] [PATCH 4/5] ASoC: wm8960: add support for big-endian audio samples
Mark Brown
broonie at opensource.wolfsonmicro.com
Wed Sep 19 04:34:05 CEST 2012
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.
More information about the Alsa-devel
mailing list