Searched refs:snd_config_imake_integer64 (Results 1 – 5 of 5) sorted by relevance
/third_party/alsa-lib/src/ |
D | confeval.c | 238 return snd_config_imake_integer64(dst, NULL, left); in _snd_eval_string()
|
D | conf.c | 2795 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/ |
D | conf.h | 146 int snd_config_imake_integer64(snd_config_t **config, const char *key, const long long value);
|
/third_party/alsa-lib/test/lsb/ |
D | config.c | 365 ALSA_CHECK(snd_config_imake_integer64(&c, "i", 123456789012345LL)); in test_imake_integer64()
|
/third_party/alsa-utils/alsactl/ |
D | state.c | 72 err = snd_config_imake_integer64(&leaf, id, integer); in snd_config_integer64_add()
|