Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm2000.c76 char *anc_download; member
173 ret = i2c_master_send(i2c, wm2000->anc_download, in wm2000_power_up()
904 wm2000->anc_download = devm_kzalloc(&i2c->dev, in wm2000_i2c_probe()
907 if (wm2000->anc_download == NULL) { in wm2000_i2c_probe()
912 wm2000->anc_download[0] = 0x80; in wm2000_i2c_probe()
913 wm2000->anc_download[1] = 0x00; in wm2000_i2c_probe()
914 memcpy(wm2000->anc_download + 2, fw->data, fw->size); in wm2000_i2c_probe()