Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110971
b: refs/heads/master
c: b1cd9b2
h: refs/heads/master
i:
  110969: 8e44ab0
  110967: b92c267
v: v3
  • Loading branch information
Cliff Cai authored and Jaroslav Kysela committed Sep 9, 2008
1 parent 3b19051 commit 8399cc9
Show file tree
Hide file tree
Showing 3 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: ea88663cdcf64bfc14feaf033e902ce3c432156e
refs/heads/master: b1cd9b24e8b010847a081c88960f411bda736b37
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/ad1980.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ static int ac97_write(struct snd_soc_codec *codec, unsigned int reg,
return 0;
}

struct snd_soc_codec_dai ad1980_dai = {
struct snd_soc_dai ad1980_dai = {
.name = "AC97",
.playback = {
.stream_name = "Playback",
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/ad1980.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define PR5 0x2000
#define PR6 0x4000

extern struct snd_soc_codec_dai ad1980_dai;
extern struct snd_soc_dai ad1980_dai;
extern struct snd_soc_codec_device soc_codec_dev_ad1980;

#endif

0 comments on commit 8399cc9

Please sign in to comment.