| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (c) by James Courtier-Dutton <James@superbug.demon.co.uk> |
|---|
| 3 | 4 | * Driver p16v chips |
|---|
| .. | .. |
|---|
| 40 | 41 | * 0.21 |
|---|
| 41 | 42 | * Split from p16v.c |
|---|
| 42 | 43 | * |
|---|
| 43 | | - * |
|---|
| 44 | 44 | * BUGS: |
|---|
| 45 | 45 | * Some stability problems when unloading the snd-p16v kernel module. |
|---|
| 46 | 46 | * -- |
|---|
| .. | .. |
|---|
| 61 | 61 | * |
|---|
| 62 | 62 | * This code was initially based on code from ALSA's emu10k1x.c which is: |
|---|
| 63 | 63 | * Copyright (c) by Francisco Moraes <fmoraes@nc.rr.com> |
|---|
| 64 | | - * |
|---|
| 65 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 66 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 67 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 68 | | - * (at your option) any later version. |
|---|
| 69 | | - * |
|---|
| 70 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 71 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 72 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 73 | | - * GNU General Public License for more details. |
|---|
| 74 | | - * |
|---|
| 75 | | - * You should have received a copy of the GNU General Public License |
|---|
| 76 | | - * along with this program; if not, write to the Free Software |
|---|
| 77 | | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|---|
| 78 | | - * |
|---|
| 79 | 64 | */ |
|---|
| 80 | 65 | |
|---|
| 81 | 66 | /********************************************************************************************************/ |
|---|