summaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorMark Brown2009-11-18 14:42:05 +0100
committerMark Brown2009-11-18 14:42:05 +0100
commit1452556bebc302121eea5dfb3cbd464824406bb8 (patch)
tree5fd1e8fc0d7bd4b1f12a026201ee0c44eb3aaff1 /sound/soc
parentASoC: DaVinci: remove requirement that dma_params is 1st in structure (diff)
parentASoC: Use DMA_BIT_MASK(32) instead of deprecated DMA_32BIT_MASK (diff)
downloadkernel-qcow2-linux-1452556bebc302121eea5dfb3cbd464824406bb8.tar.gz
kernel-qcow2-linux-1452556bebc302121eea5dfb3cbd464824406bb8.tar.xz
kernel-qcow2-linux-1452556bebc302121eea5dfb3cbd464824406bb8.zip
Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into for-2.6.33
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/s6000/s6000-pcm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s6000/s6000-pcm.c b/sound/soc/s6000/s6000-pcm.c
index 83b8028e209d..0eb1722f6581 100644
--- a/sound/soc/s6000/s6000-pcm.c
+++ b/sound/soc/s6000/s6000-pcm.c
@@ -423,7 +423,7 @@ static void s6000_pcm_free(struct snd_pcm *pcm)
snd_pcm_lib_preallocate_free_for_all(pcm);
}
-static u64 s6000_pcm_dmamask = DMA_32BIT_MASK;
+static u64 s6000_pcm_dmamask = DMA_BIT_MASK(32);
static int s6000_pcm_new(struct snd_card *card,
struct snd_soc_dai *dai, struct snd_pcm *pcm)
@@ -435,7 +435,7 @@ static int s6000_pcm_new(struct snd_card *card,
if (!card->dev->dma_mask)
card->dev->dma_mask = &s6000_pcm_dmamask;
if (!card->dev->coherent_dma_mask)
- card->dev->coherent_dma_mask = DMA_32BIT_MASK;
+ card->dev->coherent_dma_mask = DMA_BIT_MASK(32);
if (params->dma_in) {
s6dmac_disable_chan(DMA_MASK_DMAC(params->dma_in),