diff options
-rw-r--r-- | sound/soc/codecs/wm_adsp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index 1c45d67cfb4f..00289bfb7617 100644 --- a/sound/soc/codecs/wm_adsp.c +++ b/sound/soc/codecs/wm_adsp.c | |||
@@ -911,6 +911,9 @@ static int wm_adsp_load(struct wm_adsp *dsp) | |||
911 | 911 | ||
912 | switch (header->ver) { | 912 | switch (header->ver) { |
913 | case 0: | 913 | case 0: |
914 | adsp_warn(dsp, "%s: Depreciated file format %d\n", | ||
915 | file, header->ver); | ||
916 | break; | ||
914 | case 1: | 917 | case 1: |
915 | case 2: | 918 | case 2: |
916 | break; | 919 | break; |