commit | d395fd7864c553908a83e10112184febbb9cf81c | [log] [tgz] |
---|---|---|
author | Lucas Tanure <tanureal@opensource.cirrus.com> | Wed Aug 11 19:56:41 2021 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Aug 12 13:41:48 2021 +0200 |
tree | b3f1df6110b3422de23e8c0eea14d23c7b484ead | |
parent | 647d50a0c30402d2156ca201a74d77d58c7ef5ff [diff] [blame] |
ALSA: hda/cs8409: Avoid setting the same I2C address for every access Signed-off-by: Lucas Tanure <tanureal@opensource.cirrus.com> Signed-off-by: Vitaly Rodionov <vitalyr@opensource.cirrus.com> Link: https://lore.kernel.org/r/20210811185654.6837-15-vitalyr@opensource.cirrus.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/sound/pci/hda/patch_cs8409.h b/sound/pci/hda/patch_cs8409.h index 542582c..c2c2082 100644 --- a/sound/pci/hda/patch_cs8409.h +++ b/sound/pci/hda/patch_cs8409.h
@@ -281,6 +281,7 @@ struct cs8409_spec { struct mutex cs8409_i2c_mux; unsigned int i2c_clck_enabled; + unsigned int dev_addr; struct delayed_work i2c_clk_work; /* verb exec op override */