Home
last modified time | relevance | path

Searched refs:cs42l42 (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/sound/soc/codecs/
Dcs42l42.c516 struct cs42l42_private *cs42l42 = snd_soc_component_get_drvdata(component); in cs42l42_set_jack() local
518 cs42l42->jack = jk; in cs42l42_set_jack()
520 regmap_update_bits(cs42l42->regmap, CS42L42_TSRS_PLUG_INT_MASK, in cs42l42_set_jack()
531 struct cs42l42_private *cs42l42 = snd_soc_component_get_drvdata(component); in cs42l42_component_probe() local
533 cs42l42->component = component; in cs42l42_component_probe()
611 struct cs42l42_private *cs42l42 = snd_soc_component_get_drvdata(component); in cs42l42_pll_config() local
616 if (!cs42l42->sclk) in cs42l42_pll_config()
617 clk = cs42l42->bclk; in cs42l42_pll_config()
619 clk = cs42l42->sclk; in cs42l42_pll_config()
623 cs42l42->pll_config = i; in cs42l42_pll_config()
[all …]
DMakefile57 snd-soc-cs42l42-objs := cs42l42.o
388 obj-$(CONFIG_SND_SOC_CS42L42) += snd-soc-cs42l42.o
/Linux-v5.15/sound/pci/hda/
Dpatch_cs8409.c455 struct sub_codec *cs42l42 = spec->scodecs[get_amp_index(kctrl)]; in cs42l42_volume_get() local
463 *valp++ = cs42l42->vol[ofs]; in cs42l42_volume_get()
465 *valp = cs42l42->vol[ofs+1]; in cs42l42_volume_get()
469 *valp = cs42l42->vol[ofs]; in cs42l42_volume_get()
478 static void cs42l42_mute(struct sub_codec *cs42l42, int vol_type, in cs42l42_mute() argument
484 cs8409_i2c_write(cs42l42, CS42L42_REG_HS_VOL_CHA, 0x3f); in cs42l42_mute()
486 cs8409_i2c_write(cs42l42, CS42L42_REG_HS_VOL_CHB, 0x3f); in cs42l42_mute()
489 cs8409_i2c_write(cs42l42, CS42L42_REG_AMIC_VOL, 0x9f); in cs42l42_mute()
494 cs8409_i2c_write(cs42l42, CS42L42_REG_HS_VOL_CHA, in cs42l42_mute()
495 -(cs42l42->vol[CS42L42_DAC_CH0_VOL_OFFSET]) in cs42l42_mute()
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/sound/
Dcs42l42.txt5 - compatible : "cirrus,cs42l42"
94 cs42l42: cs42l42@48 {
95 compatible = "cirrus,cs42l42";
/Linux-v5.15/sound/soc/intel/boards/
DKconfig484 tristate "SOF with cs42l42 codec in I2S Mode"
496 with cs42l42 codec.