| .. | .. |
|---|
| 1 | | -/* sound/soc/samsung/s3c-i2s-v2.h |
|---|
| 2 | | - * |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0+ */ |
|---|
| 2 | +/* |
|---|
| 3 | 3 | * ALSA Soc Audio Layer - S3C_I2SV2 I2S driver |
|---|
| 4 | 4 | * |
|---|
| 5 | 5 | * Copyright (c) 2007 Simtec Electronics |
|---|
| 6 | 6 | * http://armlinux.simtec.co.uk/ |
|---|
| 7 | 7 | * 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 | + */ |
|---|
| 14 | 9 | |
|---|
| 15 | 10 | /* This code is the core support for the I2S block found in a number of |
|---|
| 16 | 11 | * Samsung SoC devices which is unofficially named I2S-V2. Currently the |
|---|
| .. | .. |
|---|
| 88 | 83 | * @base: The base address for the registers. |
|---|
| 89 | 84 | */ |
|---|
| 90 | 85 | 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); |
|---|
| 93 | 87 | |
|---|
| 94 | 88 | /** |
|---|
| 95 | 89 | * s3c_i2sv2_cleanup - cleanup resources allocated in s3c_i2sv2_probe |
|---|