Searched refs:SND_CONFIG_TYPE_INTEGER64 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dconf.h52 SND_CONFIG_TYPE_INTEGER64, enumerator in enum:_snd_config_type
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Dconf.c995 if (n->type != SND_CONFIG_TYPE_INTEGER && n->type != SND_CONFIG_TYPE_INTEGER64) {
1003 err = _snd_config_make_add(&n, id, SND_CONFIG_TYPE_INTEGER64, parent);
1380 case SND_CONFIG_TYPE_INTEGER64:
1509 * <dt>integer64<dt>#SND_CONFIG_TYPE_INTEGER64
1528 *type = SND_CONFIG_TYPE_INTEGER64;
1957 * This function creates a new node of type #SND_CONFIG_TYPE_INTEGER64
1972 return snd_config_make(config, id, SND_CONFIG_TYPE_INTEGER64);
2131 * This function creates a new node of type #SND_CONFIG_TYPE_INTEGER64
2146 err = snd_config_make(config, id, SND_CONFIG_TYPE_INTEGER64);
2287 if (config->type != SND_CONFIG_TYPE_INTEGER64)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/lsb/
H A Dconfig.c41 case SND_CONFIG_TYPE_INTEGER64:
308 TEST_CHECK(snd_config_get_type(c) == SND_CONFIG_TYPE_INTEGER64);
366 TEST_CHECK(snd_config_get_type(c) == SND_CONFIG_TYPE_INTEGER64);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/ucm/
H A Dparser.c400 case SND_CONFIG_TYPE_INTEGER64:

Completed in 203 milliseconds