Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232916
b: refs/heads/master
c: f019ee5
h: refs/heads/master
v: v3
  • Loading branch information
Janusz Krzysztofik authored and Mark Brown committed Feb 1, 2011
1 parent 962a36c commit 135d343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: acd62276773b46810a3292af0c915c9782138ff2
refs/heads/master: f019ee5feb344ff0b22b58df4568676295aae14f
3 changes: 3 additions & 0 deletions trunk/sound/soc/codecs/cx20442.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,12 @@ static int cx20442_codec_remove(struct snd_soc_codec *codec)
return 0;
}

static const u8 cx20442_reg = CX20442_TELOUT | CX20442_MIC;

static struct snd_soc_codec_driver cx20442_codec_dev = {
.probe = cx20442_codec_probe,
.remove = cx20442_codec_remove,
.reg_cache_default = &cx20442_reg,
.reg_cache_size = 1,
.reg_word_size = sizeof(u8),
.read = cx20442_read_reg_cache,
Expand Down

0 comments on commit 135d343

Please sign in to comment.