/sound/soc/codecs/ |
D | adau1977.c | 128 unsigned int slot_width; member 300 unsigned int slot_width; in adau1977_hw_params() local 339 slot_width = 16; in adau1977_hw_params() 344 slot_width = 32; in adau1977_hw_params() 351 if (adau1977->slot_width) in adau1977_hw_params() 352 slot_width = adau1977->slot_width; in adau1977_hw_params() 354 if (slot_width == 16) in adau1977_hw_params() 515 adau1977->slot_width = 0; in adau1977_set_tdm_slot() 603 adau1977->slot_width = width; in adau1977_set_tdm_slot() 717 if (adau1977->slot_width == 16) in adau1977_startup() [all …]
|
D | mc13783.c | 309 int slot_width) in mc13783_set_tdm_slot_dac() argument 354 int slot_width) in mc13783_set_tdm_slot_codec() argument 376 int slot_width) in mc13783_set_tdm_slot_sync() argument 381 slot_width); in mc13783_set_tdm_slot_sync() 386 slot_width); in mc13783_set_tdm_slot_sync()
|
D | adau17x1.c | 562 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) in adau17x1_set_dai_tdm_slot() argument 573 slot_width = 32; in adau17x1_set_dai_tdm_slot() 593 switch (slot_width * slots) { in adau17x1_set_dai_tdm_slot()
|
D | ab8500-codec.c | 2228 int slots, int slot_width) in ab8500_codec_set_dai_tdm_slot() argument 2237 switch (slot_width) { in ab8500_codec_set_dai_tdm_slot() 2252 __func__, slot_width); in ab8500_codec_set_dai_tdm_slot() 2257 __func__, slot_width); in ab8500_codec_set_dai_tdm_slot()
|
D | wm9081.c | 1193 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) in wm9081_set_tdm_slot() argument 1204 wm9081->tdm_width = slot_width; in wm9081_set_tdm_slot()
|
D | wm8993.c | 1355 unsigned int rx_mask, int slots, int slot_width) in wm8993_set_tdm_slot() argument 1397 wm8993->tdm_width = slot_width; in wm8993_set_tdm_slot()
|
D | arizona.c | 1475 unsigned int rx_mask, int slots, int slot_width) in arizona_set_tdm_slot() argument 1498 arizona->tdm_width[dai->id - 1] = slot_width; in arizona_set_tdm_slot()
|
D | wm8904.c | 1515 unsigned int rx_mask, int slots, int slot_width) in wm8904_set_tdm_slot() argument 1553 wm8904->tdm_width = slot_width; in wm8904_set_tdm_slot()
|
D | max98090.c | 1746 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) in max98090_set_tdm_slot() argument 1757 max98090->tdm_width = slot_width; in max98090_set_tdm_slot()
|
D | rt5645.c | 2027 unsigned int rx_mask, int slots, int slot_width) in rt5645_set_tdm_slot() argument 2050 switch (slot_width) { in rt5645_set_tdm_slot()
|
D | rt5670.c | 2241 unsigned int rx_mask, int slots, int slot_width) in rt5670_set_tdm_slot() argument 2265 switch (slot_width) { in rt5670_set_tdm_slot()
|
D | rt5677.c | 3121 unsigned int rx_mask, int slots, int slot_width) in rt5677_set_tdm_slot() argument 3144 switch (slot_width) { in rt5677_set_tdm_slot()
|
/sound/soc/ux500/ |
D | ux500_msp_dai.c | 584 int slots, int slot_width) in ux500_msp_dai_set_tdm_slot() argument 609 if (!(slot_width == 16)) { in ux500_msp_dai_set_tdm_slot() 611 __func__, slot_width); in ux500_msp_dai_set_tdm_slot() 614 drvdata->slot_width = slot_width; in ux500_msp_dai_set_tdm_slot() 699 drvdata->msp->playback_dma_data.data_size = drvdata->slot_width; in ux500_msp_dai_probe() 700 drvdata->msp->capture_dma_data.data_size = drvdata->slot_width; in ux500_msp_dai_probe() 763 drvdata->slot_width = 16; in ux500_msp_drv_probe()
|
D | ux500_msp_dai.h | 58 int slot_width; member
|
/sound/soc/fsl/ |
D | fsl_esai.c | 58 u32 slot_width; member 346 u32 rx_mask, int slots, int slot_width) in fsl_esai_set_dai_tdm_slot() argument 366 esai_priv->slot_width = slot_width; in fsl_esai_set_dai_tdm_slot() 519 bclk = params_rate(params) * esai_priv->slot_width * esai_priv->slots; in fsl_esai_hw_params() 541 val = ESAI_xCR_xSWS(esai_priv->slot_width, width) | (tx ? ESAI_xCR_PADC : 0); in fsl_esai_hw_params() 784 esai_priv->slot_width = 32; in fsl_esai_probe()
|
D | imx-ssi.c | 62 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) in imx_ssi_set_dai_tdm_slot() argument
|
D | fsl_ssi.c | 970 u32 rx_mask, int slots, int slot_width) in fsl_ssi_set_dai_tdm_slot() argument
|
/sound/soc/pxa/ |
D | pxa-ssp.c | 384 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) in pxa_ssp_set_dai_tdm_slot() argument 394 if (slot_width > 16) in pxa_ssp_set_dai_tdm_slot() 395 sscr0 |= SSCR0_EDSS | SSCR0_DataSize(slot_width - 16); in pxa_ssp_set_dai_tdm_slot() 397 sscr0 |= SSCR0_DataSize(slot_width); in pxa_ssp_set_dai_tdm_slot()
|
/sound/soc/generic/ |
D | simple-card.c | 112 set->slot_width); in __asoc_simple_card_dai_init() 200 ret = snd_soc_of_parse_tdm_slot(np, &dai->slots, &dai->slot_width); in asoc_simple_card_sub_parse_of()
|
/sound/soc/ |
D | soc-core.c | 3528 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) in snd_soc_dai_set_tdm_slot() argument 3541 slots, slot_width); in snd_soc_dai_set_tdm_slot() 4558 unsigned int *slot_width) in snd_soc_of_parse_tdm_slot() argument 4577 if (slot_width) in snd_soc_of_parse_tdm_slot() 4578 *slot_width = val; in snd_soc_of_parse_tdm_slot()
|