blob: 8e20270c6b92cc684b748a33d38940b3c880a41b [file] [log] [blame]
jinjiawudf985d92020-05-28 14:58:48 +08001/*
2** =============================================================================
3** Copyright (c) 2016 Texas Instruments Inc.
4**
5** This program is free software; you can redistribute it and/or modify it under
6** the terms of the GNU General Public License as published by the Free Software
7** Foundation; version 2.
8**
9** This program is distributed in the hope that it will be useful, but WITHOUT
10** ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11** FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
12**
13** File:
14** tas2557-codec.h
15**
16** Description:
17** header file for tas2557-codec.c
18**
19** =============================================================================
20*/
21
22#ifndef _TAS2557_CODEC_H
23#define _TAS2557_CODEC_H
24
25#include "tas2557.h"
26
27int tas2557_register_codec(struct tas2557_priv *pTAS2557);
28int tas2557_deregister_codec(struct tas2557_priv *pTAS2557);
29
30#endif /* _TAS2557_CODEC_H */