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
246 int i, *matrix; in feed_volume_feed() local
261 matrix = info->matrix; in feed_volume_feed()
269 if (vol[matrix[i]] != SND_VOL_FLAT || in feed_volume_feed()
270 muted[matrix[i]] != 0) { in feed_volume_feed()
296 info->apply(temp_vol, matrix, info->channels, dst, j); in feed_volume_feed()
325 * feeder_volume_apply_matrix(): For given matrix map, apply its configuration
326 * to feeder_volume matrix structure. There are
330 * with _current_ matrix.
345 for (i = 0; i < nitems(info->matrix); i++) { in feeder_volume_apply_matrix()
347 info->matrix[i] = m->map[i].type; in feeder_volume_apply_matrix()
349 info->matrix[i] = SND_CHN_T_FL; in feeder_volume_apply_matrix()