~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to sound/soc/samsung/s3c24xx_simtec.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * published by the Free Software Foundation.
8
8
*/
9
9
 
10
 
#include <linux/module.h>
11
 
#include <linux/moduleparam.h>
12
 
#include <linux/platform_device.h>
13
10
#include <linux/gpio.h>
14
11
#include <linux/clk.h>
15
 
#include <linux/i2c.h>
16
12
 
17
 
#include <sound/core.h>
18
 
#include <sound/pcm.h>
19
13
#include <sound/soc.h>
20
14
 
21
15
#include <plat/audio-simtec.h>
22
16
 
23
 
#include "dma.h"
24
17
#include "s3c24xx-i2s.h"
25
18
#include "s3c24xx_simtec.h"
26
19