Home
last modified time | relevance | path

Searched refs:snd_soc_component_read (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.4/sound/soc/
Dsoc-io.c23 int snd_soc_component_read(struct snd_soc_component *component, in snd_soc_component_read() function
39 EXPORT_SYMBOL_GPL(snd_soc_component_read);
47 ret = snd_soc_component_read(component, reg, &val); in snd_soc_component_read32()
84 ret = snd_soc_component_read(component, reg, &old); in snd_soc_component_update_bits_legacy()
196 ret = snd_soc_component_read(component, reg, &old); in snd_soc_component_test_bits()
Dsoc-ops.c68 ret = snd_soc_component_read(component, e->reg, &reg_val); in snd_soc_get_enum_double()
139 ret = snd_soc_component_read(component, reg, &val); in snd_soc_read_signed()
380 ret = snd_soc_component_read(component, reg, &val); in snd_soc_get_volsw_sx()
387 ret = snd_soc_component_read(component, reg2, &val); in snd_soc_get_volsw_sx()
553 ret = snd_soc_component_read(component, reg, &val); in snd_soc_get_volsw_range()
566 ret = snd_soc_component_read(component, rreg, &val); in snd_soc_get_volsw_range()
846 ret = snd_soc_component_read(component, regbase+i, &regval); in snd_soc_get_xr_sx()
930 ret = snd_soc_component_read(component, reg, &val); in snd_soc_get_strobe()
Dsoc-ac97.c85 if (snd_soc_component_read(component, AC97_GPIO_STATUS, &ret) < 0) in snd_soc_ac97_gpio_get()
Dsoc-dapm.c610 return snd_soc_component_read(dapm->component, reg, value); in soc_dapm_read()
/Linux-v5.4/sound/soc/fsl/
Dfsl_audmix.c122 ret = snd_soc_component_read(comp, FSL_AUDMIX_CTR, &reg_val); in fsl_audmix_put_mix_clk_src()
165 ret = snd_soc_component_read(comp, FSL_AUDMIX_CTR, &reg_val); in fsl_audmix_put_out_src()
/Linux-v5.4/sound/soc/codecs/
Dak4613.c493 snd_soc_component_read(component, PW_MGMT1, &mgmt1); in ak4613_dummy_write()
494 snd_soc_component_read(component, PW_MGMT3, &mgmt3); in ak4613_dummy_write()
Dtas5720.c511 snd_soc_component_read(component, TAS5720_VOLUME_CTRL_REG, &val); in tas5722_volume_get()
514 snd_soc_component_read(component, TAS5722_DIGITAL_CTRL2_REG, &val); in tas5722_volume_get()
Dtda7419.c192 ret = snd_soc_component_read(component, reg, &val); in tda7419_vol_get()
199 ret = snd_soc_component_read(component, rreg, &val); in tda7419_vol_get()
Dmadera.c583 ret = snd_soc_component_read(component, MADERA_OUTPUT_ENABLES_1, &val); in madera_out1_demux_get()
1021 ret = snd_soc_component_read(component, e->reg, &val); in madera_rate_put()
2128 ret = snd_soc_component_read(component, reg, &val); in madera_dfc_put()
2161 ret = snd_soc_component_read(component, MADERA_INPUT_ENABLES, &val); in madera_lp_mode_put()
2255 ret = snd_soc_component_read(component, MADERA_INPUT_ENABLES, in madera_in_ev()
3039 ret = snd_soc_component_read(component, base + MADERA_AIF_BCLK_CTRL, in madera_aif_cfg_changed()
3046 ret = snd_soc_component_read(component, base + MADERA_AIF_RX_BCLK_RATE, in madera_aif_cfg_changed()
3053 ret = snd_soc_component_read(component, base + MADERA_AIF_FRAME_CTRL_1, in madera_aif_cfg_changed()
3112 ret = snd_soc_component_read(component, base + MADERA_AIF_FORMAT, &val); in madera_hw_params()
Dinno_rk3036.c53 ret = snd_soc_component_read(component, INNO_R09, &regval); in rk3036_codec_antipop_get()
Dtscs454.c356 ret = snd_soc_component_read(component, r_stat, &val); in write_coeff_ram()
447 ret = snd_soc_component_read(component, R_PLLSTAT, &val); in coeff_ram_put()
2649 ret = snd_soc_component_read(component, R_PLLCTL, &val); in tscs454_set_sysclk()
3207 ret = snd_soc_component_read(component, R_ISRC, &val); in tscs454_hw_params()
Dnau8822.c834 snd_soc_component_read(component, NAU8822_REG_CLOCKING, &ctrl_val); in nau8822_hw_params()
Drt1305.c414 snd_soc_component_read(component, RT1305_CLK_1, &val); in rt1305_is_rc_clk_from_pll()
Dcs47l35.c137 ret = snd_soc_component_read(component, MADERA_OUTPUT_ENABLES_1, in cs47l35_hp_post_enable()
Dcs47l85.c199 ret = snd_soc_component_read(component, MADERA_OUTPUT_ENABLES_1, in cs47l85_hp_post_enable()
/Linux-v5.4/include/sound/
Dsoc-component.h257 int snd_soc_component_read(struct snd_soc_component *component,
/Linux-v5.4/sound/soc/meson/
Dg12a-tohdmitx.c88 snd_soc_component_read(component, TOHDMITX_CTRL0, &val); in g12a_tohdmitx_get_input_val()