/**1* Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.2*3* This source file is released under GPL v2 license (no other versions).4* See the COPYING file included in the main directory of this source5* distribution for the license terms and conditions.6*7* @File ctpcm.h8*9* @Brief10* This file contains the definition of the pcm device functions.11*12* @Author Liu Chun13* @Date Mar 28 200814*15*/1617#ifndef CTPCM_H18#define CTPCM_H1920#include "ctatc.h"2122int ct_alsa_pcm_create(struct ct_atc *atc,23enum CTALSADEVS device,24const char *device_name);2526#endif /* CTPCM_H */272829