Home
last modified time | relevance | path

Searched refs:enabled_channels (Results 1 – 2 of 2) sorted by relevance

/device/generic/car/emulator/audio/driver/
Daudio_hw.h55 enum output_channel_enable enabled_channels; // Constant after init member
Daudio_hw.c133 out->enabled_channels, in out_dump()
327 if ((i % 2) && !(out->enabled_channels & RIGHT_CHANNEL)) { in out_apply_gain()
329 } else if (!(i % 2) && !(out->enabled_channels & LEFT_CHANNEL)) { in out_apply_gain()
1022 out->enabled_channels = BOTH_CHANNELS; in adev_open_output_stream()
1035 out->enabled_channels = strstr(out->bus_address, "rear") in adev_open_output_stream()