Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92139
b: refs/heads/master
c: 43337ac
h: refs/heads/master
i:
  92137: cd35ce4
  92135: 5b648ed
v: v3
  • Loading branch information
Takashi Iwai committed Apr 24, 2008
1 parent 115c18a commit 547c308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5a220c868e395bc3662d13ad4c2a18769075af54
refs/heads/master: 43337ac0dec5fe507b3028d2ad4404c3f1a28034
4 changes: 2 additions & 2 deletions trunk/sound/pci/ice1712/pontis.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ static int wm_adc_mux_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_val
wm_put(ice, WM_ADC_MUX, nval);
}
mutex_unlock(&ice->gpio_mutex);
return 0;
return change;
}

/*
Expand Down Expand Up @@ -450,7 +450,7 @@ static int cs_source_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_valu
change = 1;
}
mutex_unlock(&ice->gpio_mutex);
return 0;
return change;
}


Expand Down

0 comments on commit 547c308

Please sign in to comment.