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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dcs42l51.c549 int intf_ctl, power_ctl, fmt; local
578 intf_ctl = snd_soc_read(codec, CS42L51_INTF_CTL);
581 intf_ctl &= ~(CS42L51_INTF_CTL_MASTER | CS42L51_INTF_CTL_ADC_I2S
588 intf_ctl |= CS42L51_INTF_CTL_MASTER;
601 intf_ctl |= CS42L51_INTF_CTL_ADC_I2S;
602 intf_ctl |= CS42L51_INTF_CTL_DAC_FORMAT(CS42L51_DAC_DIF_I2S);
605 intf_ctl |= CS42L51_INTF_CTL_DAC_FORMAT(CS42L51_DAC_DIF_LJ24);
629 intf_ctl |= CS42L51_INTF_CTL_DAC_FORMAT(fmt);
639 ret = snd_soc_write(codec, CS42L51_INTF_CTL, intf_ctl);

Completed in 262 milliseconds