Merge "hal: mpq: configure HDMI channel number"

This commit is contained in:
Linux Build Service Account 2014-01-17 08:05:00 -08:00 committed by Gerrit - the friendly Code Review server
commit 73500f14d2
1 changed files with 2 additions and 2 deletions

View File

@ -1709,8 +1709,8 @@ int start_output_stream(struct stream_out *out, struct alsa_handle *handle)
uc_info->out_snd_device = SND_DEVICE_NONE;
/* This must be called before adding this usecase to the list */
//if (out->devices & AUDIO_DEVICE_OUT_AUX_DIGITAL)
// check_and_set_hdmi_channels(adev, out->config.channels);
if (out->devices & AUDIO_DEVICE_OUT_AUX_DIGITAL)
check_and_set_hdmi_channels(adev, handle->config.channels);
list_add_tail(&adev->usecase_list, &uc_info->list);