fix mixer setting in libosmosdr

This commit is contained in:
Christian Daniel 2012-05-30 22:03:27 +02:00
parent dda6e9c4cb
commit 1c329c8165
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,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, 0x03), 0,
FUNC(3, 0x0d), 0,
buffer, 1, CTRL_TIMEOUT);
}