kirkwood-i2s.c (25a765b7f05cb8460fa01b54568894b20e184862) | kirkwood-i2s.c (c02cecb92ed49f36196ee9e29d29c4cfcbad05ae) |
---|---|
1/* 2 * kirkwood-i2s.c 3 * 4 * (c) 2010 Arnaud Patard <apatard@mandriva.com> 5 * (c) 2010 Arnaud Patard <arnaud.patard@rtp-net.org> 6 * 7 * This program is free software; you can redistribute it and/or modify it 8 * under the terms of the GNU General Public License as published by the --- 7 unchanged lines hidden (view full) --- 16#include <linux/io.h> 17#include <linux/slab.h> 18#include <linux/mbus.h> 19#include <linux/delay.h> 20#include <linux/clk.h> 21#include <sound/pcm.h> 22#include <sound/pcm_params.h> 23#include <sound/soc.h> | 1/* 2 * kirkwood-i2s.c 3 * 4 * (c) 2010 Arnaud Patard <apatard@mandriva.com> 5 * (c) 2010 Arnaud Patard <arnaud.patard@rtp-net.org> 6 * 7 * This program is free software; you can redistribute it and/or modify it 8 * under the terms of the GNU General Public License as published by the --- 7 unchanged lines hidden (view full) --- 16#include <linux/io.h> 17#include <linux/slab.h> 18#include <linux/mbus.h> 19#include <linux/delay.h> 20#include <linux/clk.h> 21#include <sound/pcm.h> 22#include <sound/pcm_params.h> 23#include <sound/soc.h> |
24#include <plat/audio.h> | 24#include <linux/platform_data/asoc-kirkwood.h> |
25#include "kirkwood.h" 26 27#define DRV_NAME "kirkwood-i2s" 28 29#define KIRKWOOD_I2S_RATES \ 30 (SNDRV_PCM_RATE_44100 | \ 31 SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_96000) 32#define KIRKWOOD_I2S_FORMATS \ --- 478 unchanged lines hidden --- | 25#include "kirkwood.h" 26 27#define DRV_NAME "kirkwood-i2s" 28 29#define KIRKWOOD_I2S_RATES \ 30 (SNDRV_PCM_RATE_44100 | \ 31 SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_96000) 32#define KIRKWOOD_I2S_FORMATS \ --- 478 unchanged lines hidden --- |