Home
last modified time | relevance | path

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

/linux-2.6.39/sound/soc/
Dsoc-cache.c1171 int ret, blkindex, blkpos; in snd_soc_lzo_cache_write() local
1176 blkindex = snd_soc_lzo_get_blkindex(codec, reg); in snd_soc_lzo_cache_write()
1182 lzo_block = lzo_blocks[blkindex]; in snd_soc_lzo_cache_write()
1233 int ret, blkindex, blkpos; in snd_soc_lzo_cache_read() local
1239 blkindex = snd_soc_lzo_get_blkindex(codec, reg); in snd_soc_lzo_cache_read()
1245 lzo_block = lzo_blocks[blkindex]; in snd_soc_lzo_cache_read()