.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0+ */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright 2009 Sascha Hauer <s.hauer@pengutronix.de> |
---|
3 | 4 | * |
---|
4 | 5 | * This code is based on code copyrighted by Freescale, |
---|
5 | 6 | * Liam Girdwood, Javier Martin and probably others. |
---|
6 | | - * |
---|
7 | | - * This program is free software; you can redistribute it and/or modify it |
---|
8 | | - * under the terms of the GNU General Public License as published by the |
---|
9 | | - * Free Software Foundation; either version 2 of the License, or (at your |
---|
10 | | - * option) any later version. |
---|
11 | 7 | */ |
---|
12 | 8 | |
---|
13 | 9 | #ifndef _IMX_PCM_H |
---|