aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/samsung
diff options
context:
space:
mode:
authorJoachim Eastwood <joachim.eastwood@jotron.com>2011-12-31 20:43:03 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-01-20 08:58:26 -0500
commit350e16d5293b54e2ef105ebd777f43dbe5a15ffa (patch)
treef5afacc9cdf4dff3c15a9529c45a0d4852d82e4e /sound/soc/samsung
parent6296914ccefe6efefee811436dd7cfad6545f2eb (diff)
ASoC: replace 0xffffffff with DMA_BIT_MASK macro
Signed-off-by: Joachim Eastwood <joachim.eastwood@jotron.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/samsung')
-rw-r--r--sound/soc/samsung/dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/samsung/dma.c b/sound/soc/samsung/dma.c
index e4ba17ce6b32..ddc6cde14e2a 100644
--- a/sound/soc/samsung/dma.c
+++ b/sound/soc/samsung/dma.c
@@ -411,7 +411,7 @@ static int dma_new(struct snd_soc_pcm_runtime *rtd)
411 if (!card->dev->dma_mask) 411 if (!card->dev->dma_mask)
412 card->dev->dma_mask = &dma_mask; 412 card->dev->dma_mask = &dma_mask;
413 if (!card->dev->coherent_dma_mask) 413 if (!card->dev->coherent_dma_mask)
414 card->dev->coherent_dma_mask = 0xffffffff; 414 card->dev->coherent_dma_mask = DMA_BIT_MASK(32);
415 415
416 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) { 416 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) {
417 ret = preallocate_dma_buffer(pcm, 417 ret = preallocate_dma_buffer(pcm,