Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206576
b: refs/heads/master
c: ed632ad
h: refs/heads/master
v: v3
  • Loading branch information
Vladimir Zapolskiy authored and Mark Brown committed Jun 30, 2010
1 parent edeaf62 commit 06fe368
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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: af51b5c0f06d449667eba226d96c8f56e2b96659
refs/heads/master: ed632ad3b812be6ddace1562c56d838ee48e9313
3 changes: 2 additions & 1 deletion trunk/sound/soc/codecs/uda134x.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static const char uda134x_reg[UDA134X_REGS_NUM] = {
/* Extended address registers */
0x04, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00,
/* Status, data regs */
0x00, 0x83, 0x00, 0x40, 0x80, 0x00,
0x00, 0x83, 0x00, 0x40, 0x80, 0xC0, 0x00,
};

/*
Expand Down Expand Up @@ -104,6 +104,7 @@ static int uda134x_write(struct snd_soc_codec *codec, unsigned int reg,
case UDA134X_DATA000:
case UDA134X_DATA001:
case UDA134X_DATA010:
case UDA134X_DATA011:
addr = UDA134X_DATA0_ADDR;
break;
case UDA134X_DATA1:
Expand Down
5 changes: 3 additions & 2 deletions trunk/sound/soc/codecs/uda134x.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
#define UDA134X_DATA000 10
#define UDA134X_DATA001 11
#define UDA134X_DATA010 12
#define UDA134X_DATA1 13
#define UDA134X_DATA011 13
#define UDA134X_DATA1 14

#define UDA134X_REGS_NUM 14
#define UDA134X_REGS_NUM 15

#define STATUS0_DAIFMT_MASK (~(7<<1))
#define STATUS0_SYSCLK_MASK (~(3<<4))
Expand Down

0 comments on commit 06fe368

Please sign in to comment.