add debugging
Change-Id: Ic673c0e8edc19903fe0fe3ffd1bb3c27a3b29e14
This commit is contained in:
parent
9ec94fd857
commit
90eb79d626
|
@ -12707,6 +12707,7 @@ int platform_set_swap_channels(struct audio_device *adev, bool swap_channels)
|
||||||
if (usecase->stream.out && usecase->type == PCM_PLAYBACK &&
|
if (usecase->stream.out && usecase->type == PCM_PLAYBACK &&
|
||||||
compare_device_type(&usecase->stream.out->device_list,
|
compare_device_type(&usecase->stream.out->device_list,
|
||||||
AUDIO_DEVICE_OUT_SPEAKER)) {
|
AUDIO_DEVICE_OUT_SPEAKER)) {
|
||||||
|
ALOGD("%s: swap speaker now", __func__);
|
||||||
/*
|
/*
|
||||||
* If acdb tuning is different for SPEAKER_REVERSE, it is must
|
* If acdb tuning is different for SPEAKER_REVERSE, it is must
|
||||||
* to perform device switch to disable the current backend to
|
* to perform device switch to disable the current backend to
|
||||||
|
|
Loading…
Reference in New Issue