summaryrefslogtreecommitdiffstats
path: root/include/handsfree-audio.h
AgeCommit message (Collapse)AuthorFilesLines
2015-10-05handsfree-audio: add type for our audio cardsSimon Fels1-2/+8
When registering audio cards for the handsfree and gateway roles we need a way for our users to differentiate between both to decide which of them they start using for their purpose.
2015-05-13include: Add sco_connected_hint to handsfree-audioDenis Kenzior1-0/+1
2013-09-12handsfree-audio: Detect transparent SCO in kernelVinicius Costa Gomes1-1/+1
Deferred SCO setup is not enough for HFP 1.6 wideband codec support. Wideband speech also requires Transparent SCO to be enabled in the kernel.
2013-04-25include: Add ofono_handsfree_audio_has_defer_setup()Vinicius Costa Gomes1-0/+2
2013-04-15include: Add ofono_handsfree_card_set_codec()Vinicius Costa Gomes1-0/+2
This will be used by the drivers that a given codec was negotiated for a card. It will return FALSE if the codec can't be used. For example, if the selected codec is mSBC and defer setup is not supported by the kernel.
2013-04-09include: Add ofono_handsfree_audio_has_wideband()Vinicius Costa Gomes1-0/+2
As we can assume that the CVSD codec will be always available, the only information that we need to export is if we have support for wideband codecs. Right now only mSBC is defined as wideband.
2013-03-28include: Add ofono_handsfree_card_connect_sco()Vinicius Costa Gomes1-0/+2
This will be used by HFP plugins to tell the core that a SCO connection needs to be established.
2013-03-26include: Fix hf audio connect method declarationDenis Kenzior1-1/+1
2013-03-18include: Refactor ofono_handsfree_card_createDenis Kenzior1-2/+11
2013-03-18include: Add get/set data handsfree audio cardDenis Kenzior1-0/+4
2013-03-18include: Add handsfree card driver registrationDenis Kenzior1-0/+18
2013-02-26include: Add handsfree card register methodDenis Kenzior1-0/+1
2013-02-26include: Add handsfree card create / remove APIDenis Kenzior1-0/+6
2013-02-21include: Add skeleton for handsfree-audioDenis Kenzior1-0/+38