History log of /fuchsia/zircon/system/dev/codec/alc5514/rules.mk
Revision Date Author Comments
# 5ccdc2c1 24-Sep-2018 Andres Oportus <andresoportus@google.com>

[dev][i2c][intel-i2c] Use I2C protocol instead of I2C transfer IOCTL

The Intel I2C driver supports IOCTLs that are used by other drivers,
this change replaces drivers calls to IOCTL_I2C_SLAVE_TRANSFER with
the I2C protocol's calls i2c_transact() and friends. This is a step
towards removing IOCTL based communication between drivers.

ZX-2621 #comment Use I2C protocol instead of I2C transfer IOCTL

Test: 'hidtouch' and 'audio' uapps in Pixelbook (touch panel and audio use
I2C) and 'hidtouch' in Acer12 (touch panel uses I2C)

Change-Id: Ic10ed2acc2ac69ed1ec2172f48392180aa0c37e6


# b8740ded 25-May-2018 Yvonne Yip <yky@google.com>

[dev][codec] add alc5514 driver

TEST=tested manually using 'audio'

Change-Id: I476c97e349b7296bfca65c9c7f18cea4001cd526