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

Commit 25c62f7e authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: wm_adsp: Make region identification errors more informative

parent 94e205bf
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -768,7 +768,8 @@ static int wm_adsp_load_coeff(struct wm_adsp *dsp)
			break;
			break;


		default:
		default:
			adsp_err(dsp, "Unknown region type %x\n", type);
			adsp_err(dsp, "%s.%d: Unknown region type %x at %d\n",
				 file, blocks, type, pos);
			break;
			break;
		}
		}