12#ifndef ZEPHYR_INCLUDE_DRIVERS_DAI_H_
13#define ZEPHYR_INCLUDE_DRIVERS_DAI_H_
39#define DAI_FORMAT_CLOCK_PROVIDER_MASK 0xf000
41#define DAI_FORMAT_PROTOCOL_MASK 0x000f
43#define DAI_FORMAT_CLOCK_INVERSION_MASK 0x0f00
313__subsystem
struct dai_driver_api {
314 int (*probe)(
const struct device *dev);
317 const void *bespoke_cfg);
334 int (*config_update)(
const struct device *dev,
const void *bespoke_cfg,
355 const struct dai_driver_api *api = (
const struct dai_driver_api *)dev->
api;
357 return api->probe(dev);
372 const struct dai_driver_api *api = (
const struct dai_driver_api *)dev->
api;
374 return api->remove(dev);
399 const void *bespoke_cfg)
401 const struct dai_driver_api *api = (
const struct dai_driver_api *)dev->
api;
403 return api->config_set(dev, cfg, bespoke_cfg);
418 const struct dai_driver_api *api = (
const struct dai_driver_api *)dev->
api;
420 return api->config_get(dev, cfg, dir);
437 const struct dai_driver_api *api = (
const struct dai_driver_api *)dev->
api;
439 return api->get_properties(dev, dir, stream_id);
463 const struct dai_driver_api *api = (
const struct dai_driver_api *)dev->
api;
465 return api->trigger(dev, dir,
cmd);
479 const struct dai_driver_api *api = (
const struct dai_driver_api *)dev->
api;
481 if (!api->ts_config) {
485 return api->ts_config(dev, cfg);
499 const struct dai_driver_api *api = (
const struct dai_driver_api *)dev->
api;
501 if (!api->ts_start) {
505 return api->ts_start(dev, cfg);
519 const struct dai_driver_api *api = (
const struct dai_driver_api *)dev->
api;
525 return api->ts_stop(dev, cfg);
541 const struct dai_driver_api *api = (
const struct dai_driver_api *)dev->
api;
547 return api->ts_get(dev, cfg, tsd);
570 const void *bespoke_cfg,
573 const struct dai_driver_api *api = (
const struct dai_driver_api *)dev->
api;
575 if (!api->config_update) {
579 return api->config_update(dev, bespoke_cfg, size);
static int dai_config_set(const struct device *dev, const struct dai_config *cfg, const void *bespoke_cfg)
Configure operation of a DAI driver.
Definition dai.h:397
dai_state
Interface state.
Definition dai.h:134
static int dai_ts_start(const struct device *dev, struct dai_ts_cfg *cfg)
Starts timestamping.
Definition dai.h:497
dai_protocol
DAI protocol.
Definition dai.h:67
static int dai_probe(const struct device *dev)
Probe operation of DAI driver.
Definition dai.h:353
static int dai_config_update(const struct device *dev, const void *bespoke_cfg, size_t size)
Update DAI configuration at runtime.
Definition dai.h:569
dai_clock_provider
DAI clock configurations.
Definition dai.h:51
static int dai_remove(const struct device *dev)
Remove operation of DAI driver.
Definition dai.h:370
static int dai_ts_stop(const struct device *dev, struct dai_ts_cfg *cfg)
Stops timestamping.
Definition dai.h:517
static int dai_config_get(const struct device *dev, struct dai_config *cfg, enum dai_dir dir)
Fetch configuration information of a DAI driver.
Definition dai.h:414
static int dai_trigger(const struct device *dev, enum dai_dir dir, enum dai_trigger_cmd cmd)
Send a trigger command.
Definition dai.h:459
static int dai_ts_config(const struct device *dev, struct dai_ts_cfg *cfg)
Configures timestamping in attached DAI.
Definition dai.h:477
static const struct dai_properties * dai_get_properties(const struct device *dev, enum dai_dir dir, int stream_id)
Fetch properties of a DAI driver.
Definition dai.h:433
dai_type
Types of DAI.
Definition dai.h:102
dai_trigger_cmd
Trigger command.
Definition dai.h:157
dai_clock_inversion
DAI clock inversion.
Definition dai.h:82
static int dai_ts_get(const struct device *dev, struct dai_ts_cfg *cfg, struct dai_ts_data *tsd)
Gets timestamp.
Definition dai.h:538
dai_dir
DAI Direction.
Definition dai.h:124
@ DAI_STATE_READY
The interface is ready to receive / transmit data.
Definition dai.h:143
@ DAI_STATE_PRE_RUNNING
The interface is clocking but not receiving / transmitting data.
Definition dai.h:147
@ DAI_STATE_ERROR
TX buffer underrun or RX buffer overrun has occurred.
Definition dai.h:153
@ DAI_STATE_NOT_READY
The interface is not ready.
Definition dai.h:141
@ DAI_STATE_RUNNING
The interface is receiving / transmitting data.
Definition dai.h:145
@ DAI_STATE_STOPPING
The interface is draining its transmit queue.
Definition dai.h:151
@ DAI_STATE_PAUSED
The interface paused.
Definition dai.h:149
@ DAI_PROTO_LEFT_J
Left Justified.
Definition dai.h:70
@ DAI_PROTO_PDM
Pulse Density Modulation.
Definition dai.h:73
@ DAI_PROTO_DSP_A
TDM, FSYNC asserted 1 BCLK early.
Definition dai.h:71
@ DAI_PROTO_RIGHT_J
Right Justified.
Definition dai.h:69
@ DAI_PROTO_I2S
I2S.
Definition dai.h:68
@ DAI_PROTO_DSP_B
TDM, FSYNC asserted at the same time as MSB.
Definition dai.h:72
@ DAI_CBP_CFP
codec BLCK provider, codec FSYNC provider
Definition dai.h:53
@ DAI_CBP_CFC
codec BCLK consumer, codec FSYNC consumer
Definition dai.h:57
@ DAI_CBC_CFC
Definition dai.h:59
@ DAI_CBC_CFP
codec BCLK provider, codec FSYNC consumer
Definition dai.h:55
@ DAI_IMX_MICFIL
i.MX PDM MICFIL
Definition dai.h:118
@ DAI_INTEL_ALH
Intel ALH.
Definition dai.h:107
@ DAI_INTEL_HDA
Intel HD/A.
Definition dai.h:106
@ DAI_LEGACY_I2S
Legacy I2S compatible with i2s.h.
Definition dai.h:103
@ DAI_INTEL_ALH_NHLT
nhlt Intel ALH
Definition dai.h:117
@ DAI_INTEL_DMIC
Intel DMIC.
Definition dai.h:105
@ DAI_AMD_DMIC
Amd DMIC.
Definition dai.h:112
@ DAI_INTEL_DMIC_NHLT
nhlt ssp
Definition dai.h:115
@ DAI_AMD_BT
Amd BT.
Definition dai.h:110
@ DAI_IMX_ESAI
i.MX ESAI
Definition dai.h:109
@ DAI_INTEL_SSP_NHLT
nhlt ssp
Definition dai.h:114
@ DAI_INTEL_SSP
Intel SSP.
Definition dai.h:104
@ DAI_IMX_SAI
i.MX SAI
Definition dai.h:108
@ DAI_AMD_SP
Amd SP.
Definition dai.h:111
@ DAI_MEDIATEK_AFE
Mtk AFE.
Definition dai.h:113
@ DAI_INTEL_HDA_NHLT
nhlt Intel HD/A
Definition dai.h:116
@ DAI_TRIGGER_DRAIN
Empty the transmit queue.
Definition dai.h:203
@ DAI_TRIGGER_DROP
Discard the transmit / receive queue.
Definition dai.h:210
@ DAI_TRIGGER_STOP
Stop the transmission / reception of data.
Definition dai.h:180
@ DAI_TRIGGER_COPY
Copy.
Definition dai.h:227
@ DAI_TRIGGER_START
Start the transmission / reception of data.
Definition dai.h:164
@ DAI_TRIGGER_PRE_START
Optional - Pre Start the transmission / reception of data.
Definition dai.h:170
@ DAI_TRIGGER_POST_STOP
Optional - Post Stop the transmission / reception of data.
Definition dai.h:194
@ DAI_TRIGGER_PREPARE
Prepare the queues after underrun/overrun error has occurred.
Definition dai.h:216
@ DAI_TRIGGER_PAUSE
Pause the transmission / reception of data.
Definition dai.h:188
@ DAI_TRIGGER_RESET
Reset.
Definition dai.h:222
@ DAI_INVERSION_NB_NF
no BCLK inversion, no FSYNC inversion
Definition dai.h:84
@ DAI_INVERSION_IB_IF
Definition dai.h:90
@ DAI_INVERSION_NB_IF
BCLK inversion, no FSYNC inversion.
Definition dai.h:86
@ DAI_INVERSION_IB_NF
BCLK inversion, FSYNC inversion.
Definition dai.h:88
@ DAI_DIR_RX
Receive data.
Definition dai.h:128
@ DAI_DIR_BOTH
Both receive and transmit data.
Definition dai.h:130
@ DAI_DIR_TX
Transmit data.
Definition dai.h:126
static void cmd(uint32_t command)
Execute a display list command by co-processor engine.
Definition ft8xx_reference_api.h:153
#define EINVAL
Invalid argument.
Definition errno.h:60
#define ENOSYS
Function not implemented.
Definition errno.h:82
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
__UINT64_TYPE__ uint64_t
Definition stdint.h:91
__UINT8_TYPE__ uint8_t
Definition stdint.h:88
__UINT16_TYPE__ uint16_t
Definition stdint.h:89
int remove(const char *path)
Main DAI config structure.
Definition dai.h:253
uint32_t rate
Frame clock (WS) frequency, sampling rate.
Definition dai.h:261
uint32_t tdm_slot_group
Definition dai.h:273
uint16_t format
DAI specific data stream format.
Definition dai.h:263
uint8_t channels
Number of audio channels, words in frame.
Definition dai.h:259
uint8_t options
DAI specific configuration options.
Definition dai.h:265
enum dai_type type
Type of the DAI.
Definition dai.h:255
uint32_t dai_index
Index of the DAI.
Definition dai.h:257
size_t block_size
Size of one RX/TX memory block (buffer) in bytes.
Definition dai.h:269
uint16_t link_config
DAI specific link configuration.
Definition dai.h:271
uint8_t word_size
Number of bits representing one data word.
Definition dai.h:267
DAI properties.
Definition dai.h:236
uint32_t dma_hs_id
DMA handshake id.
Definition dai.h:242
uint32_t reg_init_delay
Delay for initializing registers.
Definition dai.h:244
uint32_t fifo_address
Fifo hw address for e.g.
Definition dai.h:238
uint32_t fifo_depth
Fifo depth.
Definition dai.h:240
int stream_id
Stream ID.
Definition dai.h:246
DAI timestamp configuration.
Definition dai.h:279
int type
Type of the DAI (SSP, DMIC, HDA, etc.).
Definition dai.h:283
int dma_chan_count
Number of channels in single DMA.
Definition dai.h:293
int dma_chan_index
Used DMA channel index.
Definition dai.h:291
int dma_id
DMA instance id.
Definition dai.h:289
uint32_t walclk_rate
Rate in Hz, e.g.
Definition dai.h:281
int direction
Direction (playback/capture)
Definition dai.h:285
int index
Index for SSPx to select correct timestamp register.
Definition dai.h:287
DAI timestamp data.
Definition dai.h:299
uint64_t walclk
Wall clock.
Definition dai.h:301
uint64_t sample
Sample count.
Definition dai.h:303
uint32_t walclk_rate
Rate in Hz, e.g.
Definition dai.h:305
Runtime device structure (in ROM) per driver instance.
Definition device.h:453
const void * api
Address of the API structure exposed by the device instance.
Definition device.h:459