···11-/*11+/* SPDX-License-Identifier: GPL-2.022+ *23 * ASoC simple sound card support34 *45 * Copyright (C) 2012 Renesas Solutions Corp.56 * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>66- *77- * This program is free software; you can redistribute it and/or modify88- * it under the terms of the GNU General Public License version 2 as99- * published by the Free Software Foundation.107 */118129#ifndef __SIMPLE_CARD_H
+7-10
sound/soc/generic/simple-card.c
···11-/*22- * ASoC simple sound card support33- *44- * Copyright (C) 2012 Renesas Solutions Corp.55- * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>66- *77- * This program is free software; you can redistribute it and/or modify88- * it under the terms of the GNU General Public License version 2 as99- * published by the Free Software Foundation.1010- */11+// SPDX-License-Identifier: GPL-2.022+//33+// ASoC simple sound card support44+//55+// Copyright (C) 2012 Renesas Solutions Corp.66+// Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>77+118#include <linux/clk.h>129#include <linux/device.h>1310#include <linux/module.h>