hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/sound/soc/samsung/s3c-i2s-v2.h
....@@ -1,16 +1,11 @@
1
-/* sound/soc/samsung/s3c-i2s-v2.h
2
- *
1
+/* SPDX-License-Identifier: GPL-2.0+ */
2
+/*
33 * ALSA Soc Audio Layer - S3C_I2SV2 I2S driver
44 *
55 * Copyright (c) 2007 Simtec Electronics
66 * http://armlinux.simtec.co.uk/
77 * Ben Dooks <ben@simtec.co.uk>
8
- *
9
- * This program is free software; you can redistribute it and/or modify it
10
- * under the terms of the GNU General Public License as published by the
11
- * Free Software Foundation; either version 2 of the License, or (at your
12
- * option) any later version.
13
-*/
8
+ */
149
1510 /* This code is the core support for the I2S block found in a number of
1611 * Samsung SoC devices which is unofficially named I2S-V2. Currently the
....@@ -88,8 +83,7 @@
8883 * @base: The base address for the registers.
8984 */
9085 extern int s3c_i2sv2_probe(struct snd_soc_dai *dai,
91
- struct s3c_i2sv2_info *i2s,
92
- unsigned long base);
86
+ struct s3c_i2sv2_info *i2s);
9387
9488 /**
9589 * s3c_i2sv2_cleanup - cleanup resources allocated in s3c_i2sv2_probe