mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-23 20:24:12 +08:00
ASoC: codecs: wcd9335: Drop unused state container fields
The driver does not use few 'struct wcd9335_codec' members, so just drop them for smaller code. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://msgid.link/r/20240612-asoc-wcd9xxx-wide-cleanups-v1-2-0d15885b2a06@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
e565ab1849
commit
60ce48f531
@ -297,7 +297,6 @@ struct wcd9335_codec {
|
||||
struct clk *mclk;
|
||||
struct clk *native_clk;
|
||||
u32 mclk_rate;
|
||||
u8 version;
|
||||
|
||||
struct slim_device *slim;
|
||||
struct slim_device *slim_ifc_dev;
|
||||
@ -347,8 +346,6 @@ struct wcd9335_codec {
|
||||
int dmic_4_5_clk_cnt;
|
||||
int dmic_sample_rate;
|
||||
int mad_dmic_sample_rate;
|
||||
|
||||
int native_clk_users;
|
||||
};
|
||||
|
||||
struct wcd9335_irq {
|
||||
@ -5109,7 +5106,6 @@ static int wcd9335_bring_up(struct wcd9335_codec *wcd)
|
||||
|
||||
if (byte0 == 0x1) {
|
||||
dev_info(wcd->dev, "WCD9335 CODEC version is v2.0\n");
|
||||
wcd->version = WCD9335_VERSION_2_0;
|
||||
regmap_write(rm, WCD9335_CODEC_RPM_RST_CTL, 0x01);
|
||||
regmap_write(rm, WCD9335_SIDO_SIDO_TEST_2, 0x00);
|
||||
regmap_write(rm, WCD9335_SIDO_SIDO_CCL_8, 0x6F);
|
||||
|
Loading…
Reference in New Issue
Block a user