Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283823
b: refs/heads/master
c: 9b8f569
h: refs/heads/master
i:
  283821: 79f1fd3
  283819: a0fc91e
  283815: 055dc30
  283807: 21e7b59
v: v3
  • Loading branch information
Mark Brown committed Nov 29, 2011
1 parent 0eae1a3 commit f2d266a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4cdf5e49ce8ff79038ee5388cc5f97097238bb29
refs/heads/master: 9b8f5695a155308a4e0355a29747961bec9757c0
2 changes: 1 addition & 1 deletion trunk/sound/soc/samsung/i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ static int samsung_i2s_dai_probe(struct snd_soc_dai *dai)
writel(CON_RSTCLR, i2s->addr + I2SCON);

if (i2s->quirks & QUIRK_SEC_DAI)
idma_reg_addr_init((void *)i2s->addr,
idma_reg_addr_init(i2s->addr,
i2s->sec_dai->idma_playback.dma_addr);

probe_exit:
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/samsung/idma.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ static int idma_new(struct snd_soc_pcm_runtime *rtd)
return ret;
}

void idma_reg_addr_init(void *regs, dma_addr_t addr)
void idma_reg_addr_init(void __iomem *regs, dma_addr_t addr)
{
spin_lock_init(&idma.lock);
idma.regs = regs;
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/samsung/idma.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#ifndef __SND_SOC_SAMSUNG_IDMA_H_
#define __SND_SOC_SAMSUNG_IDMA_H_

extern void idma_reg_addr_init(void *regs, dma_addr_t addr);
extern void idma_reg_addr_init(void __iomem *regs, dma_addr_t addr);

/* dma_state */
#define LPAM_DMA_STOP 0
Expand Down

0 comments on commit f2d266a

Please sign in to comment.