diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-03-20 12:24:26 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-03-20 12:24:26 +0100 |
commit | ebe2aa911fc85b7c1ce6c433dec72a4b044b22c6 (patch) | |
tree | da3eb908fb07f6ff6b67478b1352af4528d585db /sound/pci/hda/patch_hdmi.c | |
parent | ALSA: hda - add support for docking station for HP 840 G3 (diff) | |
parent | ALSA: hda/realtek - Fix speaker support for Asus AiO ZN270IE (diff) | |
download | linux-ebe2aa911fc85b7c1ce6c433dec72a4b044b22c6.tar.xz linux-ebe2aa911fc85b7c1ce6c433dec72a4b044b22c6.zip |
Merge branch 'topic/for-4.12' into for-next
Diffstat (limited to 'sound/pci/hda/patch_hdmi.c')
-rw-r--r-- | sound/pci/hda/patch_hdmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index 1461ef8eb749..37f11560186a 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c @@ -383,7 +383,7 @@ static int hdmi_eld_ctl_get(struct snd_kcontrol *kcontrol, return 0; } -static struct snd_kcontrol_new eld_bytes_ctl = { +static const struct snd_kcontrol_new eld_bytes_ctl = { .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_VOLATILE, .iface = SNDRV_CTL_ELEM_IFACE_PCM, .name = "ELD", |