fsl_spdif.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | fsl_spdif.h (165a30e4315e14c0e30e54b6e3c977198b98195d) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ |
|
1/* 2 * fsl_spdif.h - ALSA S/PDIF interface for the Freescale i.MX SoC 3 * 4 * Copyright (C) 2013 Freescale Semiconductor, Inc. 5 * 6 * Author: Nicolin Chen <b42378@freescale.com> 7 * 8 * Based on fsl_ssi.h 9 * Author: Timur Tabi <timur@freescale.com> 10 * Copyright 2007-2008 Freescale Semiconductor, Inc. | 2/* 3 * fsl_spdif.h - ALSA S/PDIF interface for the Freescale i.MX SoC 4 * 5 * Copyright (C) 2013 Freescale Semiconductor, Inc. 6 * 7 * Author: Nicolin Chen <b42378@freescale.com> 8 * 9 * Based on fsl_ssi.h 10 * Author: Timur Tabi <timur@freescale.com> 11 * Copyright 2007-2008 Freescale Semiconductor, Inc. |
11 * 12 * This file is licensed under the terms of the GNU General Public License 13 * version 2. This program is licensed "as is" without any warranty of any 14 * kind, whether express or implied. | |
15 */ 16 17#ifndef _FSL_SPDIF_DAI_H 18#define _FSL_SPDIF_DAI_H 19 20/* S/PDIF Register Map */ 21#define REG_SPDIF_SCR 0x0 /* SPDIF Configuration Register */ 22#define REG_SPDIF_SRCD 0x4 /* CDText Control Register */ --- 177 unchanged lines hidden --- | 12 */ 13 14#ifndef _FSL_SPDIF_DAI_H 15#define _FSL_SPDIF_DAI_H 16 17/* S/PDIF Register Map */ 18#define REG_SPDIF_SCR 0x0 /* SPDIF Configuration Register */ 19#define REG_SPDIF_SRCD 0x4 /* CDText Control Register */ --- 177 unchanged lines hidden --- |