Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Duda1380.c531 u16 clk = uda1380_read_reg_cache(codec, UDA1380_CLK); in uda1380_pcm_hw_params()
560 uda1380_write(codec, UDA1380_CLK, clk); in uda1380_pcm_hw_params()
568 u16 clk = uda1380_read_reg_cache(codec, UDA1380_CLK); in uda1380_pcm_shutdown()
581 uda1380_write(codec, UDA1380_CLK, clk); in uda1380_pcm_shutdown()
727 uda1380_write_reg_cache(codec, UDA1380_CLK, 0); in uda1380_probe()
730 uda1380_write_reg_cache(codec, UDA1380_CLK, in uda1380_probe()
Duda1380.h14 #define UDA1380_CLK 0x00 macro