| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * OLPC XO-1 additional sound features |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright © 2006 Jaya Kumar <jayakumar.lkml@gmail.com> |
|---|
| 5 | 6 | * Copyright © 2007-2008 Andres Salomon <dilinger@debian.org> |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 8 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 9 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 10 | | - * (at your option) any later version. |
|---|
| 11 | 7 | */ |
|---|
| 12 | 8 | #include <sound/core.h> |
|---|
| 13 | 9 | #include <sound/info.h> |
|---|
| .. | .. |
|---|
| 115 | 111 | return 1; |
|---|
| 116 | 112 | } |
|---|
| 117 | 113 | |
|---|
| 118 | | -static struct snd_kcontrol_new olpc_cs5535audio_ctls[] = { |
|---|
| 114 | +static const struct snd_kcontrol_new olpc_cs5535audio_ctls[] = { |
|---|
| 119 | 115 | { |
|---|
| 120 | 116 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, |
|---|
| 121 | 117 | .name = "DC Mode Enable", |
|---|