^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) /* SPDX-License-Identifier: GPL-2.0-or-later */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) * Linux driver for M2Tech hiFace compatible devices
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) * Copyright 2012-2013 (C) M2TECH S.r.l and Amarula Solutions B.V.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) * Authors: Michael Trimarchi <michael@amarulasolutions.com>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) * Antonio Ospite <ao2@amarulasolutions.com>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) * The driver is based on the work done in TerraTec DMX 6Fire USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) #ifndef HIFACE_PCM_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) #define HIFACE_PCM_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) struct hiface_chip;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) int hiface_pcm_init(struct hiface_chip *chip, u8 extra_freq);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) void hiface_pcm_abort(struct hiface_chip *chip);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) #endif /* HIFACE_PCM_H */