Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/asihpi/
H A Dasihpi.c2359 if (item >= clkcache->count) in snd_asihpi_clksrc_put()
2360 item = clkcache->count-1; in snd_asihpi_clksrc_put()
2450 struct clk_cache *clkcache; in snd_asihpi_sampleclock_add() local
2459 clkcache = &asihpi->cc; in snd_asihpi_sampleclock_add()
2462 clkcache->has_local = 0; in snd_asihpi_sampleclock_add()
2469 clkcache->s[i].index = 0; in snd_asihpi_sampleclock_add()
2474 clkcache->has_local = 1; in snd_asihpi_sampleclock_add()
2483 clkcache->s[i].source = in snd_asihpi_sampleclock_add()
2485 clkcache->s[i].index = j; in snd_asihpi_sampleclock_add()
2490 clkcache->count = i; in snd_asihpi_sampleclock_add()
[all …]