[SCSI] fcoe: kfree() -> kfree_skb()
[linux-2.6/mini2440.git] / sound / soc / omap / omap-pcm.h
blob8d9d26916b05b8868736fa30d071507d1d41ac6d
1 /*
2 * omap-pcm.h
4 * Copyright (C) 2008 Nokia Corporation
6 * Contact: Jarkko Nikula <jhnikula@gmail.com>
7 * Peter Ujfalusi <peter.ujfalusi@nokia.com>
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * version 2 as published by the Free Software Foundation.
13 * This program is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
21 * 02110-1301 USA
25 #ifndef __OMAP_PCM_H__
26 #define __OMAP_PCM_H__
28 struct omap_pcm_dma_data {
29 char *name; /* stream identifier */
30 int dma_req; /* DMA request line */
31 unsigned long port_addr; /* transmit/receive register */
34 extern struct snd_soc_platform omap_soc_platform;
36 #endif