Just like the windows driver, disable OOB after setting the driver
version.
Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
/* Coefficients for the nyquist fitler (total: 27 taps) */
#define NYQFILTERLEN 27
-#if 0
static int ctrl_set_oob(struct drx_demod_instance *demod, struct drxoob *oob_param)
{
int rc;
return -EIO;
}
+#if 0
+
/**
* \fn int ctrl_get_oob()
* \brief Set modulation standard to be used.
goto rw_error;
}
+ rc = ctrl_set_oob(demod, NULL);
+ if (rc != 0) {
+ pr_err("error %d\n", rc);
+ goto rw_error;
+ }
+
/* refresh the audio data structure with default */
ext_attr->aud_data = drxj_default_aud_data_g;