Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Duda1380.c535 u16 clk = uda1380_read_reg_cache(component, UDA1380_CLK); in uda1380_pcm_hw_params()
564 uda1380_write(component, UDA1380_CLK, clk); in uda1380_pcm_hw_params()
572 u16 clk = uda1380_read_reg_cache(component, UDA1380_CLK); in uda1380_pcm_shutdown()
585 uda1380_write(component, UDA1380_CLK, clk); in uda1380_pcm_shutdown()
713 uda1380_write_reg_cache(component, UDA1380_CLK, 0); in uda1380_probe()
716 uda1380_write_reg_cache(component, UDA1380_CLK, in uda1380_probe()
H A Duda1380.h11 #define UDA1380_CLK 0x00 macro