Home
last modified time | relevance | path

Searched full:ak5558 (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/sound/soc/codecs/
Dak5558.c3 // Audio driver for AK5558 ADC
25 #include "ak5558.h"
28 AK5558, enumerator
38 /* AK5558 Codec Private Data */
49 /* ak5558 register cache & default register settings */
176 struct ak5558_priv *ak5558 = snd_soc_component_get_drvdata(component); in ak5558_hw_params() local
178 int pcm_width = max(params_physical_width(params), ak5558->slot_width); in ak5558_hw_params()
238 struct ak5558_priv *ak5558 = snd_soc_component_get_drvdata(component); in ak5558_set_tdm_slot() local
241 ak5558->slots = slots; in ak5558_set_tdm_slot()
242 ak5558->slot_width = slot_width; in ak5558_set_tdm_slot()
[all …]
Dak5558.h3 * Audio driver header for AK5558
DMakefile47 snd-soc-ak5558-y := ak5558.o
453 obj-$(CONFIG_SND_SOC_AK5558) += snd-soc-ak5558.o
DKconfig626 tristate "AKM AK5558 CODEC"
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dasahi-kasei,ak5558.yaml4 $id: http://devicetree.org/schemas/sound/asahi-kasei,ak5558.yaml#
7 title: AK5558 8 channel differential 32-bit delta-sigma ADC
17 - asahi-kasei,ak5558
43 ak5558: codec@10 {
44 compatible = "asahi-kasei,ak5558";
/linux-6.12.1/sound/soc/fsl/
Dimx-card.c603 else if (!strcmp(link->codecs->dai_name, "ak5558-aif")) in imx_card_parse_of()