Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335640
b: refs/heads/master
c: 55c6f4c
h: refs/heads/master
v: v3
  • Loading branch information
Eric Millbrandt authored and Mark Brown committed Nov 6, 2012
1 parent 7507561 commit d7da2b3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 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: 6268f74990c7fab6727bcb2dc82b3c4d4b302317
refs/heads/master: 55c6f4cb6ef49afbb86222c6a3ff85329199c729
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm8978.c
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ static int wm8978_hw_params(struct snd_pcm_substream *substream,
wm8978->mclk_idx = -1;
f_sel = wm8978->f_mclk;
} else {
if (!wm8978->f_pllout) {
if (!wm8978->f_opclk) {
/* We only enter here, if OPCLK is not used */
int ret = wm8978_configure_pll(codec);
if (ret < 0)
Expand Down
2 changes: 0 additions & 2 deletions trunk/sound/soc/samsung/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ config SND_SOC_BELLS
select SND_SOC_WM5102
select SND_SOC_WM5110
select SND_SOC_WM9081
select SND_SOC_WM0010
select SND_SOC_WM1250_EV1

config SND_SOC_LOWLAND
tristate "Audio support for Wolfson Lowland"
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/samsung/bells.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ static struct snd_soc_dai_link bells_dai_wm5110[] = {
{
.name = "Sub",
.stream_name = "Sub",
.cpu_dai_name = "wm5102-aif3",
.cpu_dai_name = "wm5110-aif3",
.codec_dai_name = "wm9081-hifi",
.codec_name = "wm9081.1-006c",
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF
Expand Down

0 comments on commit d7da2b3

Please sign in to comment.