commit | 9b419cd41b592f44127aeead34d5df24dff800f0 | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Wed Aug 23 17:39:25 2017 +0530 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Aug 23 15:53:37 2017 +0200 |
tree | 5d56389498b5b2928c704cb04fd49c77495a6322 | |
parent | af43173c80e424e2e5bc964c9d6a01cdaece8291 [diff] |
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>