asoc: codecs: bolero: add compander soft reset event
Add compander soft reset event that can be requested from a slave codec to reset at power down to reduce click and pop noise. Change-Id: I2f6ff182e258e02979166b0e76b6a1d439b1cf87 Signed-off-by: Karthikeyan Mani <kmani@codeaurora.org>
This commit is contained in:
@@ -29,6 +29,7 @@ enum {
|
||||
WCD_BOLERO_EVT_RX_MUTE = 1, /* for RX mute/unmute */
|
||||
WCD_BOLERO_EVT_IMPED_TRUE, /* for imped true */
|
||||
WCD_BOLERO_EVT_IMPED_FALSE, /* for imped false */
|
||||
WCD_BOLERO_EVT_RX_COMPANDER_SOFT_RST,
|
||||
};
|
||||
|
||||
struct wcd_ctrl_platform_data {
|
||||
|
Reference in New Issue
Block a user