rename audio policy output flags.
Change-Id: I965fa9bcba45f223f2f2cbc4adccfb5491414c8b
This commit is contained in:
parent
55786bcf3c
commit
da4b0b26d1
2 changed files with 4 additions and 4 deletions
|
@ -133,7 +133,7 @@ struct audio_policy {
|
|||
uint32_t samplingRate,
|
||||
audio_format_t format,
|
||||
uint32_t channels,
|
||||
audio_policy_output_flags_t flags);
|
||||
audio_output_flags_t flags);
|
||||
|
||||
/* indicates to the audio policy manager that the output starts being used
|
||||
* by corresponding stream. */
|
||||
|
@ -263,7 +263,7 @@ struct audio_policy_service_ops {
|
|||
audio_format_t *pFormat,
|
||||
audio_channel_mask_t *pChannelMask,
|
||||
uint32_t *pLatencyMs,
|
||||
audio_policy_output_flags_t flags);
|
||||
audio_output_flags_t flags);
|
||||
|
||||
/* creates a special output that is duplicated to the two outputs passed as
|
||||
* arguments. The duplication is performed by
|
||||
|
@ -380,7 +380,7 @@ struct audio_policy_service_ops {
|
|||
audio_format_t *pFormat,
|
||||
audio_channel_mask_t *pChannelMask,
|
||||
uint32_t *pLatencyMs,
|
||||
audio_policy_output_flags_t flags);
|
||||
audio_output_flags_t flags);
|
||||
|
||||
/* Opens an audio input on a particular HW module.
|
||||
*
|
||||
|
|
|
@ -99,7 +99,7 @@ static audio_io_handle_t ap_get_output(struct audio_policy *pol,
|
|||
uint32_t sampling_rate,
|
||||
audio_format_t format,
|
||||
uint32_t channels,
|
||||
audio_policy_output_flags_t flags)
|
||||
audio_output_flags_t flags)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue