blob: 38c3ab28a73a76f5238e0cffdf33c44515156e3b [file] [log] [blame]
Duy Truonge833aca2013-02-12 13:35:08 -08001/* Copyright (c) 2012, The Linux Foundation. All rights reserved.
Bharath Ramachandramurthy2e3168f2012-05-03 16:29:09 -07002 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13#ifndef _Q6_AUDIO_H_
14#define _Q6_AUDIO_H_
15
16#include <mach/qdsp6v2/apr.h>
17
18int q6audio_get_port_index(u16 port_id);
19
20int q6audio_convert_virtual_to_portid(u16 port_id);
21
22int q6audio_validate_port(u16 port_id);
23
24int q6audio_get_port_id(u16 port_id);
25
26#endif