Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182849
b: refs/heads/master
c: 1ec2963
h: refs/heads/master
i:
  182847: d1a1c04
v: v3
  • Loading branch information
Jassi Brar authored and Mark Brown committed Jan 27, 2010
1 parent 8981424 commit 5ff7662
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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: ff6e64dabf66b8e4e7def21857320085fc68db6b
refs/heads/master: 1ec2963a8cd5fbc5f49dfa20c94229f1b46d1968
4 changes: 3 additions & 1 deletion trunk/sound/soc/s3c24xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@ config SND_S3C64XX_SOC_WM8580
config SND_S3C24XX_SOC_SMDK2443_WM9710
tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
depends on SND_S3C24XX_SOC && MACH_SMDK2443
select SND_S3C2443_SOC_AC97
select S3C2410_DMA
select AC97_BUS
select SND_SOC_AC97_CODEC
select SND_S3C_SOC_AC97
help
Say Y if you want to add support for SoC audio on smdk2443
with the WM9710.
Expand Down
4 changes: 2 additions & 2 deletions trunk/sound/soc/s3c24xx/smdk2443_wm9710.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@

#include "../codecs/ac97.h"
#include "s3c-dma.h"
#include "s3c24xx-ac97.h"
#include "s3c-ac97.h"

static struct snd_soc_card smdk2443;

static struct snd_soc_dai_link smdk2443_dai[] = {
{
.name = "AC97",
.stream_name = "AC97 HiFi",
.cpu_dai = &s3c2443_ac97_dai[0],
.cpu_dai = &s3c_ac97_dai[S3C_AC97_DAI_PCM],
.codec_dai = &ac97_dai,
},
};
Expand Down

0 comments on commit 5ff7662

Please sign in to comment.