Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332048
b: refs/heads/master
c: e93c7d1
h: refs/heads/master
v: v3
  • Loading branch information
Peter Ujfalusi authored and Mark Brown committed Sep 5, 2012
1 parent 498bb00 commit c26ad9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 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: fc600432cd23e35c85de2ff4468d816d6938a112
refs/heads/master: e93c7d1bc350189511d32cec2f0af79c30e7fa47
31 changes: 0 additions & 31 deletions trunk/sound/soc/omap/mcbsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -762,37 +762,6 @@ int omap2_mcbsp_set_clks_src(struct omap_mcbsp *mcbsp, u8 fck_src_id)

}

int omap_mcbsp_6pin_src_mux(struct omap_mcbsp *mcbsp, u8 mux)
{
const char *signal, *src;

if (!mcbsp->pdata->mux_signal)
return -EINVAL;

switch (mux) {
case CLKR_SRC_CLKR:
signal = "clkr";
src = "clkr";
break;
case CLKR_SRC_CLKX:
signal = "clkr";
src = "clkx";
break;
case FSR_SRC_FSR:
signal = "fsr";
src = "fsr";
break;
case FSR_SRC_FSX:
signal = "fsr";
src = "fsx";
break;
default:
return -EINVAL;
}

return mcbsp->pdata->mux_signal(mcbsp->dev, signal, src);
}

#define max_thres(m) (mcbsp->pdata->buffer_size)
#define valid_threshold(m, val) ((val) <= max_thres(m))
#define THRESHOLD_PROP_BUILDER(prop) \
Expand Down

0 comments on commit c26ad9f

Please sign in to comment.