Loading sound/soc/soc-dapm.c +2 −2 Original line number Diff line number Diff line Loading @@ -517,7 +517,7 @@ static int soc_dapm_update_bits(struct snd_soc_dapm_context *dapm, { if (!dapm->component) return -EIO; return snd_soc_component_update_bits_async(dapm->component, reg, return snd_soc_component_update_bits(dapm->component, reg, mask, value); } Loading Loading
sound/soc/soc-dapm.c +2 −2 Original line number Diff line number Diff line Loading @@ -517,7 +517,7 @@ static int soc_dapm_update_bits(struct snd_soc_dapm_context *dapm, { if (!dapm->component) return -EIO; return snd_soc_component_update_bits_async(dapm->component, reg, return snd_soc_component_update_bits(dapm->component, reg, mask, value); } Loading