]> git.baikalelectronics.ru Git - 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)
commitd68d321b8a2cb751e3943ce8d7ac7949fc821428
tree8ee7f3443ee859f701888da11776ac1052310196
parent210b369473bb9e96d492da0438e04b327f564c12
ASoC: Drop SND_DMAENGINE_PCM_FLAG_CUSTOM_CHANNEL_NAME flag

Since commit 0050deac568b406f17877a89410024ce2545eadf
"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