]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit24dbd9edb668e2376ce871199f5ee4fd59c62276
tree790a3c0fa37610304f74cf54641a661efa8f042c
parenta5de5b74a50113564a1e0850e2da96c37c35e55d
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