snd_i2c_readbytes
int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
snd_i2c_readbytes(device, buf, 127);
err = snd_i2c_readbytes(device, ucontrol->value.bytes.data, 10);
err = snd_i2c_readbytes(device, &buf, 1);
EXPORT_SYMBOL(snd_i2c_readbytes);
snd_i2c_readbytes(ice->cs8427, ®, 1);
if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF2], &data, 1) != 1)
if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_88D], bytes, 2)
if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF2], &data, 1) != 1) {
if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF2], &data, 1) != 1) {
if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF1], &data, 1) != 1) {
if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF1], &data, 1) != 1) {
if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_88D], data, 2) != 2) {
if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_88D], data, 2) != 2) {
if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_6FIRE], &byte, 1) != 1) {
if (snd_i2c_readbytes(ice->cs8427, &val, 1) != 1) {