Searched hist:"24 dbd9edb668e2376ce871199f5ee4fd59c62276" (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/fsl/ |
H A D | fsl_asrc_dma.c | 24dbd9edb668e2376ce871199f5ee4fd59c62276 Thu Apr 20 06:36:07 UTC 2017 Stefan Agner <stefan@agner.ch> 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>
|