blob: dfa1c62f7d1e6856147247c9d456b86370417309 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-only */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/**
3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
4 *
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00005 * @File ctpcm.h
6 *
7 * @Brief
8 * This file contains the definition of the pcm device functions.
9 *
10 * @Author Liu Chun
11 * @Date Mar 28 2008
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000012 */
13
14#ifndef CTPCM_H
15#define CTPCM_H
16
17#include "ctatc.h"
18
19int ct_alsa_pcm_create(struct ct_atc *atc,
20 enum CTALSADEVS device,
21 const char *device_name);
22
23#endif /* CTPCM_H */