ctpcm.h 451 B

1234567891011121314151617181920212223
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  4. *
  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
  12. */
  13. #ifndef CTPCM_H
  14. #define CTPCM_H
  15. #include "ctatc.h"
  16. int ct_alsa_pcm_create(struct ct_atc *atc,
  17. enum CTALSADEVS device,
  18. const char *device_name);
  19. #endif /* CTPCM_H */