diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2019-02-14 16:45:55 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-02-14 16:17:35 +0000 |
commit | 76d9c68b360f852e784170f10cb431e4713c7d0b (patch) | |
tree | 06015d051e3e19eb740be637c68cb08093fc16ee /include/sound | |
parent | 541ccdc113f000d51858ee7e135889e4096a3316 (diff) | |
download | linux-76d9c68b360f852e784170f10cb431e4713c7d0b.tar.bz2 |
ASoC: dmaengine: Remove unused SND_DMAENGINE_PCM_FLAG_CUSTOM_CHANNEL_NAME flag
There is now no users of this flag so remove it together with
related code. The chan_name field of snd_dmaengine_dai_dma_data
data structure is not removed as it is still in use by the PXA
platform.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/dmaengine_pcm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sound/dmaengine_pcm.h b/include/sound/dmaengine_pcm.h index 2c4cfaa135a6..c679f6116580 100644 --- a/include/sound/dmaengine_pcm.h +++ b/include/sound/dmaengine_pcm.h @@ -99,10 +99,6 @@ void snd_dmaengine_pcm_set_config_from_dai_data( * playback. */ #define SND_DMAENGINE_PCM_FLAG_HALF_DUPLEX BIT(3) -/* - * The PCM streams have custom channel names specified. - */ -#define SND_DMAENGINE_PCM_FLAG_CUSTOM_CHANNEL_NAME BIT(4) /** * struct snd_dmaengine_pcm_config - Configuration data for dmaengine based PCM |