Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193453
b: refs/heads/master
c: d0bbc24
h: refs/heads/master
i:
  193451: 141b791
v: v3
  • Loading branch information
Jassi Brar authored and Mark Brown committed May 7, 2010
1 parent d345496 commit 29db443
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 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: af56b1c27b909e06318d26416d7b21fe6483224a
refs/heads/master: d0bbc24d2ab78d9efc61bc80cfc85f59626ba5af
7 changes: 3 additions & 4 deletions trunk/sound/soc/s3c24xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,11 @@ config SND_S3C24XX_SOC_JIVE_WM8750

config SND_S3C64XX_SOC_WM8580
tristate "SoC I2S Audio support for WM8580 on SMDK64XX"
depends on SND_S3C24XX_SOC && (MACH_SMDK6400 || MACH_SMDK6410)
depends on BROKEN
depends on SND_S3C24XX_SOC && MACH_SMDK6410
select SND_SOC_WM8580
select SND_S3C64XX_SOC_I2S
select SND_S3C64XX_SOC_I2S_V4
help
Sat Y if you want to add support for SoC audio on the SMDK64XX.
Say Y if you want to add support for SoC audio on the SMDK6410.

config SND_S3C24XX_SOC_SMDK2443_WM9710
tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
Expand Down
6 changes: 2 additions & 4 deletions trunk/sound/soc/s3c24xx/smdk64xx_wm8580.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
#include "s3c-dma.h"
#include "s3c64xx-i2s.h"

#define S3C64XX_I2S_V4 2

/* SMDK64XX has a 12MHZ crystal attached to WM8580 */
#define SMDK64XX_WM8580_FREQ 12000000

Expand Down Expand Up @@ -215,15 +213,15 @@ static struct snd_soc_dai_link smdk64xx_dai[] = {
{ /* Primary Playback i/f */
.name = "WM8580 PAIF RX",
.stream_name = "Playback",
.cpu_dai = &s3c64xx_i2s_dai[S3C64XX_I2S_V4],
.cpu_dai = &s3c64xx_i2s_v4_dai,
.codec_dai = &wm8580_dai[WM8580_DAI_PAIFRX],
.init = smdk64xx_wm8580_init_paifrx,
.ops = &smdk64xx_ops,
},
{ /* Primary Capture i/f */
.name = "WM8580 PAIF TX",
.stream_name = "Capture",
.cpu_dai = &s3c64xx_i2s_dai[S3C64XX_I2S_V4],
.cpu_dai = &s3c64xx_i2s_v4_dai,
.codec_dai = &wm8580_dai[WM8580_DAI_PAIFTX],
.init = smdk64xx_wm8580_init_paiftx,
.ops = &smdk64xx_ops,
Expand Down

0 comments on commit 29db443

Please sign in to comment.