diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-03-20 14:24:26 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-03-20 14:24:26 +0300 |
commit | ebe2aa911fc85b7c1ce6c433dec72a4b044b22c6 (patch) | |
tree | da3eb908fb07f6ff6b67478b1352af4528d585db /sound/pci/bt87x.c | |
parent | cc3a47a248d7791ef0d2c81a35c46769e55e4c6c (diff) | |
parent | eeed4cd15ae0a8d3f2751adae8b56a3571e8aeca (diff) | |
download | linux-ebe2aa911fc85b7c1ce6c433dec72a4b044b22c6.tar.xz |
Merge branch 'topic/for-4.12' into for-next
Diffstat (limited to 'sound/pci/bt87x.c')
-rw-r--r-- | sound/pci/bt87x.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/bt87x.c b/sound/pci/bt87x.c index f2c0709d7441..099efb046b1c 100644 --- a/sound/pci/bt87x.c +++ b/sound/pci/bt87x.c @@ -598,7 +598,7 @@ static int snd_bt87x_capture_volume_put(struct snd_kcontrol *kcontrol, return changed; } -static struct snd_kcontrol_new snd_bt87x_capture_volume = { +static const struct snd_kcontrol_new snd_bt87x_capture_volume = { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = "Capture Volume", .info = snd_bt87x_capture_volume_info, @@ -634,7 +634,7 @@ static int snd_bt87x_capture_boost_put(struct snd_kcontrol *kcontrol, return changed; } -static struct snd_kcontrol_new snd_bt87x_capture_boost = { +static const struct snd_kcontrol_new snd_bt87x_capture_boost = { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = "Capture Boost", .info = snd_bt87x_capture_boost_info, @@ -676,7 +676,7 @@ static int snd_bt87x_capture_source_put(struct snd_kcontrol *kcontrol, return changed; } -static struct snd_kcontrol_new snd_bt87x_capture_source = { +static const struct snd_kcontrol_new snd_bt87x_capture_source = { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = "Capture Source", .info = snd_bt87x_capture_source_info, |