diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2019-02-14 10:45:55 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-02-14 11:17:35 -0500 |
commit | 76d9c68b360f852e784170f10cb431e4713c7d0b (patch) | |
tree | 06015d051e3e19eb740be637c68cb08093fc16ee /include/sound | |
parent | 541ccdc113f000d51858ee7e135889e4096a3316 (diff) |
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( | |||
99 | * playback. | 99 | * playback. |
100 | */ | 100 | */ |
101 | #define SND_DMAENGINE_PCM_FLAG_HALF_DUPLEX BIT(3) | 101 | #define SND_DMAENGINE_PCM_FLAG_HALF_DUPLEX BIT(3) |
102 | /* | ||
103 | * The PCM streams have custom channel names specified. | ||
104 | */ | ||
105 | #define SND_DMAENGINE_PCM_FLAG_CUSTOM_CHANNEL_NAME BIT(4) | ||
106 | 102 | ||
107 | /** | 103 | /** |
108 | * struct snd_dmaengine_pcm_config - Configuration data for dmaengine based PCM | 104 | * struct snd_dmaengine_pcm_config - Configuration data for dmaengine based PCM |