i2s.h (c13aca79ff3c4af5fd31a5b2743a90eba6e36a26) | i2s.h (7d5b1b8aaa659ff2a26e5a9910f2b6132ea78e45) |
---|---|
1/* sound/soc/samsung/i2s.h 2 * | 1/* SPDX-License-Identifier: GPL-2.0 */ 2/* |
3 * ALSA SoC Audio Layer - Samsung I2S Controller driver 4 * 5 * Copyright (c) 2010 Samsung Electronics Co. Ltd. 6 * Jaswinder Singh <jassisinghbrar@gmail.com> | 3 * ALSA SoC Audio Layer - Samsung I2S Controller driver 4 * 5 * Copyright (c) 2010 Samsung Electronics Co. Ltd. 6 * Jaswinder Singh <jassisinghbrar@gmail.com> |
7 * 8 * This program is free software; you can redistribute it and/or modify 9 * it under the terms of the GNU General Public License version 2 as 10 * published by the Free Software Foundation. | |
11 */ 12 13#ifndef __SND_SOC_SAMSUNG_I2S_H 14#define __SND_SOC_SAMSUNG_I2S_H 15 16#define SAMSUNG_I2S_DAI "samsung-i2s" 17#define SAMSUNG_I2S_DAI_SEC "samsung-i2s-sec" 18 --- 13 unchanged lines hidden --- | 7 */ 8 9#ifndef __SND_SOC_SAMSUNG_I2S_H 10#define __SND_SOC_SAMSUNG_I2S_H 11 12#define SAMSUNG_I2S_DAI "samsung-i2s" 13#define SAMSUNG_I2S_DAI_SEC "samsung-i2s-sec" 14 --- 13 unchanged lines hidden --- |