fix fix of fix for mixer_gain API

This commit is contained in:
Christian Daniel 2012-06-01 00:31:39 +02:00
parent d8d2cfc785
commit a2382d66d8
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ int e4k_mixer_gain_set(void *dev, int8_t gain) {
buffer[0] = gain;
return libusb_control_transfer(devt->devh, CTRL_OUT, 0x07,
FUNC(3, 0x0d), 0,
FUNC(3, 0x03), 0,
buffer, 1, CTRL_TIMEOUT);
}