Loading sound/soc/codecs/msm8x16-wcd.c +1 −3 Original line number Diff line number Diff line /* Copyright (c) 2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -3928,8 +3928,6 @@ static int msm8x16_wcd_codec_probe(struct snd_soc_codec *codec) return -ENOMEM; } set_bit(WCD9XXX_ANC_CAL, msm8x16_wcd_priv->fw_data->cal_bit); set_bit(WCD9XXX_MAD_CAL, msm8x16_wcd_priv->fw_data->cal_bit); set_bit(WCD9XXX_MBHC_CAL, msm8x16_wcd_priv->fw_data->cal_bit); ret = wcd_cal_create_hwdep(msm8x16_wcd_priv->fw_data, WCD9XXX_CODEC_HWDEP_NODE, codec); Loading Loading
sound/soc/codecs/msm8x16-wcd.c +1 −3 Original line number Diff line number Diff line /* Copyright (c) 2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -3928,8 +3928,6 @@ static int msm8x16_wcd_codec_probe(struct snd_soc_codec *codec) return -ENOMEM; } set_bit(WCD9XXX_ANC_CAL, msm8x16_wcd_priv->fw_data->cal_bit); set_bit(WCD9XXX_MAD_CAL, msm8x16_wcd_priv->fw_data->cal_bit); set_bit(WCD9XXX_MBHC_CAL, msm8x16_wcd_priv->fw_data->cal_bit); ret = wcd_cal_create_hwdep(msm8x16_wcd_priv->fw_data, WCD9XXX_CODEC_HWDEP_NODE, codec); Loading