aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/wm_adsp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c
index 9e311622190e..084ea5f4aedd 100644
--- a/sound/soc/codecs/wm_adsp.c
+++ b/sound/soc/codecs/wm_adsp.c
@@ -768,7 +768,8 @@ static int wm_adsp_load_coeff(struct wm_adsp *dsp)
768 break; 768 break;
769 769
770 default: 770 default:
771 adsp_err(dsp, "Unknown region type %x\n", type); 771 adsp_err(dsp, "%s.%d: Unknown region type %x at %d\n",
772 file, blocks, type, pos);
772 break; 773 break;
773 } 774 }
774 775