Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283805
b: refs/heads/master
c: c4e7a4a
h: refs/heads/master
i:
  283803: a6ed55d
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Mark Brown committed Nov 28, 2011
1 parent 64035d2 commit d4ee3bb
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: 591c034a32a8e3034c447308ad7a4ef19e7ca617
refs/heads/master: c4e7a4a2768aad0bb83988922a164b4a96393713
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/ad193x.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ struct ad193x_priv {
/*
* AD193X volume/mute/de-emphasis etc. controls
*/
static const char *ad193x_deemp[] = {"None", "48kHz", "44.1kHz", "32kHz"};
static const char * const ad193x_deemp[] = {"None", "48kHz", "44.1kHz", "32kHz"};

static const struct soc_enum ad193x_deemp_enum =
SOC_ENUM_SINGLE(AD193X_DAC_CTRL2, 1, 4, ad193x_deemp);
Expand Down

0 comments on commit d4ee3bb

Please sign in to comment.