]> git.sur5r.net Git - u-boot/blobdiff - drivers/sound/sandbox.c
mtd: nand: mxs_nand_spl: add mxs_flash_full_ident
[u-boot] / drivers / sound / sandbox.c
index fe5c9e9b38dab38d730d02d96ba70ed6c1c4acab..94eff542824d2442f2a33ab076d424b5ce3b72d4 100644 (file)
@@ -1,11 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2013 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
-#include <asm/arch/sound.h>
+#include <asm/sound.h>
 #include <asm/sdl.h>
 
 int sound_play(uint32_t msec, uint32_t frequency)