Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/alsa_sound/
Dalsa_default.cpp400 int rx_dev_id, tx_dev_id; in switchDevice() local
581 tx_dev_id = snd_use_case_get(handle->ucMgr, ident, NULL); in switchDevice()
590 && tx_dev_id == DEVICE_HANDSET_TX_ACDB_ID) { in switchDevice()
591 tx_dev_id = DEVICE_SPEAKER_TX_ACDB_ID; in switchDevice()
595 ALOGV("rx_dev_id=%d, tx_dev_id=%d\n", rx_dev_id, tx_dev_id); in switchDevice()
599 err = csd_enable_device(rx_dev_id, tx_dev_id, mDevSettingsFlag); in switchDevice()