Searched refs:is_output (Results 1 – 1 of 1) sorted by relevance
423 bool is_output, in populate_channel_mask_from_profile() argument428 is_output ? OUT_CHANNEL_MASKS_MAP : IN_CHANNEL_MASKS_MAP; in populate_channel_mask_from_profile()429 int channel_masks_size = is_output ? OUT_CHANNEL_MASKS_SIZE : IN_CHANNEL_MASKS_SIZE; in populate_channel_mask_from_profile()1736 const bool is_output = audio_is_output_device(port->ext.device.type); in adev_get_audio_port() local1737 profile_init(&profile, is_output ? PCM_OUT : PCM_IN); in adev_get_audio_port()1757 &profile, is_output, port->channel_masks); in adev_get_audio_port()1769 const bool is_output = audio_is_output_device(port->ext.device.type); in adev_get_audio_port_v7() local1770 profile_init(&profile, is_output ? PCM_OUT : PCM_IN); in adev_get_audio_port_v7()1781 &profile, is_output, channel_masks); in adev_get_audio_port_v7()