Skip to content

Commit

Permalink
Merge remote-tracking branch 'asoc/fix/wm8741' into asoc-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
broonie committed Apr 12, 2015
2 parents 250acc7 + 8787041 commit 3eaecb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sound/soc/codecs/wm8741.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static struct {
};

static const unsigned int rates_11289[] = {
44100, 88235,
44100, 88200,
};

static const struct snd_pcm_hw_constraint_list constraints_11289 = {
Expand All @@ -150,7 +150,7 @@ static const struct snd_pcm_hw_constraint_list constraints_16384 = {
};

static const unsigned int rates_16934[] = {
44100, 88235,
44100, 88200,
};

static const struct snd_pcm_hw_constraint_list constraints_16934 = {
Expand All @@ -168,7 +168,7 @@ static const struct snd_pcm_hw_constraint_list constraints_18432 = {
};

static const unsigned int rates_22579[] = {
44100, 88235, 1764000
44100, 88200, 176400
};

static const struct snd_pcm_hw_constraint_list constraints_22579 = {
Expand All @@ -186,7 +186,7 @@ static const struct snd_pcm_hw_constraint_list constraints_24576 = {
};

static const unsigned int rates_36864[] = {
48000, 96000, 19200
48000, 96000, 192000
};

static const struct snd_pcm_hw_constraint_list constraints_36864 = {
Expand Down

0 comments on commit 3eaecb4

Please sign in to comment.