Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263363
b: refs/heads/master
c: 0cc62e9
h: refs/heads/master
i:
  263361: 56838cd
  263359: 67488ff
v: v3
  • Loading branch information
Scott Jiang authored and Mark Brown committed Aug 15, 2011
1 parent a7d331c commit d3a12f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 396a2e79cdbd562bf7ea48132f8d3ba8304109b2
refs/heads/master: 0cc62e926324d4f3bd02d378baafbe73164fca35
8 changes: 0 additions & 8 deletions trunk/sound/soc/codecs/ad193x.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ struct ad193x_priv {
int sysclk;
};

/* ad193x register cache & default register settings */
static const u8 ad193x_reg[AD193X_NUM_REGS] = {
0, 0, 0, 0, 0, 0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0, 0, 0,
};

/*
* AD193X volume/mute/de-emphasis etc. controls
*/
Expand Down Expand Up @@ -390,9 +385,6 @@ static int ad193x_probe(struct snd_soc_codec *codec)

static struct snd_soc_codec_driver soc_codec_dev_ad193x = {
.probe = ad193x_probe,
.reg_cache_default = ad193x_reg,
.reg_cache_size = AD193X_NUM_REGS,
.reg_word_size = sizeof(u16),
};

#if defined(CONFIG_SPI_MASTER)
Expand Down

0 comments on commit d3a12f8

Please sign in to comment.