]> Git Repo - linux.git/blobdiff - sound/soc/codecs/cros_ec_codec.c
Merge tag 'sound-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[linux.git] / sound / soc / codecs / cros_ec_codec.c
index 28f039adfa1388d884a069d3d02e74f9ba88bd5d..f33a2a9654e76becb7d059b800d7c536c31749d7 100644 (file)
@@ -8,7 +8,7 @@
  * EC for audio function.
  */
 
-#include <crypto/sha.h>
+#include <crypto/sha2.h>
 #include <linux/acpi.h>
 #include <linux/delay.h>
 #include <linux/device.h>
@@ -332,7 +332,7 @@ static int i2s_rx_event(struct snd_soc_dapm_widget *w,
                snd_soc_dapm_to_component(w->dapm);
        struct cros_ec_codec_priv *priv =
                snd_soc_component_get_drvdata(component);
-       struct ec_param_ec_codec_i2s_rx p;
+       struct ec_param_ec_codec_i2s_rx p = {};
 
        switch (event) {
        case SND_SOC_DAPM_PRE_PMU:
This page took 0.035448 seconds and 4 git commands to generate.