Searched refs:amp_cache (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_codec.c1023 free_hda_cache(&codec->amp_cache);
1072 init_hda_cache(&codec->amp_cache, sizeof(struct hda_amp_info));
1409 return (struct hda_amp_info *)get_alloc_hash(&codec->amp_cache, key);
1676 struct hda_amp_info *buffer = codec->amp_cache.buf.list;
1679 for (i = 0; i < codec->amp_cache.buf.used; i++, buffer++) {
2085 free_hda_cache(&codec->amp_cache);
2087 init_hda_cache(&codec->amp_cache, sizeof(struct hda_amp_info));
H A Dhda_codec.h825 struct hda_cache_rec amp_cache; /* cache for amp access */ member in struct:hda_codec

Completed in 372 milliseconds