Loading sound/soc/codecs/wcd9335.c +653 −7 File changed.Preview size limit exceeded, changes collapsed. Show changes sound/soc/codecs/wcd9xxx-common-v2.h +5 −0 Original line number Diff line number Diff line Loading @@ -125,6 +125,11 @@ struct wcd_mad_audio_cal { struct wcd_mad_rms_ultrasound_info ultrasound_info; } __packed; struct wcd9xxx_anc_header { u32 reserved[3]; u32 num_anc_slots; }; extern void wcd_clsh_fsm(struct snd_soc_codec *codec, struct wcd_clsh_cdc_data *cdc_clsh_d, u8 clsh_event, u8 req_state, Loading sound/soc/codecs/wcdcal-hwdep.c +2 −2 Original line number Diff line number Diff line /* * Copyright (c) 2014, The Linux Foundation. All rights reserved. * Copyright (c) 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 @@ -20,7 +20,7 @@ #include "wcdcal-hwdep.h" const int cal_size_info[WCD9XXX_MAX_CAL] = { [WCD9XXX_ANC_CAL] = 8192, [WCD9XXX_ANC_CAL] = 16384, [WCD9XXX_MBHC_CAL] = 4096, [WCD9XXX_MAD_CAL] = 4096, }; Loading Loading
sound/soc/codecs/wcd9335.c +653 −7 File changed.Preview size limit exceeded, changes collapsed. Show changes
sound/soc/codecs/wcd9xxx-common-v2.h +5 −0 Original line number Diff line number Diff line Loading @@ -125,6 +125,11 @@ struct wcd_mad_audio_cal { struct wcd_mad_rms_ultrasound_info ultrasound_info; } __packed; struct wcd9xxx_anc_header { u32 reserved[3]; u32 num_anc_slots; }; extern void wcd_clsh_fsm(struct snd_soc_codec *codec, struct wcd_clsh_cdc_data *cdc_clsh_d, u8 clsh_event, u8 req_state, Loading
sound/soc/codecs/wcdcal-hwdep.c +2 −2 Original line number Diff line number Diff line /* * Copyright (c) 2014, The Linux Foundation. All rights reserved. * Copyright (c) 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 @@ -20,7 +20,7 @@ #include "wcdcal-hwdep.h" const int cal_size_info[WCD9XXX_MAX_CAL] = { [WCD9XXX_ANC_CAL] = 8192, [WCD9XXX_ANC_CAL] = 16384, [WCD9XXX_MBHC_CAL] = 4096, [WCD9XXX_MAD_CAL] = 4096, }; Loading