| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0+ */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | | - * linux/sound/soc/samsung/i2s-regs.h |
|---|
| 3 | | - * |
|---|
| 4 | 3 | * Copyright (c) 2011 Samsung Electronics Co., Ltd. |
|---|
| 5 | 4 | * http://www.samsung.com |
|---|
| 6 | 5 | * |
|---|
| 7 | 6 | * Samsung I2S driver's register header |
|---|
| 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 | 7 | */ |
|---|
| 14 | 8 | |
|---|
| 15 | 9 | #ifndef __SND_SOC_SAMSUNG_I2S_REGS_H |
|---|