Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drt1015.c433 struct rt1015_priv *rt1015 = in rt1015_boost_mode_get() local
436 ucontrol->value.integer.value[0] = rt1015->boost_mode; in rt1015_boost_mode_get()
446 struct rt1015_priv *rt1015 = in rt1015_boost_mode_put() local
449 rt1015->boost_mode = ucontrol->value.integer.value[0]; in rt1015_boost_mode_put()
451 switch (rt1015->boost_mode) { in rt1015_boost_mode_put()
485 struct rt1015_priv *rt1015 = in rt1015_bypass_boost_get() local
488 ucontrol->value.integer.value[0] = rt1015->bypass_boost; in rt1015_bypass_boost_get()
493 static void rt1015_calibrate(struct rt1015_priv *rt1015) in rt1015_calibrate() argument
495 struct snd_soc_component *component = rt1015->component; in rt1015_calibrate()
496 struct regmap *regmap = rt1015->regmap; in rt1015_calibrate()
[all …]
H A DMakefile179 snd-soc-rt1015-objs := rt1015.o
506 obj-$(CONFIG_SND_SOC_RT1015) += snd-soc-rt1015.o
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Drt1015.txt7 - compatible : "realtek,rt1015".
19 rt1015: codec@28 {
20 compatible = "realtek,rt1015";
/OK3568_Linux_fs/kernel/sound/soc/amd/
H A Dacp3x-rt5682-max9836.c280 SND_SOC_DAILINK_DEF(rt1015,
438 links[1].codecs = rt1015; in card_spk_dai_link_present()
439 links[1].num_codecs = ARRAY_SIZE(rt1015); in card_spk_dai_link_present()