Home
last modified time | relevance | path

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

/linux/sound/soc/tegra/
H A Dtegra_asoc_machine.h35 unsigned int set_mclk; member
H A Dtegra_asoc_machine.c334 mclk != machine->set_mclk) { in tegra_machine_hw_params()
336 machine->set_mclk = 0; in tegra_machine_hw_params()
361 machine->set_mclk = mclk; in tegra_machine_hw_params()
606 machine->set_mclk = 24576000; in tegra_asoc_machine_probe()
/linux/sound/pci/ice1712/
H A Dice1712.h374 unsigned char (*set_mclk)(struct snd_ice1712 *ice, unsigned int rate); member
H A Djuli.c612 ice->set_mclk = juli_set_mclk; in juli_init()
H A Dice1724.c660 mclk_change = ice->set_mclk(ice, rate); in snd_vt1724_set_pro_rate()
2571 if (!ice->set_mclk) in __snd_vt1724_probe()
2572 ice->set_mclk = stdclock_set_mclk; in __snd_vt1724_probe()
H A Dquartet.c980 ice->set_mclk = qtet_set_mclk; in qtet_init()