diff --git a/drivers/media/dvb-frontends/drx39xyj/drxj.c b/drivers/media/dvb-frontends/drx39xyj/drxj.c index 585d891392c3c7854bdc6258c3d84e3bd89701d5..f7c57c971f8fae8208d55991ad0548993b5c4987 100644 --- a/drivers/media/dvb-frontends/drx39xyj/drxj.c +++ b/drivers/media/dvb-frontends/drx39xyj/drxj.c @@ -16676,7 +16676,6 @@ static int set_orx_nsu_aox(struct drx_demod_instance *demod, bool active) /* 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; @@ -17177,6 +17176,8 @@ static int ctrl_set_oob(struct drx_demod_instance *demod, struct drxoob *oob_par return -EIO; } +#if 0 + /** * \fn int ctrl_get_oob() * \brief Set modulation standard to be used. @@ -20026,6 +20027,12 @@ int drxj_open(struct drx_demod_instance *demod) 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;