Home
last modified time | relevance | path

Searched refs:intf_ctl (Results 1 – 1 of 1) sorted by relevance

/sound/soc/codecs/
Dcs42l51.c348 int intf_ctl, power_ctl, fmt; in cs42l51_hw_params() local
377 intf_ctl = snd_soc_read(codec, CS42L51_INTF_CTL); in cs42l51_hw_params()
380 intf_ctl &= ~(CS42L51_INTF_CTL_MASTER | CS42L51_INTF_CTL_ADC_I2S in cs42l51_hw_params()
387 intf_ctl |= CS42L51_INTF_CTL_MASTER; in cs42l51_hw_params()
400 intf_ctl |= CS42L51_INTF_CTL_ADC_I2S; in cs42l51_hw_params()
401 intf_ctl |= CS42L51_INTF_CTL_DAC_FORMAT(CS42L51_DAC_DIF_I2S); in cs42l51_hw_params()
404 intf_ctl |= CS42L51_INTF_CTL_DAC_FORMAT(CS42L51_DAC_DIF_LJ24); in cs42l51_hw_params()
424 intf_ctl |= CS42L51_INTF_CTL_DAC_FORMAT(fmt); in cs42l51_hw_params()
434 ret = snd_soc_write(codec, CS42L51_INTF_CTL, intf_ctl); in cs42l51_hw_params()