Home
last modified time | relevance | path

Searched full:cs4234 (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/sound/soc/codecs/
Dcs4234.c2 // cs4234.c -- ALSA SoC CS4234 driver
26 #include "cs4234.h"
28 struct cs4234 { struct
89 struct cs4234 *cs4234 = snd_soc_component_get_drvdata(component); in cs4234_dac14_grp_delay_put() local
96 regmap_read(cs4234->regmap, CS4234_ADC_CTRL2, &val); in cs4234_dac14_grp_delay_put()
103 regmap_read(cs4234->regmap, CS4234_DAC_CTRL4, &val); in cs4234_dac14_grp_delay_put()
120 struct cs4234 *cs4234 = container_of(dw, struct cs4234, vq_ramp_delay); in cs4234_vq_ramp_done() local
122 complete_all(&cs4234->vq_ramp_complete); in cs4234_vq_ramp_done()
128 struct cs4234 *cs4234 = snd_soc_component_get_drvdata(component); in cs4234_set_bias_level() local
134 wait_for_completion(&cs4234->vq_ramp_complete); in cs4234_set_bias_level()
[all …]
Dcs4234.h3 * ALSA SoC Audio driver for CS4234 codec
DMakefile94 snd-soc-cs4234-y := cs4234.o
501 obj-$(CONFIG_SND_SOC_CS4234) += snd-soc-cs4234.o
DKconfig930 tristate "Cirrus Logic CS4234 CODEC"
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dcirrus,cs4234.yaml4 $id: http://devicetree.org/schemas/sound/cirrus,cs4234.yaml#
7 title: Cirrus Logic cs4234 audio CODEC
13 The CS4234 is a highly versatile CODEC that combines 4 channels of
20 to that of the 4 DACs in the audio path. Additionally, the CS4234
29 - cirrus,cs4234
65 cs4234: codec@11 {
66 compatible = "cirrus,cs4234";