| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * ti_hdmi_4xxx_ip.c |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * HDMI TI81xx, TI38xx, TI OMAP4 etc IP driver Library |
|---|
| 5 | | - * Copyright (C) 2010-2011 Texas Instruments Incorporated - http://www.ti.com/ |
|---|
| 6 | + * Copyright (C) 2010-2011 Texas Instruments Incorporated - https://www.ti.com/ |
|---|
| 6 | 7 | * Authors: Yong Zhi |
|---|
| 7 | 8 | * Mythri pk <mythripk@ti.com> |
|---|
| 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 version 2 as published by |
|---|
| 11 | | - * the Free Software Foundation. |
|---|
| 12 | | - * |
|---|
| 13 | | - * This program is distributed in the hope that it will be useful, but WITHOUT |
|---|
| 14 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|---|
| 15 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
|---|
| 16 | | - * more details. |
|---|
| 17 | | - * |
|---|
| 18 | | - * You should have received a copy of the GNU General Public License along with |
|---|
| 19 | | - * this program. If not, see <http://www.gnu.org/licenses/>. |
|---|
| 20 | 9 | */ |
|---|
| 21 | 10 | |
|---|
| 22 | 11 | #define DSS_SUBSYS_NAME "HDMICORE" |
|---|
| .. | .. |
|---|
| 712 | 701 | else |
|---|
| 713 | 702 | acore.i2s_cfg.justification = HDMI_AUDIO_JUSTIFY_RIGHT; |
|---|
| 714 | 703 | /* |
|---|
| 715 | | - * The I2S input word length is twice the lenght given in the IEC-60958 |
|---|
| 704 | + * The I2S input word length is twice the length given in the IEC-60958 |
|---|
| 716 | 705 | * status word. If the word size is greater than |
|---|
| 717 | 706 | * 20 bits, increment by one. |
|---|
| 718 | 707 | */ |
|---|