blob: 8d5b2f0969e688f432911f93c4c7084640c859a1 [file] [log] [blame]
Dima Zavinf1504db2011-03-11 11:20:49 -08001/*
2 * Copyright (C) 2011 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17
18#ifndef ANDROID_AUDIO_HAL_INTERFACE_H
19#define ANDROID_AUDIO_HAL_INTERFACE_H
20
21#include <stdint.h>
22#include <strings.h>
23#include <sys/cdefs.h>
24#include <sys/types.h>
25
26#include <cutils/bitops.h>
27
28#include <hardware/hardware.h>
Dima Zavinaa211722011-05-11 14:15:53 -070029#include <system/audio.h>
Eric Laurentf3008aa2011-06-17 16:53:12 -070030#include <hardware/audio_effect.h>
Dima Zavinf1504db2011-03-11 11:20:49 -080031
32__BEGIN_DECLS
33
34/**
35 * The id of this module
36 */
37#define AUDIO_HARDWARE_MODULE_ID "audio"
38
39/**
40 * Name of the audio devices to open
41 */
42#define AUDIO_HARDWARE_INTERFACE "audio_hw_if"
43
Eric Laurent55786bc2012-04-10 16:56:32 -070044
45/* Use version 0.1 to be compatible with first generation of audio hw module with version_major
46 * hardcoded to 1. No audio module API change.
47 */
48#define AUDIO_MODULE_API_VERSION_0_1 HARDWARE_MODULE_API_VERSION(0, 1)
49#define AUDIO_MODULE_API_VERSION_CURRENT AUDIO_MODULE_API_VERSION_0_1
50
51/* First generation of audio devices had version hardcoded to 0. all devices with versions < 1.0
52 * will be considered of first generation API.
53 */
54#define AUDIO_DEVICE_API_VERSION_0_0 HARDWARE_DEVICE_API_VERSION(0, 0)
55#define AUDIO_DEVICE_API_VERSION_1_0 HARDWARE_DEVICE_API_VERSION(1, 0)
Eric Laurent85e08e22012-08-28 14:30:35 -070056#define AUDIO_DEVICE_API_VERSION_2_0 HARDWARE_DEVICE_API_VERSION(2, 0)
Eric Laurent73b8a742014-05-22 14:02:38 -070057#define AUDIO_DEVICE_API_VERSION_3_0 HARDWARE_DEVICE_API_VERSION(3, 0)
58#define AUDIO_DEVICE_API_VERSION_CURRENT AUDIO_DEVICE_API_VERSION_3_0
Eric Laurent447cae72014-05-22 13:45:55 -070059/* Minimal audio HAL version supported by the audio framework */
60#define AUDIO_DEVICE_API_VERSION_MIN AUDIO_DEVICE_API_VERSION_2_0
Eric Laurent55786bc2012-04-10 16:56:32 -070061
Eric Laurent431fc782012-04-03 12:07:02 -070062/**
63 * List of known audio HAL modules. This is the base name of the audio HAL
64 * library composed of the "audio." prefix, one of the base names below and
65 * a suffix specific to the device.
66 * e.g: audio.primary.goldfish.so or audio.a2dp.default.so
67 */
68
69#define AUDIO_HARDWARE_MODULE_ID_PRIMARY "primary"
70#define AUDIO_HARDWARE_MODULE_ID_A2DP "a2dp"
71#define AUDIO_HARDWARE_MODULE_ID_USB "usb"
Jean-Michel Trivi88b79cb2012-08-16 13:56:03 -070072#define AUDIO_HARDWARE_MODULE_ID_REMOTE_SUBMIX "r_submix"
Richard Fitzgeraldf37f1872013-03-25 16:11:44 +000073#define AUDIO_HARDWARE_MODULE_ID_CODEC_OFFLOAD "codec_offload"
Eric Laurent431fc782012-04-03 12:07:02 -070074
Dima Zavinf1504db2011-03-11 11:20:49 -080075/**************************************/
76
Eric Laurent70e81102011-08-07 10:05:40 -070077/**
78 * standard audio parameters that the HAL may need to handle
79 */
80
81/**
82 * audio device parameters
83 */
84
Eric Laurented9928c2011-08-02 17:12:00 -070085/* BT SCO Noise Reduction + Echo Cancellation parameters */
86#define AUDIO_PARAMETER_KEY_BT_NREC "bt_headset_nrec"
87#define AUDIO_PARAMETER_VALUE_ON "on"
88#define AUDIO_PARAMETER_VALUE_OFF "off"
89
Eric Laurent70e81102011-08-07 10:05:40 -070090/* TTY mode selection */
91#define AUDIO_PARAMETER_KEY_TTY_MODE "tty_mode"
92#define AUDIO_PARAMETER_VALUE_TTY_OFF "tty_off"
93#define AUDIO_PARAMETER_VALUE_TTY_VCO "tty_vco"
94#define AUDIO_PARAMETER_VALUE_TTY_HCO "tty_hco"
95#define AUDIO_PARAMETER_VALUE_TTY_FULL "tty_full"
96
Eric Laurentd1a1b1c2014-07-25 12:10:11 -050097/* Hearing Aid Compatibility - Telecoil (HAC-T) mode on/off
98 Strings must be in sync with CallFeaturesSetting.java */
99#define AUDIO_PARAMETER_KEY_HAC "HACSetting"
100#define AUDIO_PARAMETER_VALUE_HAC_ON "ON"
101#define AUDIO_PARAMETER_VALUE_HAC_OFF "OFF"
102
Eric Laurenta70c5d02012-03-07 18:59:47 -0800103/* A2DP sink address set by framework */
104#define AUDIO_PARAMETER_A2DP_SINK_ADDRESS "a2dp_sink_address"
105
Mike Lockwood2d4d9652014-05-28 11:09:54 -0700106/* A2DP source address set by framework */
107#define AUDIO_PARAMETER_A2DP_SOURCE_ADDRESS "a2dp_source_address"
108
Glenn Kasten34afb682012-06-08 10:49:34 -0700109/* Screen state */
110#define AUDIO_PARAMETER_KEY_SCREEN_STATE "screen_state"
111
Glenn Kastend930d922014-04-29 13:35:57 -0700112/* Bluetooth SCO wideband */
113#define AUDIO_PARAMETER_KEY_BT_SCO_WB "bt_wbs"
114
Eric Laurentbc19a3d2014-10-17 18:17:51 -0700115/* Get a new HW synchronization source identifier.
116 * Return a valid source (positive integer) or AUDIO_HW_SYNC_INVALID if an error occurs
117 * or no HW sync is available. */
118#define AUDIO_PARAMETER_HW_AV_SYNC "hw_av_sync"
Eric Laurent4ea9b952014-08-01 14:42:44 -0700119
Eric Laurent70e81102011-08-07 10:05:40 -0700120/**
121 * audio stream parameters
122 */
123
Eric Laurentf5e24692014-07-27 16:14:57 -0700124#define AUDIO_PARAMETER_STREAM_ROUTING "routing" /* audio_devices_t */
125#define AUDIO_PARAMETER_STREAM_FORMAT "format" /* audio_format_t */
126#define AUDIO_PARAMETER_STREAM_CHANNELS "channels" /* audio_channel_mask_t */
127#define AUDIO_PARAMETER_STREAM_FRAME_COUNT "frame_count" /* size_t */
128#define AUDIO_PARAMETER_STREAM_INPUT_SOURCE "input_source" /* audio_source_t */
129#define AUDIO_PARAMETER_STREAM_SAMPLING_RATE "sampling_rate" /* uint32_t */
Dima Zavin57dde282011-06-06 19:31:18 -0700130
Paul McLean2c6196f2014-08-20 16:50:25 -0700131#define AUDIO_PARAMETER_DEVICE_DISCONNECT "disconnect" /* audio_devices_t */
132
Eric Laurent41eeb4f2012-05-17 18:54:49 -0700133/* Query supported formats. The response is a '|' separated list of strings from
134 * audio_format_t enum e.g: "sup_formats=AUDIO_FORMAT_PCM_16_BIT" */
135#define AUDIO_PARAMETER_STREAM_SUP_FORMATS "sup_formats"
136/* Query supported channel masks. The response is a '|' separated list of strings from
137 * audio_channel_mask_t enum e.g: "sup_channels=AUDIO_CHANNEL_OUT_STEREO|AUDIO_CHANNEL_OUT_MONO" */
138#define AUDIO_PARAMETER_STREAM_SUP_CHANNELS "sup_channels"
139/* Query supported sampling rates. The response is a '|' separated list of integer values e.g:
140 * "sup_sampling_rates=44100|48000" */
141#define AUDIO_PARAMETER_STREAM_SUP_SAMPLING_RATES "sup_sampling_rates"
142
Eric Laurentbc19a3d2014-10-17 18:17:51 -0700143/* Set the HW synchronization source for an output stream. */
Eric Laurent4ea9b952014-08-01 14:42:44 -0700144#define AUDIO_PARAMETER_STREAM_HW_AV_SYNC "hw_av_sync"
145
Richard Fitzgeraldf37f1872013-03-25 16:11:44 +0000146/**
147 * audio codec parameters
148 */
149
150#define AUDIO_OFFLOAD_CODEC_PARAMS "music_offload_codec_param"
151#define AUDIO_OFFLOAD_CODEC_BIT_PER_SAMPLE "music_offload_bit_per_sample"
152#define AUDIO_OFFLOAD_CODEC_BIT_RATE "music_offload_bit_rate"
153#define AUDIO_OFFLOAD_CODEC_AVG_BIT_RATE "music_offload_avg_bit_rate"
154#define AUDIO_OFFLOAD_CODEC_ID "music_offload_codec_id"
155#define AUDIO_OFFLOAD_CODEC_BLOCK_ALIGN "music_offload_block_align"
156#define AUDIO_OFFLOAD_CODEC_SAMPLE_RATE "music_offload_sample_rate"
157#define AUDIO_OFFLOAD_CODEC_ENCODE_OPTION "music_offload_encode_option"
158#define AUDIO_OFFLOAD_CODEC_NUM_CHANNEL "music_offload_num_channels"
159#define AUDIO_OFFLOAD_CODEC_DOWN_SAMPLING "music_offload_down_sampling"
160#define AUDIO_OFFLOAD_CODEC_DELAY_SAMPLES "delay_samples"
161#define AUDIO_OFFLOAD_CODEC_PADDING_SAMPLES "padding_samples"
Eric Laurent55786bc2012-04-10 16:56:32 -0700162
Eric Laurent70e81102011-08-07 10:05:40 -0700163/**************************************/
164
Dima Zavinf1504db2011-03-11 11:20:49 -0800165/* common audio stream parameters and operations */
166struct audio_stream {
167
168 /**
Glenn Kasten0cacd8d2012-02-10 13:42:44 -0800169 * Return the sampling rate in Hz - eg. 44100.
Dima Zavinf1504db2011-03-11 11:20:49 -0800170 */
171 uint32_t (*get_sample_rate)(const struct audio_stream *stream);
Dima Zavin57dde282011-06-06 19:31:18 -0700172
173 /* currently unused - use set_parameters with key
174 * AUDIO_PARAMETER_STREAM_SAMPLING_RATE
175 */
Dima Zavinf1504db2011-03-11 11:20:49 -0800176 int (*set_sample_rate)(struct audio_stream *stream, uint32_t rate);
177
178 /**
Glenn Kasten0cacd8d2012-02-10 13:42:44 -0800179 * Return size of input/output buffer in bytes for this stream - eg. 4800.
180 * It should be a multiple of the frame size. See also get_input_buffer_size.
Dima Zavinf1504db2011-03-11 11:20:49 -0800181 */
182 size_t (*get_buffer_size)(const struct audio_stream *stream);
183
184 /**
Glenn Kasten0cacd8d2012-02-10 13:42:44 -0800185 * Return the channel mask -
Dima Zavinf1504db2011-03-11 11:20:49 -0800186 * e.g. AUDIO_CHANNEL_OUT_STEREO or AUDIO_CHANNEL_IN_STEREO
187 */
Eric Laurent55786bc2012-04-10 16:56:32 -0700188 audio_channel_mask_t (*get_channels)(const struct audio_stream *stream);
Dima Zavinf1504db2011-03-11 11:20:49 -0800189
190 /**
Glenn Kasten0cacd8d2012-02-10 13:42:44 -0800191 * Return the audio format - e.g. AUDIO_FORMAT_PCM_16_BIT
Dima Zavinf1504db2011-03-11 11:20:49 -0800192 */
Glenn Kastenfe79eb32012-01-12 14:55:57 -0800193 audio_format_t (*get_format)(const struct audio_stream *stream);
Dima Zavin57dde282011-06-06 19:31:18 -0700194
195 /* currently unused - use set_parameters with key
196 * AUDIO_PARAMETER_STREAM_FORMAT
197 */
Glenn Kastenfe79eb32012-01-12 14:55:57 -0800198 int (*set_format)(struct audio_stream *stream, audio_format_t format);
Dima Zavinf1504db2011-03-11 11:20:49 -0800199
200 /**
201 * Put the audio hardware input/output into standby mode.
Glenn Kasten0cacd8d2012-02-10 13:42:44 -0800202 * Driver should exit from standby mode at the next I/O operation.
Dima Zavinf1504db2011-03-11 11:20:49 -0800203 * Returns 0 on success and <0 on failure.
204 */
205 int (*standby)(struct audio_stream *stream);
206
207 /** dump the state of the audio input/output device */
208 int (*dump)(const struct audio_stream *stream, int fd);
209
Glenn Kasten0cacd8d2012-02-10 13:42:44 -0800210 /** Return the set of device(s) which this stream is connected to */
Dima Zavinf1504db2011-03-11 11:20:49 -0800211 audio_devices_t (*get_device)(const struct audio_stream *stream);
Glenn Kasten0cacd8d2012-02-10 13:42:44 -0800212
213 /**
214 * Currently unused - set_device() corresponds to set_parameters() with key
215 * AUDIO_PARAMETER_STREAM_ROUTING for both input and output.
216 * AUDIO_PARAMETER_STREAM_INPUT_SOURCE is an additional information used by
217 * input streams only.
218 */
Dima Zavinf1504db2011-03-11 11:20:49 -0800219 int (*set_device)(struct audio_stream *stream, audio_devices_t device);
220
221 /**
222 * set/get audio stream parameters. The function accepts a list of
223 * parameter key value pairs in the form: key1=value1;key2=value2;...
224 *
225 * Some keys are reserved for standard parameters (See AudioParameter class)
226 *
227 * If the implementation does not accept a parameter change while
228 * the output is active but the parameter is acceptable otherwise, it must
229 * return -ENOSYS.
230 *
231 * The audio flinger will put the stream in standby and then change the
232 * parameter value.
233 */
234 int (*set_parameters)(struct audio_stream *stream, const char *kv_pairs);
235
236 /*
237 * Returns a pointer to a heap allocated string. The caller is responsible
Glenn Kasten0cacd8d2012-02-10 13:42:44 -0800238 * for freeing the memory for it using free().
Dima Zavinf1504db2011-03-11 11:20:49 -0800239 */
240 char * (*get_parameters)(const struct audio_stream *stream,
241 const char *keys);
Eric Laurentf3008aa2011-06-17 16:53:12 -0700242 int (*add_audio_effect)(const struct audio_stream *stream,
243 effect_handle_t effect);
244 int (*remove_audio_effect)(const struct audio_stream *stream,
245 effect_handle_t effect);
Dima Zavinf1504db2011-03-11 11:20:49 -0800246};
247typedef struct audio_stream audio_stream_t;
248
Richard Fitzgeraldf37f1872013-03-25 16:11:44 +0000249/* type of asynchronous write callback events. Mutually exclusive */
250typedef enum {
251 STREAM_CBK_EVENT_WRITE_READY, /* non blocking write completed */
252 STREAM_CBK_EVENT_DRAIN_READY /* drain completed */
253} stream_callback_event_t;
254
255typedef int (*stream_callback_t)(stream_callback_event_t event, void *param, void *cookie);
256
257/* type of drain requested to audio_stream_out->drain(). Mutually exclusive */
258typedef enum {
259 AUDIO_DRAIN_ALL, /* drain() returns when all data has been played */
260 AUDIO_DRAIN_EARLY_NOTIFY /* drain() returns a short time before all data
261 from the current track has been played to
262 give time for gapless track switch */
263} audio_drain_type_t;
264
Dima Zavinf1504db2011-03-11 11:20:49 -0800265/**
266 * audio_stream_out is the abstraction interface for the audio output hardware.
267 *
268 * It provides information about various properties of the audio output
269 * hardware driver.
270 */
271
272struct audio_stream_out {
Stewart Miles84d35492014-05-01 09:03:27 -0700273 /**
274 * Common methods of the audio stream out. This *must* be the first member of audio_stream_out
275 * as users of this structure will cast a audio_stream to audio_stream_out pointer in contexts
276 * where it's known the audio_stream references an audio_stream_out.
277 */
Dima Zavinf1504db2011-03-11 11:20:49 -0800278 struct audio_stream common;
279
280 /**
Glenn Kasten0cacd8d2012-02-10 13:42:44 -0800281 * Return the audio hardware driver estimated latency in milliseconds.
Dima Zavinf1504db2011-03-11 11:20:49 -0800282 */
283 uint32_t (*get_latency)(const struct audio_stream_out *stream);
284
285 /**
286 * Use this method in situations where audio mixing is done in the
287 * hardware. This method serves as a direct interface with hardware,
288 * allowing you to directly set the volume as apposed to via the framework.
289 * This method might produce multiple PCM outputs or hardware accelerated
290 * codecs, such as MP3 or AAC.
291 */
292 int (*set_volume)(struct audio_stream_out *stream, float left, float right);
293
294 /**
Glenn Kasten0cacd8d2012-02-10 13:42:44 -0800295 * Write audio buffer to driver. Returns number of bytes written, or a
296 * negative status_t. If at least one frame was written successfully prior to the error,
297 * it is suggested that the driver return that successful (short) byte count
298 * and then return an error in the subsequent call.
Richard Fitzgeraldf37f1872013-03-25 16:11:44 +0000299 *
300 * If set_callback() has previously been called to enable non-blocking mode
301 * the write() is not allowed to block. It must write only the number of
302 * bytes that currently fit in the driver/hardware buffer and then return
303 * this byte count. If this is less than the requested write size the
304 * callback function must be called when more space is available in the
305 * driver/hardware buffer.
Dima Zavinf1504db2011-03-11 11:20:49 -0800306 */
307 ssize_t (*write)(struct audio_stream_out *stream, const void* buffer,
308 size_t bytes);
309
310 /* return the number of audio frames written by the audio dsp to DAC since
311 * the output has exited standby
312 */
313 int (*get_render_position)(const struct audio_stream_out *stream,
314 uint32_t *dsp_frames);
Mike J. Chen5ad38a92011-08-15 12:05:00 -0700315
316 /**
Glenn Kasten0cacd8d2012-02-10 13:42:44 -0800317 * get the local time at which the next write to the audio driver will be presented.
318 * The units are microseconds, where the epoch is decided by the local audio HAL.
Mike J. Chen5ad38a92011-08-15 12:05:00 -0700319 */
320 int (*get_next_write_timestamp)(const struct audio_stream_out *stream,
321 int64_t *timestamp);
322
Richard Fitzgeraldf37f1872013-03-25 16:11:44 +0000323 /**
324 * set the callback function for notifying completion of non-blocking
325 * write and drain.
326 * Calling this function implies that all future write() and drain()
327 * must be non-blocking and use the callback to signal completion.
328 */
329 int (*set_callback)(struct audio_stream_out *stream,
330 stream_callback_t callback, void *cookie);
331
332 /**
333 * Notifies to the audio driver to stop playback however the queued buffers are
334 * retained by the hardware. Useful for implementing pause/resume. Empty implementation
335 * if not supported however should be implemented for hardware with non-trivial
336 * latency. In the pause state audio hardware could still be using power. User may
337 * consider calling suspend after a timeout.
338 *
339 * Implementation of this function is mandatory for offloaded playback.
340 */
341 int (*pause)(struct audio_stream_out* stream);
342
343 /**
344 * Notifies to the audio driver to resume playback following a pause.
345 * Returns error if called without matching pause.
346 *
347 * Implementation of this function is mandatory for offloaded playback.
348 */
349 int (*resume)(struct audio_stream_out* stream);
350
351 /**
352 * Requests notification when data buffered by the driver/hardware has
353 * been played. If set_callback() has previously been called to enable
354 * non-blocking mode, the drain() must not block, instead it should return
355 * quickly and completion of the drain is notified through the callback.
356 * If set_callback() has not been called, the drain() must block until
357 * completion.
358 * If type==AUDIO_DRAIN_ALL, the drain completes when all previously written
359 * data has been played.
360 * If type==AUDIO_DRAIN_EARLY_NOTIFY, the drain completes shortly before all
361 * data for the current track has played to allow time for the framework
362 * to perform a gapless track switch.
363 *
364 * Drain must return immediately on stop() and flush() call
365 *
366 * Implementation of this function is mandatory for offloaded playback.
367 */
368 int (*drain)(struct audio_stream_out* stream, audio_drain_type_t type );
369
370 /**
371 * Notifies to the audio driver to flush the queued data. Stream must already
372 * be paused before calling flush().
373 *
374 * Implementation of this function is mandatory for offloaded playback.
375 */
376 int (*flush)(struct audio_stream_out* stream);
Glenn Kastene25f9ed2013-08-22 16:27:22 -0700377
378 /**
Glenn Kasten22a06b72013-09-10 09:23:07 -0700379 * Return a recent count of the number of audio frames presented to an external observer.
Glenn Kastene25f9ed2013-08-22 16:27:22 -0700380 * This excludes frames which have been written but are still in the pipeline.
381 * The count is not reset to zero when output enters standby.
382 * Also returns the value of CLOCK_MONOTONIC as of this presentation count.
Glenn Kasten22a06b72013-09-10 09:23:07 -0700383 * The returned count is expected to be 'recent',
384 * but does not need to be the most recent possible value.
385 * However, the associated time should correspond to whatever count is returned.
386 * Example: assume that N+M frames have been presented, where M is a 'small' number.
387 * Then it is permissible to return N instead of N+M,
388 * and the timestamp should correspond to N rather than N+M.
389 * The terms 'recent' and 'small' are not defined.
390 * They reflect the quality of the implementation.
Glenn Kastene25f9ed2013-08-22 16:27:22 -0700391 *
392 * 3.0 and higher only.
393 */
394 int (*get_presentation_position)(const struct audio_stream_out *stream,
395 uint64_t *frames, struct timespec *timestamp);
396
Dima Zavinf1504db2011-03-11 11:20:49 -0800397};
398typedef struct audio_stream_out audio_stream_out_t;
399
400struct audio_stream_in {
Stewart Miles84d35492014-05-01 09:03:27 -0700401 /**
402 * Common methods of the audio stream in. This *must* be the first member of audio_stream_in
403 * as users of this structure will cast a audio_stream to audio_stream_in pointer in contexts
404 * where it's known the audio_stream references an audio_stream_in.
405 */
Dima Zavinf1504db2011-03-11 11:20:49 -0800406 struct audio_stream common;
407
408 /** set the input gain for the audio driver. This method is for
409 * for future use */
410 int (*set_gain)(struct audio_stream_in *stream, float gain);
411
Glenn Kasten0cacd8d2012-02-10 13:42:44 -0800412 /** Read audio buffer in from audio driver. Returns number of bytes read, or a
413 * negative status_t. If at least one frame was read prior to the error,
414 * read should return that byte count and then return an error in the subsequent call.
415 */
Dima Zavinf1504db2011-03-11 11:20:49 -0800416 ssize_t (*read)(struct audio_stream_in *stream, void* buffer,
417 size_t bytes);
418
419 /**
420 * Return the amount of input frames lost in the audio driver since the
421 * last call of this function.
422 * Audio driver is expected to reset the value to 0 and restart counting
423 * upon returning the current value by this function call.
424 * Such loss typically occurs when the user space process is blocked
425 * longer than the capacity of audio driver buffers.
426 *
427 * Unit: the number of input audio frames
428 */
429 uint32_t (*get_input_frames_lost)(struct audio_stream_in *stream);
430};
431typedef struct audio_stream_in audio_stream_in_t;
432
433/**
434 * return the frame size (number of bytes per sample).
Eric Laurentc5ae6a02014-07-02 13:45:32 -0700435 *
436 * Deprecated: use audio_stream_out_frame_size() or audio_stream_in_frame_size() instead.
Dima Zavinf1504db2011-03-11 11:20:49 -0800437 */
Eric Laurentc5ae6a02014-07-02 13:45:32 -0700438__attribute__((__deprecated__))
Glenn Kasten48915ac2012-02-20 12:08:57 -0800439static inline size_t audio_stream_frame_size(const struct audio_stream *s)
Dima Zavinf1504db2011-03-11 11:20:49 -0800440{
Glenn Kastena26cbac2012-01-13 14:53:35 -0800441 size_t chan_samp_sz;
Richard Fitzgeraldf37f1872013-03-25 16:11:44 +0000442 audio_format_t format = s->get_format(s);
Dima Zavinf1504db2011-03-11 11:20:49 -0800443
Richard Fitzgeraldf37f1872013-03-25 16:11:44 +0000444 if (audio_is_linear_pcm(format)) {
445 chan_samp_sz = audio_bytes_per_sample(format);
446 return popcount(s->get_channels(s)) * chan_samp_sz;
Dima Zavinf1504db2011-03-11 11:20:49 -0800447 }
448
Richard Fitzgeraldf37f1872013-03-25 16:11:44 +0000449 return sizeof(int8_t);
Dima Zavinf1504db2011-03-11 11:20:49 -0800450}
451
Eric Laurentc5ae6a02014-07-02 13:45:32 -0700452/**
453 * return the frame size (number of bytes per sample) of an output stream.
454 */
455static inline size_t audio_stream_out_frame_size(const struct audio_stream_out *s)
456{
457 size_t chan_samp_sz;
458 audio_format_t format = s->common.get_format(&s->common);
459
460 if (audio_is_linear_pcm(format)) {
461 chan_samp_sz = audio_bytes_per_sample(format);
462 return audio_channel_count_from_out_mask(s->common.get_channels(&s->common)) * chan_samp_sz;
463 }
464
465 return sizeof(int8_t);
466}
467
468/**
469 * return the frame size (number of bytes per sample) of an input stream.
470 */
471static inline size_t audio_stream_in_frame_size(const struct audio_stream_in *s)
472{
473 size_t chan_samp_sz;
474 audio_format_t format = s->common.get_format(&s->common);
475
476 if (audio_is_linear_pcm(format)) {
477 chan_samp_sz = audio_bytes_per_sample(format);
478 return audio_channel_count_from_in_mask(s->common.get_channels(&s->common)) * chan_samp_sz;
479 }
480
481 return sizeof(int8_t);
482}
Dima Zavinf1504db2011-03-11 11:20:49 -0800483
484/**********************************************************************/
485
486/**
487 * Every hardware module must have a data structure named HAL_MODULE_INFO_SYM
488 * and the fields of this data structure must begin with hw_module_t
489 * followed by module specific information.
490 */
491struct audio_module {
492 struct hw_module_t common;
493};
494
495struct audio_hw_device {
Stewart Miles84d35492014-05-01 09:03:27 -0700496 /**
497 * Common methods of the audio device. This *must* be the first member of audio_hw_device
498 * as users of this structure will cast a hw_device_t to audio_hw_device pointer in contexts
499 * where it's known the hw_device_t references an audio_hw_device.
500 */
Dima Zavinf1504db2011-03-11 11:20:49 -0800501 struct hw_device_t common;
502
503 /**
504 * used by audio flinger to enumerate what devices are supported by
505 * each audio_hw_device implementation.
506 *
507 * Return value is a bitmask of 1 or more values of audio_devices_t
Eric Laurent85e08e22012-08-28 14:30:35 -0700508 *
509 * NOTE: audio HAL implementations starting with
510 * AUDIO_DEVICE_API_VERSION_2_0 do not implement this function.
511 * All supported devices should be listed in audio_policy.conf
512 * file and the audio policy manager must choose the appropriate
513 * audio module based on information in this file.
Dima Zavinf1504db2011-03-11 11:20:49 -0800514 */
515 uint32_t (*get_supported_devices)(const struct audio_hw_device *dev);
516
517 /**
518 * check to see if the audio hardware interface has been initialized.
519 * returns 0 on success, -ENODEV on failure.
520 */
521 int (*init_check)(const struct audio_hw_device *dev);
522
523 /** set the audio volume of a voice call. Range is between 0.0 and 1.0 */
524 int (*set_voice_volume)(struct audio_hw_device *dev, float volume);
525
526 /**
527 * set the audio volume for all audio activities other than voice call.
528 * Range between 0.0 and 1.0. If any value other than 0 is returned,
529 * the software mixer will emulate this capability.
530 */
531 int (*set_master_volume)(struct audio_hw_device *dev, float volume);
532
533 /**
Mike J. Chen5ad38a92011-08-15 12:05:00 -0700534 * Get the current master volume value for the HAL, if the HAL supports
535 * master volume control. AudioFlinger will query this value from the
536 * primary audio HAL when the service starts and use the value for setting
537 * the initial master volume across all HALs. HALs which do not support
John Grossman47bf3d72012-07-17 11:54:04 -0700538 * this method may leave it set to NULL.
Mike J. Chen5ad38a92011-08-15 12:05:00 -0700539 */
540 int (*get_master_volume)(struct audio_hw_device *dev, float *volume);
541
542 /**
Glenn Kasten6df641e2012-01-09 10:41:30 -0800543 * set_mode is called when the audio mode changes. AUDIO_MODE_NORMAL mode
Dima Zavinf1504db2011-03-11 11:20:49 -0800544 * is for standard audio playback, AUDIO_MODE_RINGTONE when a ringtone is
545 * playing, and AUDIO_MODE_IN_CALL when a call is in progress.
Dima Zavinf1504db2011-03-11 11:20:49 -0800546 */
Glenn Kasten6df641e2012-01-09 10:41:30 -0800547 int (*set_mode)(struct audio_hw_device *dev, audio_mode_t mode);
Dima Zavinf1504db2011-03-11 11:20:49 -0800548
549 /* mic mute */
550 int (*set_mic_mute)(struct audio_hw_device *dev, bool state);
551 int (*get_mic_mute)(const struct audio_hw_device *dev, bool *state);
552
553 /* set/get global audio parameters */
554 int (*set_parameters)(struct audio_hw_device *dev, const char *kv_pairs);
555
556 /*
557 * Returns a pointer to a heap allocated string. The caller is responsible
Glenn Kasten0cacd8d2012-02-10 13:42:44 -0800558 * for freeing the memory for it using free().
Dima Zavinf1504db2011-03-11 11:20:49 -0800559 */
560 char * (*get_parameters)(const struct audio_hw_device *dev,
561 const char *keys);
562
563 /* Returns audio input buffer size according to parameters passed or
Glenn Kasten0cacd8d2012-02-10 13:42:44 -0800564 * 0 if one of the parameters is not supported.
565 * See also get_buffer_size which is for a particular stream.
Dima Zavinf1504db2011-03-11 11:20:49 -0800566 */
567 size_t (*get_input_buffer_size)(const struct audio_hw_device *dev,
Eric Laurent55786bc2012-04-10 16:56:32 -0700568 const struct audio_config *config);
Dima Zavinf1504db2011-03-11 11:20:49 -0800569
Eric Laurentf5e24692014-07-27 16:14:57 -0700570 /** This method creates and opens the audio hardware output stream.
571 * The "address" parameter qualifies the "devices" audio device type if needed.
572 * The format format depends on the device type:
573 * - Bluetooth devices use the MAC address of the device in the form "00:11:22:AA:BB:CC"
574 * - USB devices use the ALSA card and device numbers in the form "card=X;device=Y"
575 * - Other devices may use a number or any other string.
576 */
577
Eric Laurent55786bc2012-04-10 16:56:32 -0700578 int (*open_output_stream)(struct audio_hw_device *dev,
579 audio_io_handle_t handle,
580 audio_devices_t devices,
581 audio_output_flags_t flags,
582 struct audio_config *config,
Eric Laurentf5e24692014-07-27 16:14:57 -0700583 struct audio_stream_out **stream_out,
584 const char *address);
Dima Zavinf1504db2011-03-11 11:20:49 -0800585
586 void (*close_output_stream)(struct audio_hw_device *dev,
Eric Laurent55786bc2012-04-10 16:56:32 -0700587 struct audio_stream_out* stream_out);
Dima Zavinf1504db2011-03-11 11:20:49 -0800588
589 /** This method creates and opens the audio hardware input stream */
Eric Laurent55786bc2012-04-10 16:56:32 -0700590 int (*open_input_stream)(struct audio_hw_device *dev,
591 audio_io_handle_t handle,
592 audio_devices_t devices,
593 struct audio_config *config,
Glenn Kasten7d973ad2014-07-15 11:10:38 -0700594 struct audio_stream_in **stream_in,
Eric Laurentf5e24692014-07-27 16:14:57 -0700595 audio_input_flags_t flags,
596 const char *address,
597 audio_source_t source);
Dima Zavinf1504db2011-03-11 11:20:49 -0800598
599 void (*close_input_stream)(struct audio_hw_device *dev,
Eric Laurent55786bc2012-04-10 16:56:32 -0700600 struct audio_stream_in *stream_in);
Dima Zavinf1504db2011-03-11 11:20:49 -0800601
602 /** This method dumps the state of the audio hardware */
603 int (*dump)(const struct audio_hw_device *dev, int fd);
John Grossman47bf3d72012-07-17 11:54:04 -0700604
605 /**
606 * set the audio mute status for all audio activities. If any value other
607 * than 0 is returned, the software mixer will emulate this capability.
608 */
609 int (*set_master_mute)(struct audio_hw_device *dev, bool mute);
610
611 /**
612 * Get the current master mute status for the HAL, if the HAL supports
613 * master mute control. AudioFlinger will query this value from the primary
614 * audio HAL when the service starts and use the value for setting the
615 * initial master mute across all HALs. HALs which do not support this
616 * method may leave it set to NULL.
617 */
618 int (*get_master_mute)(struct audio_hw_device *dev, bool *mute);
Eric Laurent73b8a742014-05-22 14:02:38 -0700619
620 /**
621 * Routing control
622 */
623
624 /* Creates an audio patch between several source and sink ports.
625 * The handle is allocated by the HAL and should be unique for this
626 * audio HAL module. */
627 int (*create_audio_patch)(struct audio_hw_device *dev,
628 unsigned int num_sources,
629 const struct audio_port_config *sources,
630 unsigned int num_sinks,
631 const struct audio_port_config *sinks,
632 audio_patch_handle_t *handle);
633
634 /* Release an audio patch */
635 int (*release_audio_patch)(struct audio_hw_device *dev,
636 audio_patch_handle_t handle);
637
638 /* Fills the list of supported attributes for a given audio port.
639 * As input, "port" contains the information (type, role, address etc...)
640 * needed by the HAL to identify the port.
641 * As output, "port" contains possible attributes (sampling rates, formats,
642 * channel masks, gain controllers...) for this port.
643 */
644 int (*get_audio_port)(struct audio_hw_device *dev,
645 struct audio_port *port);
646
647 /* Set audio port configuration */
648 int (*set_audio_port_config)(struct audio_hw_device *dev,
649 const struct audio_port_config *config);
650
Dima Zavinf1504db2011-03-11 11:20:49 -0800651};
652typedef struct audio_hw_device audio_hw_device_t;
653
654/** convenience API for opening and closing a supported device */
655
656static inline int audio_hw_device_open(const struct hw_module_t* module,
657 struct audio_hw_device** device)
658{
659 return module->methods->open(module, AUDIO_HARDWARE_INTERFACE,
660 (struct hw_device_t**)device);
661}
662
663static inline int audio_hw_device_close(struct audio_hw_device* device)
664{
665 return device->common.close(&device->common);
666}
667
668
669__END_DECLS
670
671#endif // ANDROID_AUDIO_INTERFACE_H