Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270538
b: refs/heads/master
c: 33c5f96
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Aug 22, 2011
1 parent 13b4f35 commit aec124b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1661699aaa64e6024770ea7adff4fc6216cb25ca
refs/heads/master: 33c5f969b969c277e96cd9e9bf8472c4b8709c25
1 change: 1 addition & 0 deletions trunk/include/sound/soc.h
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ struct snd_soc_codec_driver {
/* codec bias level */
int (*set_bias_level)(struct snd_soc_codec *,
enum snd_soc_bias_level level);
bool idle_bias_off;

void (*seq_notifier)(struct snd_soc_dapm_context *,
enum snd_soc_dapm_type, int);
Expand Down
2 changes: 2 additions & 0 deletions trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,8 @@ static int soc_probe_codec(struct snd_soc_card *card,
snd_soc_dapm_new_controls(&codec->dapm, driver->dapm_widgets,
driver->num_dapm_widgets);

codec->dapm.idle_bias_off = driver->idle_bias_off;

if (driver->probe) {
ret = driver->probe(codec);
if (ret < 0) {
Expand Down

0 comments on commit aec124b

Please sign in to comment.