]> 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)
commit2bacac894df36e99b6021081b040f4755aa7ee63
tree790a3c0fa37610304f74cf54641a661efa8f042c
parent8cd2b40dad6f118d7287346f538ebda48662ad53
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