summaryrefslogtreecommitdiff
path: root/asoc/codecs/tas256x/os_layer/inc/tas256x-codec.h
blob: e8116b969671486232c090f858b7e2f9d6dc0b58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
 * =============================================================================
 * Copyright (c) 2016  Texas Instruments Inc.
 *
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License as published by the Free Software
 * Foundation; version 2.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.See the GNU General Public License for more details.
 *
 * File:
 *     tas256x-codec.h
 *
 * Description:
 *     header file for tas256x-codec.c
 *
 * =============================================================================
 */

#ifndef _TAS256X_CODEC_H
#define _TAS256X_CODEC_H

#include "physical_layer/inc/tas256x.h"

int tas256x_register_codec(struct tas256x_priv *p_tas256x);
int tas256x_deregister_codec(struct tas256x_priv *p_tas256x);

#endif /* _TAS256X_CODEC_H */