Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143713
b: refs/heads/master
c: 01c4cad
h: refs/heads/master
i:
  143711: 8c364b8
v: v3
  • Loading branch information
Ben Dooks authored and Mark Brown committed Apr 16, 2009
1 parent a01bd15 commit 8787ad7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: a5735b7ede1d1ca81ebf491d699530715b105560
refs/heads/master: 01c4cad4f76cebdb4d0db37a9775554478fb7149
12 changes: 6 additions & 6 deletions trunk/sound/soc/s3c24xx/jive_wm8750.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ static int jive_hw_params(struct snd_pcm_substream *substream,
break;
}

s3c_i2sv2_calc_rate(&div, NULL, params_rate(params),
s3c2412_get_iisclk());
s3c_i2sv2_iis_calc_rate(&div, NULL, params_rate(params),
s3c2412_get_iisclk());

/* set codec DAI configuration */
ret = snd_soc_dai_set_fmt(codec_dai, SND_SOC_DAIFMT_I2S |
Expand Down Expand Up @@ -145,8 +145,9 @@ static struct snd_soc_dai_link jive_dai = {
};

/* jive audio machine driver */
static struct snd_soc_machine snd_soc_machine_jive = {
static struct snd_soc_card snd_soc_machine_jive = {
.name = "Jive",
.platform = &s3c24xx_soc_platform,
.dai_link = &jive_dai,
.num_links = 1,
};
Expand All @@ -157,9 +158,8 @@ static struct wm8750_setup_data jive_wm8750_setup = {

/* jive audio subsystem */
static struct snd_soc_device jive_snd_devdata = {
.machine = &snd_soc_machine_jive,
.platform = &s3c24xx_soc_platform,
.codec_dev = &soc_codec_dev_wm8750_spi,
.card = &snd_soc_machine_jive,
.codec_dev = &soc_codec_dev_wm8750,
.codec_data = &jive_wm8750_setup,
};

Expand Down

0 comments on commit 8787ad7

Please sign in to comment.