Searched full:aw88395 (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/sound/soc/codecs/aw88395/ |
D | aw88395.c | 3 // aw88395.c -- ALSA SoC AW88395 codec support 16 #include "aw88395.h" 29 static void aw88395_start_pa(struct aw88395 *aw88395) in aw88395_start_pa() argument 34 ret = aw88395_dev_start(aw88395->aw_pa); in aw88395_start_pa() 36 dev_err(aw88395->aw_pa->dev, "aw88395 device start failed. retry = %d", i); in aw88395_start_pa() 37 ret = aw88395_dev_fw_update(aw88395->aw_pa, AW88395_DSP_FW_UPDATE_ON, true); in aw88395_start_pa() 39 dev_err(aw88395->aw_pa->dev, "fw update failed"); in aw88395_start_pa() 43 dev_info(aw88395->aw_pa->dev, "start success\n"); in aw88395_start_pa() 51 struct aw88395 *aw88395 = in aw88395_startup_work() local 52 container_of(work, struct aw88395, start_work.work); in aw88395_startup_work() [all …]
|
D | aw88395.h | 3 // aw88395.h -- ALSA SoC AW88395 codec support 49 struct aw88395 { struct
|
D | aw88395_device.h | 3 // aw88395_device.h -- AW88395 function for ALSA Audio Driver 13 #include "aw88395.h"
|
D | aw88395_lib.h | 3 // aw88395_lib.h -- ACF bin parsing and check library file for aw88395
|
D | aw88395_data_type.h | 3 // aw883_data_type.h -- The data type of the AW88395 chip
|
D | aw88395_reg.h | 3 // aw88395_reg.h -- AW88395 chip register file
|
D | aw88395_lib.c | 3 // aw88395_lib.c -- ACF bin parsing and check library file for aw88395 1226 MODULE_DESCRIPTION("AW88395 ACF File Parsing Lib");
|
D | aw88395_device.c | 3 // aw88395_device.c -- AW88395 function for ALSA Audio Driver 1747 MODULE_DESCRIPTION("AW88395 device lib");
|
/Linux-v6.6/Documentation/devicetree/bindings/sound/ |
D | awinic,aw88395.yaml | 4 $id: http://devicetree.org/schemas/sound/awinic,aw88395.yaml# 7 title: Awinic AW88395 Smart Audio Amplifier 13 The Awinic AW88395 is an I2S/TDM input, high efficiency 23 - awinic,aw88395 50 compatible = "awinic,aw88395";
|
/Linux-v6.6/sound/soc/codecs/ |
D | Makefile | 50 snd-soc-aw88395-lib-objs := aw88395/aw88395_lib.o 51 snd-soc-aw88395-objs := aw88395/aw88395.o \ 52 aw88395/aw88395_device.o 437 obj-$(CONFIG_SND_SOC_AW88395_LIB) += snd-soc-aw88395-lib.o 438 obj-$(CONFIG_SND_SOC_AW88395) +=snd-soc-aw88395.o
|
D | Kconfig | 644 tristate "Soc Audio for awinic aw88395" 652 this option enables support for aw88395 Smart PA. 653 The Awinic AW88395 is an I2S/TDM input, high efficiency
|
D | aw88261.c | 17 #include "aw88395/aw88395_data_type.h" 18 #include "aw88395/aw88395_device.h"
|