blob: 1a3d7de0519d3551667db95cb46187a8eb569d56 [file] [log] [blame]
/*
* sound/soc/ambarella_pcm.h
*
* History:
* 2008/03/03 - [Eric Lee] created file
* 2008/04/16 - [Eric Lee] Removed the compiling warning
* 2008/08/07 - [Cao Rongrong] Fix the buffer bug,eg: size and allocation
* 2008/11/14 - [Cao Rongrong] Support pause and resume
* 2009/01/22 - [Anthony Ginger] Port to 2.6.28
*
* Copyright (C) 2004-2009, Ambarella, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
#ifndef _AMBARELLA_PCM_H
#define _AMBARELLA_PCM_H
int ambarella_pcm_platform_register(struct device *dev);
void ambarella_pcm_platform_unregister(struct device *dev);
#endif /* _AMBARELLA_PCM_H */