Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257476
b: refs/heads/master
c: 2ac8b6f
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed May 27, 2011
1 parent a1d7969 commit 0e36cc1
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: 94228bcf8c85cfb824e15485285ceb4d5cf080fe
refs/heads/master: 2ac8b6f41a6886dacc88c15c8742e7cd2e40ca7e
4 changes: 2 additions & 2 deletions trunk/sound/soc/soc-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,9 @@ static int snd_soc_16_8_write(struct snd_soc_codec *codec, unsigned int reg,
unsigned int value)
{
u8 data[3];
u16 rval = cpu_to_be16(reg);

data[0] = (reg >> 8) & 0xff;
data[1] = reg & 0xff;
memcpy(data, &rval, sizeof(rval));
data[2] = value;
reg &= 0xff;

Expand Down

0 comments on commit 0e36cc1

Please sign in to comment.