Searched refs:AK4104_REG_CONTROL1 (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.c23 #define AK4104_REG_CONTROL1 0x00 macro
115 val = ak4104_read_reg_cache(codec, AK4104_REG_CONTROL1);
140 return ak4104_spi_write(codec, AK4104_REG_CONTROL1, val);
247 val = ak4104_read_reg_cache(codec, AK4104_REG_CONTROL1);
249 ret = ak4104_spi_write(codec, AK4104_REG_CONTROL1, val);
282 val = ak4104_read_reg_cache(&ak4104->codec, AK4104_REG_CONTROL1);
288 ret = ak4104_spi_write(&ak4104->codec, AK4104_REG_CONTROL1, val);

Completed in 133 milliseconds