Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270734
b: refs/heads/master
c: 43419b8
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Oct 3, 2011
1 parent 4b29074 commit aa0495a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition 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: ca7aceef21f2689d0b0e92aa4f316959f7931c25
refs/heads/master: 43419b80fa46ee94d4b50ac6ebb1ee1ca5bbbcc7
1 change: 0 additions & 1 deletion trunk/sound/soc/codecs/sn95031.c
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,6 @@ static int sn95031_codec_probe(struct snd_soc_codec *codec)
{
pr_debug("codec_probe called\n");

codec->dapm.bias_level = SND_SOC_BIAS_OFF;
codec->dapm.idle_bias_off = 1;

/* PCM interface config
Expand Down
2 changes: 0 additions & 2 deletions trunk/sound/soc/codecs/wm5100.c
Original file line number Diff line number Diff line change
Expand Up @@ -2285,8 +2285,6 @@ static int wm5100_probe(struct snd_soc_codec *codec)

wm5100->codec = codec;

codec->dapm.bias_level = SND_SOC_BIAS_OFF;

ret = snd_soc_codec_set_cache_io(codec, 16, 16, SND_SOC_I2C);
if (ret != 0) {
dev_err(codec->dev, "Failed to set cache I/O: %d\n", ret);
Expand Down
1 change: 0 additions & 1 deletion trunk/sound/soc/codecs/wm8996.c
Original file line number Diff line number Diff line change
Expand Up @@ -2706,7 +2706,6 @@ static int wm8996_probe(struct snd_soc_codec *codec)
init_completion(&wm8996->fll_lock);

dapm->idle_bias_off = true;
dapm->bias_level = SND_SOC_BIAS_OFF;

ret = snd_soc_codec_set_cache_io(codec, 16, 16, SND_SOC_I2C);
if (ret != 0) {
Expand Down

0 comments on commit aa0495a

Please sign in to comment.