Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111087
b: refs/heads/master
c: fb2aa07
h: refs/heads/master
i:
  111085: f02e649
  111083: 4b64d1f
  111079: 0ac687f
  111071: 175f30c
v: v3
  • Loading branch information
Mark Brown authored and Jaroslav Kysela committed Oct 10, 2008
1 parent be5a77a commit c943542
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 32fe61426373d85e797bf4f4dcbe4510487c3e00
refs/heads/master: fb2aa074d4eac4957f5717d261bc336f4a5f31c4
7 changes: 7 additions & 0 deletions trunk/sound/soc/s3c24xx/neo1973_wm8753.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <sound/soc-dapm.h>
#include <sound/tlv.h>

#include <asm/mach-types.h>
#include <asm/hardware/scoop.h>
#include <mach/regs-clock.h>
#include <mach/regs-gpio.h>
Expand Down Expand Up @@ -716,6 +717,12 @@ static int __init neo1973_init(void)

DBG("Entered %s\n", __func__);

if (!machine_is_neo1973_gta01()) {
printk(KERN_INFO
"Only GTA01 hardware supported by ASoC driver\n");
return -ENODEV;
}

neo1973_snd_device = platform_device_alloc("soc-audio", -1);
if (!neo1973_snd_device)
return -ENOMEM;
Expand Down

0 comments on commit c943542

Please sign in to comment.