root/branches/libffado-2.0/src/libavc/avc_definitions.h

Revision 1235, 5.1 kB (checked in by ppalmers, 16 years ago)

svn merge -r 1231:1234 svn+ssh://ffadosvn@ffado.org/ffado/trunk/libffado

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 /*
2  * Copyright (C) 2005-2008 by Daniel Wagner
3  *
4  * This file is part of FFADO
5  * FFADO = Free Firewire (pro-)audio drivers for linux
6  *
7  * FFADO is based upon FreeBoB
8  *
9  * This program is free software: you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License as published by
11  * the Free Software Foundation, either version 2 of the License, or
12  * (at your option) version 3 of the License.
13  *
14  * This program is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  * GNU General Public License for more details.
18  *
19  * You should have received a copy of the GNU General Public License
20  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
21  *
22  */
23
24 #ifndef AVCDEFINITIONS_H
25 #define AVCDEFINITIONS_H
26
27 #include <libavc1394/avc1394.h>
28 #include <cstring>
29 #include <cstdlib>
30 #include <ostream>
31
32
33 namespace AVC {
34
35 typedef byte_t ctype_t;
36 typedef byte_t unit_t;
37 typedef byte_t unit_type_t;
38 typedef byte_t subunit_t;
39 typedef byte_t opcode_t;
40 typedef byte_t plug_type_t;
41 typedef byte_t plug_id_t;
42 typedef byte_t reserved_t;
43 typedef byte_t function_block_type_t;
44 typedef byte_t function_block_id_t;
45 typedef byte_t control_attribute_t;
46 typedef byte_t plug_direction_t;
47 typedef byte_t plug_address_mode_t;
48 typedef byte_t status_t;
49 typedef byte_t number_of_channels_t;
50 typedef byte_t stream_format_t;
51 typedef byte_t sampling_frequency_t;
52 typedef byte_t rate_control_t;
53 typedef byte_t number_of_stream_format_infos_t;
54 typedef byte_t nr_of_plugs_t;
55 typedef byte_t subunit_id_t;
56 typedef byte_t subfunction_t;
57 typedef byte_t opcode_t;
58 typedef byte_t page_t;
59 typedef byte_t extension_code_t;
60 typedef byte_t subunit_type_t;
61 typedef byte_t max_subunit_id_t;
62 typedef byte_t nr_of_channels_t;
63 typedef byte_t stream_position_t;
64 typedef byte_t stream_position_location_t;
65 typedef byte_t nr_of_clusters_t;
66 typedef byte_t string_length_t;
67 typedef byte_t cluster_index_t;
68 typedef byte_t port_type_t;
69 typedef byte_t number_of_output_plugs_t;
70 typedef byte_t function_block_type_t;
71 typedef byte_t function_block_id_t;
72 typedef byte_t function_block_special_purpose_t;
73 typedef byte_t no_of_input_plugs_t;
74 typedef byte_t no_of_output_plugs_t;
75 typedef byte_t info_type_t;
76 typedef byte_t audio_channel_number_t;
77 typedef byte_t selector_length_t;
78 typedef byte_t control_selector_t;
79 typedef byte_t control_data_length_t;
80 typedef uint16_t control_data_ext_length_t;
81 typedef uint16_t mixer_level_t;
82 typedef byte_t mixer_programmable_state_t;
83 typedef byte_t input_fb_plug_number_t;
84 typedef byte_t input_audio_channel_number_t;
85 typedef byte_t output_audio_channel_number_t;
86 typedef byte_t status_selector_t;
87
88 typedef quadlet_t company_id_t;
89
90 #define AVC1394_SUBUNIT_AUDIO 1
91 #define AVC1394_SUBUNIT_PRINTER 2
92 #define AVC1394_SUBUNIT_CA 6
93 #define AVC1394_SUBUNIT_PANEL 9
94 #define AVC1394_SUBUNIT_BULLETIN_BOARD 0xA
95 #define AVC1394_SUBUNIT_CAMERA_STORAGE 0xB
96 #define AVC1394_SUBUNIT_MUSIC 0xC
97 #define AVC1394_SUBUNIT_RESERVED 0x1D
98
99 #define AVC1394_SUBUNIT_ID_RESERVED 0x06
100
101 enum ESubunitType {
102     eST_Monitor       = AVC1394_SUBUNIT_VIDEO_MONITOR,
103     eST_Audio         = AVC1394_SUBUNIT_AUDIO,
104     eST_Printer       = AVC1394_SUBUNIT_PRINTER,
105     eST_Disc          = AVC1394_SUBUNIT_DISC_RECORDER,
106     eST_VCR           = AVC1394_SUBUNIT_VCR,
107     eST_Tuner         = AVC1394_SUBUNIT_TUNER,
108     eST_CA            = AVC1394_SUBUNIT_CA,
109     eST_Camera        = AVC1394_SUBUNIT_VIDEO_CAMERA,
110     eST_Panel         = AVC1394_SUBUNIT_PANEL,
111     eST_BulltinBoard  = AVC1394_SUBUNIT_BULLETIN_BOARD,
112     eST_CameraStorage = AVC1394_SUBUNIT_CAMERA_STORAGE,
113     eST_Music         = AVC1394_SUBUNIT_MUSIC,
114     eST_VendorUnique  = AVC1394_SUBUNIT_VENDOR_UNIQUE,
115     eST_Reserved      = AVC1394_SUBUNIT_RESERVED,
116     eST_Extended      = AVC1394_SUBUNIT_EXTENDED,
117     eST_Unit          = AVC1394_SUBUNIT_UNIT,
118 };
119
120 enum ESubunitType byteToSubunitType(byte_t s);
121
122 /**
123  * \brief the possible sampling frequencies
124  */
125 enum ESamplingFrequency {
126     eSF_22050Hz = 0x00,
127     eSF_24000Hz = 0x01,
128     eSF_32000Hz = 0x02,
129     eSF_44100Hz = 0x03,
130     eSF_48000Hz = 0x04,
131     eSF_88200Hz = 0x0A,
132     eSF_96000Hz = 0x05,
133     eSF_176400Hz = 0x06,
134     eSF_192000Hz = 0x07,
135     eSF_AnyLow   = 0x0B,
136     eSF_AnyMid   = 0x0C,
137     eSF_AnyHigh  = 0x0D,
138     eSF_None     = 0x0E,
139     eSF_DontCare = 0x0F,
140 };
141
142 /**
143  * \brief Convert from ESamplingFrequency to an integer
144  * @param freq
145  * @return
146  */
147 int convertESamplingFrequency(ESamplingFrequency freq);
148 /**
149  * \brief Convert from integer to ESamplingFrequency
150  * @param sampleRate
151  * @return
152  */
153 ESamplingFrequency parseSampleRate( int sampleRate );
154
155 std::ostream& operator<<( std::ostream& stream, ESamplingFrequency samplingFrequency );
156
157 /**
158  * \brief Convert from a FDF SFC field value to an integer sample rate
159  * @param fdf fdf sfc field value
160  * @return sample rate
161  */
162 unsigned int fdfSfcToSampleRate(byte_t fdf);
163
164 /**
165  * \brief Convert from an integer sample rate to a78 FDF SFC field value
166  * @param rate integer sample rate
167  * @return fdf sfc field value
168  */
169 byte_t sampleRateToFdfSfc(unsigned int rate);
170
171 }
172
173 #endif // AVCDEFINITIONS_H
Note: See TracBrowser for help on using the browser.