Thomas Gleixner | 5765e78 | 2019-05-31 01:09:25 -0700 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Wai Yew CHAY | 8cc7236 | 2009-05-14 08:05:58 +0200 | [diff] [blame] | 2 | /** |
| 3 | * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. |
| 4 | * |
Wai Yew CHAY | 8cc7236 | 2009-05-14 08:05:58 +0200 | [diff] [blame] | 5 | * @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 |
Wai Yew CHAY | 8cc7236 | 2009-05-14 08:05:58 +0200 | [diff] [blame] | 12 | */ |
| 13 | |
| 14 | #ifndef CTPCM_H |
| 15 | #define CTPCM_H |
| 16 | |
| 17 | #include "ctatc.h" |
| 18 | |
| 19 | int ct_alsa_pcm_create(struct ct_atc *atc, |
| 20 | enum CTALSADEVS device, |
| 21 | const char *device_name); |
| 22 | |
| 23 | #endif /* CTPCM_H */ |