Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a9f91ca authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Log wm_hubs DC servo operation code when reporting a timeout

parent d1118aaa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -82,7 +82,8 @@ static void wait_for_dc_servo(struct snd_soc_codec *codec, unsigned int op)
	} while (reg & op && count < 400);

	if (reg & op)
		dev_err(codec->dev, "Timed out waiting for DC Servo\n");
		dev_err(codec->dev, "Timed out waiting for DC Servo %x\n",
			op);
}

/*