Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/
Dconfeval.c238 return snd_config_imake_integer64(dst, NULL, left); in _snd_eval_string()
Dconf.c2795 int snd_config_imake_integer64(snd_config_t **config, const char *id, const long long value) in snd_config_imake_integer64() function
5039 err = snd_config_imake_integer64(dst, id, v); in _snd_config_expand()
/third_party/alsa-lib/include/
Dconf.h146 int snd_config_imake_integer64(snd_config_t **config, const char *key, const long long value);
/third_party/alsa-lib/test/lsb/
Dconfig.c365 ALSA_CHECK(snd_config_imake_integer64(&c, "i", 123456789012345LL)); in test_imake_integer64()
/third_party/alsa-utils/alsactl/
Dstate.c72 err = snd_config_imake_integer64(&leaf, id, integer); in snd_config_integer64_add()