Lines Matching full:verb
30 * Support for the verb/device/modifier core logic and API,
60 * An audio use case can be defined by a verb and device parameter. The verb
65 * It's intended clients will mostly only need to set the use case verb and
66 * device for each system use case change (as the verb and device parameters
83 * o Get the ALSA PCM playback and capture device PCMs for use case verb,
85 * o Get the TQ parameter for each use case verb, use case device and
93 * Use Case Verb.
95 * The use case verb is the main device audio action. e.g. the "HiFi" use
96 * case verb will configure the audio hardware for HiFi Music playback
137 * 1. Set verb to SND_USE_CASE_VERB_VOICECALL (for voice call)
143 * 1. Set verb to SND_USE_CASE_VERB_HIFI (for MP3 playback)
161 * use case verb and modifier. It's intended as an optional hint to the
198 * _verbs - get verb list
199 * (in pair verb+comment)
200 * _devices[/<verb>] - get list of supported devices
202 * _modifiers[/<verb>]- get list of supported modifiers
204 * TQ[/<verb>] - get list of TQ identifiers
208 * _supporteddevs/<modifier>|<device>[/<verb>] - list of supported devices
209 * _conflictingdevs/<modifier>|<device>[/<verb>] - list of conflicting devices
231 * _verb - return current verb
233 * [=]<NAME>[/[<modifier>|</device>][/<verb>]]
236 * else at a verb
237 * - Search starts at given verb if any,
238 * else current verb
239 * - Searches modifier/device, then verb, then defaults
241 * device/modifier/verb specified, and not search
248 * From current active verb:
250 * From verb "Verb":
251 * "=Variable//Verb"
252 * From "Modifier" in current active verb:
254 * From "Modifier" in "Verb":
255 * "=Variable/Modifier/Verb"
299 * _verb - set current verb = value
341 * \brief Reset use case manager verb, device, modifier to deafult settings.