Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Duda1380.c533 u16 clk = uda1380_read_reg_cache(codec, UDA1380_CLK); in uda1380_pcm_hw_params()
562 uda1380_write(codec, UDA1380_CLK, clk); in uda1380_pcm_hw_params()
570 u16 clk = uda1380_read_reg_cache(codec, UDA1380_CLK); in uda1380_pcm_shutdown()
583 uda1380_write(codec, UDA1380_CLK, clk); in uda1380_pcm_shutdown()
733 uda1380_write_reg_cache(codec, UDA1380_CLK, 0); in uda1380_probe()
736 uda1380_write_reg_cache(codec, UDA1380_CLK, in uda1380_probe()
Duda1380.h14 #define UDA1380_CLK 0x00 macro