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/au88x0/au88x0_pcm.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/au88x0/au88x0_pcm.c')
-rw-r--r-- | sound/pci/au88x0/au88x0_pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/au88x0/au88x0_pcm.c b/sound/pci/au88x0/au88x0_pcm.c index df5741a78fd2..335979a753fe 100644 --- a/sound/pci/au88x0/au88x0_pcm.c +++ b/sound/pci/au88x0/au88x0_pcm.c @@ -601,7 +601,7 @@ static int snd_vortex_pcm_vol_put(struct snd_kcontrol *kcontrol, static const DECLARE_TLV_DB_MINMAX(vortex_pcm_vol_db_scale, -9600, 2400); -static struct snd_kcontrol_new snd_vortex_pcm_vol = { +static const struct snd_kcontrol_new snd_vortex_pcm_vol = { .iface = SNDRV_CTL_ELEM_IFACE_PCM, .name = "PCM Playback Volume", .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | |