Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270705
b: refs/heads/master
c: f79e5e8
h: refs/heads/master
i:
  270703: 271ea35
v: v3
  • Loading branch information
Mark Brown committed Sep 30, 2011
1 parent 477b780 commit 4699376
Show file tree
Hide file tree
Showing 2 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: fbc7c62a3ff831aef24894b7982cd1adb2b7e070
refs/heads/master: f79e5e8ce221c0c2e0754eb7076ba7611f209001
6 changes: 3 additions & 3 deletions trunk/sound/soc/codecs/rt5631.c
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ static const struct pll_div codec_slave_pll_div[] = {
{3072000, 12288000, 0x0a90},
};

struct coeff_clk_div coeff_div[] = {
static struct coeff_clk_div coeff_div[] = {
/* sysclk is 256fs */
{2048000, 8000 * 32, 8000, 0x1000},
{2048000, 8000 * 64, 8000, 0x0000},
Expand Down Expand Up @@ -1680,7 +1680,7 @@ static int rt5631_resume(struct snd_soc_codec *codec)
SNDRV_PCM_FMTBIT_S24_LE | \
SNDRV_PCM_FMTBIT_S8)

struct snd_soc_dai_ops rt5631_ops = {
static struct snd_soc_dai_ops rt5631_ops = {
.hw_params = rt5631_hifi_pcm_params,
.set_fmt = rt5631_hifi_codec_set_dai_fmt,
.set_sysclk = rt5631_hifi_codec_set_dai_sysclk,
Expand Down Expand Up @@ -1762,7 +1762,7 @@ static __devexit int rt5631_i2c_remove(struct i2c_client *client)
return 0;
}

struct i2c_driver rt5631_i2c_driver = {
static struct i2c_driver rt5631_i2c_driver = {
.driver = {
.name = "rt5631",
.owner = THIS_MODULE,
Expand Down

0 comments on commit 4699376

Please sign in to comment.