Searched refs:ak4104_spi_write (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 Dak4104.c85 static int ak4104_spi_write(struct snd_soc_codec *codec, unsigned int reg, function
140 return ak4104_spi_write(codec, AK4104_REG_CONTROL1, val);
154 ak4104_spi_write(codec, AK4104_REG_CHN_STATUS(0), val);
173 return ak4104_spi_write(codec, AK4104_REG_CHN_STATUS(3), val);
249 ret = ak4104_spi_write(codec, AK4104_REG_CONTROL1, val);
256 ret = ak4104_spi_write(codec, AK4104_REG_TX, val);
288 ret = ak4104_spi_write(&ak4104->codec, AK4104_REG_CONTROL1, val);

Completed in 36 milliseconds