OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_device_name_get_hint
(Results
1 - 3
of
3
) sorted by null
/device/samsung/crespo/alsa-lib/include/
control.h
219
char *
snd_device_name_get_hint
(const void *hint, const char *id);
/device/samsung/crespo/alsa-lib/src/control/
namehint.c
623
char *
snd_device_name_get_hint
(const void *hint, const char *id)
function
/device/samsung/crespo/alsa-utils/aplay/
aplay.c
287
name =
snd_device_name_get_hint
(*n, "NAME");
288
descr =
snd_device_name_get_hint
(*n, "DESC");
289
io =
snd_device_name_get_hint
(*n, "IOID");
[
all
...]
Completed in 46 milliseconds