Home
last modified time | relevance | path

Searched defs:dai_id (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/qcom/
H A Dlpass-platform.c111 unsigned int dai_id = cpu_dai->driver->id; in lpass_platform_pcmops_open() local
173 unsigned int dai_id = cpu_dai->driver->id; in lpass_platform_pcmops_close() local
204 unsigned int dai_id = cpu_dai->driver->id; in lpass_platform_pcmops_hw_params() local
358 unsigned int dai_id = cpu_dai->driver->id; in lpass_platform_pcmops_hw_free() local
387 unsigned int dai_id = cpu_dai->driver->id; in lpass_platform_pcmops_prepare() local
457 unsigned int dai_id = cpu_dai->driver->id; in lpass_platform_pcmops_trigger() local
605 unsigned int dai_id = cpu_dai->driver->id; in lpass_platform_pcmops_pointer() local
655 unsigned int dai_id = cpu_dai->driver->id; in lpass_dma_interrupt_handler() local
H A Dlpass-lpaif-reg.h132 #define LPAIF_INTFDMA_REG(v, chan, reg, dai_id) \ argument
137 #define __LPAIF_DMA_REG(v, chan, dir, reg, dai_id) \ argument
142 #define LPAIF_DMACTL_REG(v, chan, dir, dai_id) __LPAIF_DMA_REG(v, chan, dir, CTL, dai_id) argument
143 #define LPAIF_DMABASE_REG(v, chan, dir, dai_id) __LPAIF_DMA_REG(v, chan, dir, BASE, dai_id) argument
144 #define LPAIF_DMABUFF_REG(v, chan, dir, dai_id) __LPAIF_DMA_REG(v, chan, dir, BUFF, dai_id) argument
145 #define LPAIF_DMACURR_REG(v, chan, dir, dai_id) __LPAIF_DMA_REG(v, chan, dir, CURR, dai_id) argument
146 #define LPAIF_DMAPER_REG(v, chan, dir, dai_id) __LPAIF_DMA_REG(v, chan, dir, PER, dai_id) argument
147 #define LPAIF_DMAPERCNT_REG(v, chan, dir, dai_id) __LPAIF_DMA_REG(v, chan, dir, PERCNT, dai_id) argument
H A Dlpass-sc7180.c77 int direction, unsigned int dai_id) in sc7180_lpass_alloc_dma_channel()
113 static int sc7180_lpass_free_dma_channel(struct lpass_data *drvdata, int chan, unsigned int dai_id) in sc7180_lpass_free_dma_channel()
H A Dlpass-apq8016.c128 int direction, unsigned int dai_id) in apq8016_lpass_alloc_dma_channel()
154 static int apq8016_lpass_free_dma_channel(struct lpass_data *drvdata, int chan, unsigned int dai_id) in apq8016_lpass_free_dma_channel()
H A Dlpass-ipq806x.c99 static int ipq806x_lpass_alloc_dma_channel(struct lpass_data *drvdata, int dir, unsigned int dai_id) in ipq806x_lpass_alloc_dma_channel()
107 static int ipq806x_lpass_free_dma_channel(struct lpass_data *drvdata, int chan, unsigned int dai_id) in ipq806x_lpass_free_dma_channel()
H A Dlpass-cpu.c854 int ret, i, dai_id; in asoc_qcom_lpass_cpu_platform_probe() local
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dtscs454.c2728 unsigned int dai_id, bool delay) in set_aif_tdm_delay()
2761 unsigned int dai_id, unsigned int fmt) in set_aif_format_from_fmt()
2825 unsigned int dai_id, unsigned int fmt) in set_aif_clock_format_from_fmt()
H A Dcs43130.c483 static int cs43130_set_bitwidth(int dai_id, unsigned int bitwidth_dai, in cs43130_set_bitwidth()
556 static int cs43130_set_sp_fmt(int dai_id, unsigned int bitwidth_sclk, in cs43130_set_sp_fmt()
H A Dhdac_hdmi.c115 int dai_id; member
1175 int dai_id = 0; in hdac_hdmi_init_dai_map() local
H A Drt5640.c1649 static int get_sdp_info(struct snd_soc_component *component, int dai_id) in get_sdp_info()
H A Dwcd9335.c1346 int dai_id = widget->shift; in slim_tx_mixer_put() local
H A Dwcd934x.c3056 int dai_id = widget->shift; in slim_tx_mixer_put() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasoc.h516 __le32 dai_id; /* unique ID - used to match */ member
568 __le32 dai_id; /* unique ID - used to match */ member
616 __le32 dai_id; /* unique ID - used to match */ member
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasoc.h516 __le32 dai_id; /* unique ID - used to match */ member
568 __le32 dai_id; /* unique ID - used to match */ member
616 __le32 dai_id; /* unique ID - used to match */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasoc.h516 __le32 dai_id; /* unique ID - used to match */ member
568 __le32 dai_id; /* unique ID - used to match */ member
616 __le32 dai_id; /* unique ID - used to match */ member
/OK3568_Linux_fs/kernel/drivers/soundwire/
H A Dcadence_master.c1624 int dai_id) in cdns_find_pdi()
1677 u32 ch, u32 dir, int dai_id) in sdw_cdns_alloc_pdi()
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Daudio_codec.c319 int dai_id, ret; in gbaudio_module_update() local
/OK3568_Linux_fs/kernel/sound/soc/mediatek/mt8183/
H A Dmt8183-dai-i2s.c101 int dai_id = get_i2s_id_by_name(afe, name); in get_i2s_priv_by_name() local