]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
ASoC: Drop SND_DMAENGINE_PCM_FLAG_CUSTOM_CHANNEL_NAME flag
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Tue, 25 Oct 2016 15:08:39 +0000 (17:08 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 25 Oct 2016 19:22:53 +0000 (20:22 +0100)
commitc6644119a3f80ea644bde10009d5e1013b5aff29
tree8ee7f3443ee859f701888da11776ac1052310196
parentcdaf9af1eaeb539e32bfd6da6310b41ad6c3ba23
ASoC: Drop SND_DMAENGINE_PCM_FLAG_CUSTOM_CHANNEL_NAME flag

Since commit 194c7dea00c68c1b1f8ff26304fa937a006f66dd
"ASoC: dmaengine: add custom DMA config to snd_dmaengine_pcm_config"
custom DMA channels can be also specified in chan_names[] field of
struct snd_dmaengine_pcm_config.  This patch removes chan_name field
of struct snd_dmaengine_dai_dma_data as it is now unused.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/dmaengine_pcm.h
sound/soc/soc-generic-dmaengine-pcm.c