Home
last modified time | relevance | path

Searched refs:cfg2 (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-utils/alsactl/
Dalsactl.c194 snd_config_t *top, *cfg2; in dump_configuration() local
201 err = snd_config_search_definition(top, "cards", "_dummy_", &cfg2); in dump_configuration()
203 snd_config_delete(cfg2); in dump_configuration()
/third_party/littlefs/tests/
Dtest_attrs.toml231 struct lfs_file_config cfg2 = {.attrs=attrs2, .attr_count=3};
232 lfs_file_opencfg(&lfs, &file, "hello/hello", LFS_O_RDWR, &cfg2) => 0;