Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347434
b: refs/heads/master
c: 92b2e81
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Dec 15, 2012
1 parent 3b831d3 commit 61bc510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 315656bc3bf5b24e560ab1d9e2d49a5e987b49b4
refs/heads/master: 92b2e81d6f95bcee386abac4c4389f5b950f7bb9
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/sigmadsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ EXPORT_SYMBOL(process_sigma_firmware);
static int sigma_action_write_regmap(void *control_data,
const struct sigma_action *sa, size_t len)
{
return regmap_raw_write(control_data, le16_to_cpu(sa->addr),
return regmap_raw_write(control_data, be16_to_cpu(sa->addr),
sa->payload, len - 2);
}

Expand Down

0 comments on commit 61bc510

Please sign in to comment.