diff options
author | Mark Brown <broonie@linaro.org> | 2013-10-24 11:24:01 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-24 11:24:01 +0100 |
commit | d1c59c87128722d159db1d83bd2b8f2d8a89915f (patch) | |
tree | ff329b308fd01a67296beab8f8de6205caacd5a3 /include | |
parent | 80ca31869f81fd64eb2afdf66425e44232bb1875 (diff) | |
parent | e54cf76ba2c9ec071a68e98f2830226c0cac8086 (diff) | |
download | linux-d1c59c87128722d159db1d83bd2b8f2d8a89915f.tar.gz linux-d1c59c87128722d159db1d83bd2b8f2d8a89915f.tar.bz2 linux-d1c59c87128722d159db1d83bd2b8f2d8a89915f.zip |
Merge remote-tracking branch 'asoc/topic/bclk' into asoc-next
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/soc-dai.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h index ae9a227d35d3..d8acf0ca77be 100644 --- a/include/sound/soc-dai.h +++ b/include/sound/soc-dai.h @@ -105,6 +105,8 @@ int snd_soc_dai_set_clkdiv(struct snd_soc_dai *dai, int snd_soc_dai_set_pll(struct snd_soc_dai *dai, int pll_id, int source, unsigned int freq_in, unsigned int freq_out); +int snd_soc_dai_set_bclk_ratio(struct snd_soc_dai *dai, unsigned int ratio); + /* Digital Audio interface formatting */ int snd_soc_dai_set_fmt(struct snd_soc_dai *dai, unsigned int fmt); @@ -131,6 +133,7 @@ struct snd_soc_dai_ops { int (*set_pll)(struct snd_soc_dai *dai, int pll_id, int source, unsigned int freq_in, unsigned int freq_out); int (*set_clkdiv)(struct snd_soc_dai *dai, int div_id, int div); + int (*set_bclk_ratio)(struct snd_soc_dai *dai, unsigned int ratio); /* * DAI format configuration |