]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl_asrc_dma: use correct direction enum type
authorStefan Agner <stefan@agner.ch>
Thu, 20 Apr 2017 06:36:07 +0000 (23:36 -0700)
committerMark Brown <broonie@kernel.org>
Fri, 21 Apr 2017 16:59:34 +0000 (17:59 +0100)
commit3d96058e2cab60c3439419dd23b347ad38375f6c
tree790a3c0fa37610304f74cf54641a661efa8f042c
parent88fa2f7f38b4d2643a48b85595412833244accde
ASoC: fsl_asrc_dma: use correct direction enum type

The direction argument is of type enum dma_transfer_direction, and
not enum dma_data_direction. The enumeration values are the same
so this did not had an effect in practise.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_asrc_dma.c