Searched defs:cache_types (Results 1 - 1 of 1) sorted by relevance

/sound/soc/
H A Dsoc-cache.c1139 static const struct snd_soc_cache_ops cache_types[] = { variable in typeref:struct:snd_soc_cache_ops
1176 for (i = 0; i < ARRAY_SIZE(cache_types); ++i)
1177 if (cache_types[i].id == codec->compress_type)
1181 if (i == ARRAY_SIZE(cache_types)) {
1188 codec->cache_ops = &cache_types[i];

Completed in 54 milliseconds