Searched refs:enabled_channels (Results 1 – 2 of 2) sorted by relevance
309 out->enabled_channels, in out_dump()526 if ((i % 2) && !(out->enabled_channels & RIGHT_CHANNEL)) { in out_apply_gain()528 } else if (!(i % 2) && !(out->enabled_channels & LEFT_CHANNEL)) { in out_apply_gain()1244 out->enabled_channels = BOTH_CHANNELS; in adev_open_output_stream()1262 out->enabled_channels = strstr(out->bus_address, AUDIO_ZONE_KEYWORD) in adev_open_output_stream()1265 out->bus_address, out->enabled_channels == RIGHT_CHANNEL ? "Right" : "Left"); in adev_open_output_stream()
62 enum output_channel_enable enabled_channels; // Constant after init member