Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354002
b: refs/heads/master
c: b3d07cf
h: refs/heads/master
v: v3
  • Loading branch information
Lijo Antony authored and Greg Kroah-Hartman committed Jan 17, 2013
1 parent 98f290a commit ab21278
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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: ed52565565e9ba9e081fd20c83f3166b78b4c2ac
refs/heads/master: b3d07cf5a1045130057ebf39282092c31ceca185
8 changes: 4 additions & 4 deletions trunk/drivers/staging/speakup/kobjects.c
Original file line number Diff line number Diff line change
Expand Up @@ -654,16 +654,16 @@ ssize_t spk_var_store(struct kobject *kobj, struct kobj_attribute *attr,
if (synth && synth->default_pitch) {
param = spk_var_header_by_name("pitch");
if (param) {
spk_set_num_var(synth->default_pitch[value], param,
E_NEW_DEFAULT);
spk_set_num_var(synth->default_pitch[value],
param, E_NEW_DEFAULT);
spk_set_num_var(0, param, E_DEFAULT);
}
}
if (synth && synth->default_vol) {
param = spk_var_header_by_name("vol");
if (param) {
spk_set_num_var(synth->default_vol[value], param,
E_NEW_DEFAULT);
spk_set_num_var(synth->default_vol[value],
param, E_NEW_DEFAULT);
spk_set_num_var(0, param, E_DEFAULT);
}
}
Expand Down

0 comments on commit ab21278

Please sign in to comment.