18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * ALSA Soc Audio Layer - S3C2412 I2S driver 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (c) 2007 Simtec Electronics 68c2ecf20Sopenharmony_ci * http://armlinux.simtec.co.uk/ 78c2ecf20Sopenharmony_ci * Ben Dooks <ben@simtec.co.uk> 88c2ecf20Sopenharmony_ci */ 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#ifndef __SND_SOC_S3C24XX_S3C2412_I2S_H 118c2ecf20Sopenharmony_ci#define __SND_SOC_S3C24XX_S3C2412_I2S_H __FILE__ 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#include "s3c-i2s-v2.h" 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#define S3C2412_DIV_BCLK S3C_I2SV2_DIV_BCLK 168c2ecf20Sopenharmony_ci#define S3C2412_DIV_RCLK S3C_I2SV2_DIV_RCLK 178c2ecf20Sopenharmony_ci#define S3C2412_DIV_PRESCALER S3C_I2SV2_DIV_PRESCALER 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#define S3C2412_CLKSRC_PCLK S3C_I2SV2_CLKSRC_PCLK 208c2ecf20Sopenharmony_ci#define S3C2412_CLKSRC_I2SCLK S3C_I2SV2_CLKSRC_AUDIOBUS 218c2ecf20Sopenharmony_ci 228c2ecf20Sopenharmony_ci#endif /* __SND_SOC_S3C24XX_S3C2412_I2S_H */ 23