]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ALSA: aaci: constify ac97_pcm structures
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Wed, 23 Aug 2017 12:09:25 +0000 (17:39 +0530)
committerTakashi Iwai <tiwai@suse.de>
Wed, 23 Aug 2017 13:53:37 +0000 (15:53 +0200)
commit9b419cd41b592f44127aeead34d5df24dff800f0
tree5d56389498b5b2928c704cb04fd49c77495a6322
parentaf43173c80e424e2e5bc964c9d6a01cdaece8291
ALSA: aaci: constify ac97_pcm structures

ac97_pcm are not supposed to change at runtime. All functions
working with ac97_pcm provided by <sound/ac97_codec.h> work with
const ac97_pcm. So mark the non-const structs as const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/arm/aaci.c