Home
last modified time | relevance | path

Searched full:cs42l51 (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dcs42l51.c3 * cs42l51.c
5 * ASoC Driver for Cirrus Logic CS42L51 codecs
29 #include "cs42l51.h"
261 struct cs42l51_private *cs42l51 = snd_soc_component_get_drvdata(comp); in mclk_event() local
265 return clk_prepare_enable(cs42l51->mclk_handle); in mclk_event()
269 clk_disable_unprepare(cs42l51->mclk_handle); in mclk_event()
314 struct cs42l51_private *cs42l51 = snd_soc_component_get_drvdata(component); in cs42l51_set_dai_fmt() local
320 cs42l51->audio_mode = format & SND_SOC_DAIFMT_FORMAT_MASK; in cs42l51_set_dai_fmt()
329 cs42l51->func = MODE_MASTER; in cs42l51_set_dai_fmt()
332 cs42l51->func = MODE_SLAVE_AUTO; in cs42l51_set_dai_fmt()
[all …]
H A Dcs42l51-i2c.c3 * cs42l56.c -- CS42L51 ALSA SoC I2C audio driver
14 #include "cs42l51.h"
17 {"cs42l51", 0},
43 .name = "cs42l51",
54 MODULE_DESCRIPTION("ASoC CS42L51 I2C Driver");
H A Dcs42l51.h3 * cs42l51.h
5 * ASoC Driver for Cirrus Logic CS42L51 codecs
H A DMakefile55 snd-soc-cs42l51-objs := cs42l51.o
56 snd-soc-cs42l51-i2c-objs := cs42l51-i2c.o
382 obj-$(CONFIG_SND_SOC_CS42L51) += snd-soc-cs42l51.o
383 obj-$(CONFIG_SND_SOC_CS42L51_I2C) += snd-soc-cs42l51-i2c.o
H A DKconfig595 tristate "Cirrus Logic CS42L51 CODEC (I2C)"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dcirrus,cs42l51.yaml4 $id: http://devicetree.org/schemas/sound/cirrus,cs42l51.yaml#
7 title: CS42L51 audio codec DT bindings
14 const: cirrus,cs42l51
58 cs42l51@4a {
59 compatible = "cirrus,cs42l51";
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dkirkwood-openrd-client.dts27 cs42l51: cs42l51@4a { label
28 compatible = "cirrus,cs42l51";
45 sound-dai = <&cs42l51>;
H A Dkirkwood-openrd-ultimate.dts24 cs42l51: cs42l51@4a { label
25 compatible = "cirrus,cs42l51";
H A Dstm32mp15xx-dkx.dtsi195 cs42l51: cs42l51@4a { label
196 compatible = "cirrus,cs42l51";
H A Darmada-370-db.dts74 compatible = "cirrus,cs42l51";
/OK3568_Linux_fs/kernel/sound/soc/kirkwood/
H A Darmada-370-db.c16 #include "../codecs/cs42l51.h"
59 DAILINK_COMP_ARRAY(COMP_CODEC(NULL, "cs42l51-hifi")),
74 .name = "CS42L51",