Searched refs:device_src_cfg (Results 1 – 1 of 1) sorted by relevance
65 audio_port_config device_src_cfg = { in TEST() local67 ASSERT_FALSE(audio_port_config_has_hw_av_sync(&device_src_cfg)); in TEST()68 device_src_cfg.config_mask |= AUDIO_PORT_CONFIG_FLAGS; in TEST()69 ASSERT_FALSE(audio_port_config_has_hw_av_sync(&device_src_cfg)); in TEST()70 device_src_cfg.flags.input = AUDIO_INPUT_FLAG_HW_AV_SYNC; in TEST()71 ASSERT_TRUE(audio_port_config_has_hw_av_sync(&device_src_cfg)); in TEST()