i2s-regs.h (c13aca79ff3c4af5fd31a5b2743a90eba6e36a26) | i2s-regs.h (7d5b1b8aaa659ff2a26e5a9910f2b6132ea78e45) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0+ */ |
|
1/* | 2/* |
2 * linux/sound/soc/samsung/i2s-regs.h 3 * | |
4 * Copyright (c) 2011 Samsung Electronics Co., Ltd. 5 * http://www.samsung.com 6 * 7 * Samsung I2S driver's register header | 3 * Copyright (c) 2011 Samsung Electronics Co., Ltd. 4 * http://www.samsung.com 5 * 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 */ 14 15#ifndef __SND_SOC_SAMSUNG_I2S_REGS_H 16#define __SND_SOC_SAMSUNG_I2S_REGS_H 17 18#define I2SCON 0x0 19#define I2SMOD 0x4 20#define I2SFIC 0x8 --- 143 unchanged lines hidden --- | 7 */ 8 9#ifndef __SND_SOC_SAMSUNG_I2S_REGS_H 10#define __SND_SOC_SAMSUNG_I2S_REGS_H 11 12#define I2SCON 0x0 13#define I2SMOD 0x4 14#define I2SFIC 0x8 --- 143 unchanged lines hidden --- |