Searched full:aw88395 (Results 1 – 14 of 14) sorted by relevance
/linux/sound/soc/codecs/aw88395/ |
H A 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 …]
|
H A D | aw88395.h | 3 // aw88395.h -- ALSA SoC AW88395 codec support 19 #define AW88395_I2C_NAME "aw88395" 49 struct aw88395 { struct
|
H A D | aw88395_device.h | 3 // aw88395_device.h -- AW88395 function for ALSA Audio Driver 13 #include "aw88395.h"
|
H A D | aw88395_lib.h | 3 // aw88395_lib.h -- ACF bin parsing and check library file for aw88395
|
H A D | aw88395_data_type.h | 3 // aw883_data_type.h -- The data type of the AW88395 chip
|
H A D | aw88395_reg.h | 3 // aw88395_reg.h -- AW88395 chip register file
|
H A D | aw88395_lib.c | 3 // aw88395_lib.c -- ACF bin parsing and check library file for aw88395 1173 MODULE_DESCRIPTION("AW88395 ACF File Parsing Lib");
|
H A D | aw88395_device.c | 3 // aw88395_device.c -- AW88395 function for ALSA Audio Driver 1722 MODULE_DESCRIPTION("AW88395 device lib");
|
/linux/Documentation/devicetree/bindings/sound/ |
H A 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 20 - awinic,aw88395 73 compatible = "awinic,aw88395";
|
/linux/sound/soc/codecs/ |
H A D | Makefile | 52 snd-soc-aw88395-lib-y := aw88395/aw88395_lib.o 53 snd-soc-aw88395-y := aw88395/aw88395.o \ 54 aw88395/aw88395_device.o 460 obj-$(CONFIG_SND_SOC_AW88395_LIB) += snd-soc-aw88395-lib.o 461 obj-$(CONFIG_SND_SOC_AW88395) +=snd-soc-aw88395.o
|
H A D | aw87390.c | 15 #include "aw88395/aw88395_data_type.h" 16 #include "aw88395/aw88395_device.h"
|
H A D | Kconfig | 663 tristate "Soc Audio for awinic aw88395" 670 this option enables support for aw88395 Smart PA. 671 The Awinic AW88395 is an I2S/TDM input, high efficiency
|
H A D | aw88261.c | 16 #include "aw88395/aw88395_data_type.h" 17 #include "aw88395/aw88395_device.h"
|
H A D | aw88399.c | 17 #include "aw88395/aw88395_device.h"
|