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

/fuchsia/zircon/system/dev/codec/alc5514/
H A Dbinding.c17 ZIRCON_DRIVER_BEGIN(alc5514, alc5514_driver_ops, "zircon", "0.1", 3)
21 ZIRCON_DRIVER_END(alc5514)
H A Drules.mk13 $(LOCAL_DIR)/alc5514.cpp \
H A Dalc5514.h14 namespace alc5514 { namespace in namespace:audio
47 } // namespace alc5514
H A Dalc5514.cpp14 #include "alc5514.h"
15 #include "alc5514-registers.h"
18 namespace alc5514 { namespace in namespace:audio
25 zxlogf(ERROR, "alc5514: could not read reg addr: 0x%08x status: %d\n", addr, status);
29 zxlogf(SPEW, "alc5514: register 0x%08x read 0x%08x\n", addr, betoh32(val));
39 zxlogf(ERROR, "alc5514: could not write reg addr/val: 0x%08x/0x%08x status: %d\n", addr,
43 zxlogf(SPEW, "alc5514: register 0x%08x write 0x%08x\n", addr, val);
224 zxlogf(ERROR, "alc5514: could not get I2C protocol: %d\n", st);
233 return DdkAdd("alc5514");
240 zxlogf(ERROR, "alc5514
[all...]
H A Dalc5514-registers.h17 namespace alc5514 { namespace in namespace:audio
143 } // namespace alc5514

Completed in 39 milliseconds