Lines Matching full:matrix
53 feed_volume_##SIGN##BIT##ENDIAN(int *vol, int *matrix, \
67 v = FEEDVOLUME_CALC##BIT(x, vol[matrix[i]]); \
100 int matrix[SND_CHN_MAX]; member
241 int i, *matrix; in feed_volume_feed() local
256 matrix = info->matrix; in feed_volume_feed()
264 if (vol[matrix[i]] != SND_VOL_FLAT || in feed_volume_feed()
265 muted[matrix[i]] != 0) { in feed_volume_feed()
291 info->apply(temp_vol, matrix, info->channels, dst, j); in feed_volume_feed()
320 * feeder_volume_apply_matrix(): For given matrix map, apply its configuration
321 * to feeder_volume matrix structure. There are
325 * with _current_ matrix.
340 for (i = 0; i < nitems(info->matrix); i++) { in feeder_volume_apply_matrix()
342 info->matrix[i] = m->map[i].type; in feeder_volume_apply_matrix()
344 info->matrix[i] = SND_CHN_T_FL; in feeder_volume_apply_matrix()