Lines Matching full:matrix
53 feed_volume_##SIGN##BIT##ENDIAN(int *vol, int *matrix, \
68 v = FEEDVOLUME_CALC##BIT(x, vol[matrix[i]]); \
105 int matrix[SND_CHN_MAX]; member
248 int i, *matrix; in feed_volume_feed() local
263 matrix = info->matrix; in feed_volume_feed()
271 if (vol[matrix[i]] != SND_VOL_FLAT || in feed_volume_feed()
272 muted[matrix[i]] != 0) { in feed_volume_feed()
298 info->apply(temp_vol, matrix, info->channels, dst, j); in feed_volume_feed()
322 * feeder_volume_apply_matrix(): For given matrix map, apply its configuration
323 * to feeder_volume matrix structure. There are
327 * with _current_ matrix.
342 for (i = 0; i < nitems(info->matrix); i++) { in feeder_volume_apply_matrix()
344 info->matrix[i] = m->map[i].type; in feeder_volume_apply_matrix()
346 info->matrix[i] = SND_CHN_T_FL; in feeder_volume_apply_matrix()