Commit 5abc4b25 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update - Takashi Iwai <tiwai@suse.de>

Digigram VX core
Alain Cretet <cretet@digigram.com>:
- fixed the missing input VU meter.
parent fc97be40
...@@ -919,7 +919,7 @@ int snd_vx_mixer_new(vx_core_t *chip) ...@@ -919,7 +919,7 @@ int snd_vx_mixer_new(vx_core_t *chip)
if ((err = snd_ctl_add(card, snd_ctl_new1(&vx_control_iec958, chip))) < 0) if ((err = snd_ctl_add(card, snd_ctl_new1(&vx_control_iec958, chip))) < 0)
return err; return err;
/* VU, peak, saturation meters */ /* VU, peak, saturation meters */
for (c = 0; c < 1; c++) { for (c = 0; c < 2; c++) {
static char *dir[2] = { "Output", "Input" }; static char *dir[2] = { "Output", "Input" };
for (i = 0; i < chip->hw->num_ins; i++) { for (i = 0; i < chip->hw->num_ins; i++) {
int val = (i * 2) | (c << 8); int val = (i * 2) | (c << 8);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment