Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
A Drt1308-sdw.c169 if (rt1308->hw_init) in rt1308_io_init()
265 rt1308->hw_init = true; in rt1308_io_init()
281 rt1308->status = status; in rt1308_update_status()
290 if (rt1308->hw_init || rt1308->status != SDW_SLAVE_ATTACHED) in rt1308_update_status()
515 rt1308->slots = slots; in rt1308_sdw_set_tdm_slot()
539 if (!rt1308->sdw_slave) in rt1308_sdw_hw_params()
551 if (rt1308->slots) { in rt1308_sdw_hw_params()
586 if (!rt1308->sdw_slave) in rt1308_sdw_pcm_hw_free()
646 rt1308 = devm_kzalloc(dev, sizeof(*rt1308), GFP_KERNEL); in rt1308_sdw_init()
647 if (!rt1308) in rt1308_sdw_init()
[all …]
A Drt1308.c462 pre_div = rt1308_get_clk_info(rt1308->sysclk, rt1308->lrck); in rt1308_hw_params()
477 rt1308->bclk = rt1308->lrck * (32 << bclk_ms); in rt1308_hw_params()
529 rt1308->master = 0; in rt1308_set_dai_fmt()
583 if (freq == rt1308->sysclk && clk_id == rt1308->sysclk_src) in rt1308_set_component_sysclk()
608 rt1308->sysclk = freq; in rt1308_set_component_sysclk()
625 if (source == rt1308->pll_src && freq_in == rt1308->pll_in && in rt1308_set_component_pll()
632 rt1308->pll_in = 0; in rt1308_set_component_pll()
633 rt1308->pll_out = 0; in rt1308_set_component_pll()
681 rt1308->pll_in = freq_in; in rt1308_set_component_pll()
826 if (rt1308 == NULL) in rt1308_i2c_probe()
[all …]
A DMakefile181 snd-soc-rt1308-objs := rt1308.o
182 snd-soc-rt1308-sdw-objs := rt1308-sdw.o
514 obj-$(CONFIG_SND_SOC_RT1308) += snd-soc-rt1308.o
515 obj-$(CONFIG_SND_SOC_RT1308_SDW) += snd-soc-rt1308-sdw.o
/linux/Documentation/devicetree/bindings/sound/
A Drt1308.txt7 - compatible : "realtek,rt1308".
14 rt1308: rt1308@10 {
15 compatible = "realtek,rt1308";

Completed in 11 milliseconds