mixer_matrix      492 sound/pci/rme9652/hdsp.c         unsigned short        mixer_matrix[HDSP_MATRIX_MIXER_SIZE];
mixer_matrix      887 sound/pci/rme9652/hdsp.c 	return hdsp->mixer_matrix[addr];
mixer_matrix      917 sound/pci/rme9652/hdsp.c 		hdsp->mixer_matrix[addr] = data;
mixer_matrix      930 sound/pci/rme9652/hdsp.c 			    (hdsp->mixer_matrix[(addr&0x7fe)+1] << 16) +
mixer_matrix      931 sound/pci/rme9652/hdsp.c 			    hdsp->mixer_matrix[addr&0x7fe]);
mixer_matrix      943 sound/pci/rme9652/hdsp.c 		hdsp->mixer_matrix[addr] = data;
mixer_matrix     3777 sound/pci/rme9652/hdsp.c 		hdsp->mixer_matrix[i] = MINUS_INFINITY_GAIN;
mixer_matrix     4866 sound/pci/rme9652/hdsp.c 		if (copy_to_user(mixer->matrix, hdsp->mixer_matrix, sizeof(unsigned short)*HDSP_MATRIX_MIXER_SIZE))