asoc: codecs: Change TX tuning and reduce RX click and pop
Update TX requantizer gain coefficients to center gain errors around zero. To reduce click and pop on audio playback enable reference buffers of headphone path in hifi mode and then put it to the usecase specific power mode. Change-Id: I0013d6258d5e5a8c92fd0f951d1d89e5906b2faf Signed-off-by: Karthikeyan Mani <kmani@codeaurora.org>
This commit is contained in:
@@ -82,15 +82,22 @@ extern void wcd_cls_h_fsm(struct snd_soc_component *component,
|
||||
int int_mode);
|
||||
|
||||
extern void wcd_cls_h_init(struct wcd_clsh_cdc_info *clsh);
|
||||
extern void wcd_clsh_set_hph_mode(struct snd_soc_component *component,
|
||||
int mode);
|
||||
#else
|
||||
extern void wcd_cls_h_fsm(struct snd_soc_component *component,
|
||||
static inline void wcd_cls_h_fsm(struct snd_soc_component *component,
|
||||
struct wcd_clsh_cdc_info *cdc_clsh_d,
|
||||
u8 clsh_event, u8 req_state,
|
||||
int int_mode)
|
||||
{
|
||||
}
|
||||
|
||||
extern void wcd_cls_h_init(struct wcd_clsh_cdc_info *clsh)
|
||||
static inline extern void wcd_cls_h_init(struct wcd_clsh_cdc_info *clsh)
|
||||
{
|
||||
}
|
||||
|
||||
static inline extern void wcd_clsh_set_hph_mode(struct snd_soc_component *component,
|
||||
int mode)
|
||||
{
|
||||
}
|
||||
#endif /* CONFIG_SND_SOC_WCD9XXX_V2 */
|
||||
|
Reference in New Issue
Block a user