Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293418
b: refs/heads/master
c: fb1a645
h: refs/heads/master
v: v3
  • Loading branch information
Shawn Guo authored and Mark Brown committed Feb 28, 2012
1 parent 77d86d5 commit 849b414
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 2c823d14bfad16e75d16674a312a779a1485a2bd
refs/heads/master: fb1a6453bc413841876eac2ed1d7fd9e74b118fc
4 changes: 2 additions & 2 deletions trunk/sound/soc/fsl/mpc8610_hpcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ static int codec_node_dev_name(struct device_node *np, char *buf, size_t len)
}

static int get_dma_channel(struct device_node *ssi_np,
const char *compatible,
const char *name,
struct snd_soc_dai_link *dai,
unsigned int *dma_channel_id,
unsigned int *dma_id)
Expand All @@ -283,7 +283,7 @@ static int get_dma_channel(struct device_node *ssi_np,
const u32 *iprop;
int ret;

dma_channel_np = get_node_by_phandle_name(ssi_np, compatible,
dma_channel_np = get_node_by_phandle_name(ssi_np, name,
"fsl,ssi-dma-channel");
if (!dma_channel_np)
return -EINVAL;
Expand Down
4 changes: 2 additions & 2 deletions trunk/sound/soc/fsl/p1022_ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ static int codec_node_dev_name(struct device_node *np, char *buf, size_t len)
}

static int get_dma_channel(struct device_node *ssi_np,
const char *compatible,
const char *name,
struct snd_soc_dai_link *dai,
unsigned int *dma_channel_id,
unsigned int *dma_id)
Expand All @@ -286,7 +286,7 @@ static int get_dma_channel(struct device_node *ssi_np,
const u32 *iprop;
int ret;

dma_channel_np = get_node_by_phandle_name(ssi_np, compatible,
dma_channel_np = get_node_by_phandle_name(ssi_np, name,
"fsl,ssi-dma-channel");
if (!dma_channel_np)
return -EINVAL;
Expand Down

0 comments on commit 849b414

Please sign in to comment.