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 Diff line number Diff line
@@ -768,7 +768,8 @@ static int wm_adsp_load_coeff(struct wm_adsp *dsp)
			break;

		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;
		}