Lines Matching defs:count
75 uinfo->count = 2;
97 int change, count, err;
107 count = 0;
109 bytes[count++] = TEA6330T_SADDR_VOLUME_LEFT;
110 bytes[count++] = tea->regs[TEA6330T_SADDR_VOLUME_LEFT] = tea->mleft;
113 if (count == 0)
114 bytes[count++] = TEA6330T_SADDR_VOLUME_RIGHT;
115 bytes[count++] = tea->regs[TEA6330T_SADDR_VOLUME_RIGHT] = tea->mright;
117 if (count > 0) {
118 if ((err = snd_i2c_sendbytes(tea->device, bytes, count)) < 0)
180 uinfo->count = 1;
227 uinfo->count = 1;