Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257496
b: refs/heads/master
c: 4113e44
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jun 6, 2011
1 parent 1af46cd commit 54b1265
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 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: 88d960864e371d0caf1db69e6d1d740ad7a247ba
refs/heads/master: 4113e443161f4fd3b33e8015a1edc190e2296790
18 changes: 0 additions & 18 deletions trunk/sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,24 +139,6 @@ static int snd_soc_dapm_set_bias_level(struct snd_soc_dapm_context *dapm,
struct snd_soc_card *card = dapm->card;
int ret = 0;

switch (level) {
case SND_SOC_BIAS_ON:
dev_dbg(dapm->dev, "Setting full bias\n");
break;
case SND_SOC_BIAS_PREPARE:
dev_dbg(dapm->dev, "Setting bias prepare\n");
break;
case SND_SOC_BIAS_STANDBY:
dev_dbg(dapm->dev, "Setting standby bias\n");
break;
case SND_SOC_BIAS_OFF:
dev_dbg(dapm->dev, "Setting bias off\n");
break;
default:
dev_err(dapm->dev, "Setting invalid bias %d\n", level);
return -EINVAL;
}

trace_snd_soc_bias_level_start(card, level);

if (card && card->set_bias_level)
Expand Down

0 comments on commit 54b1265

Please sign in to comment.