commit | 9715f0bdb61e98652a1c84408f2bc059d01ce85b | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Wed Aug 23 17:39:27 2017 +0530 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Aug 23 15:53:39 2017 +0200 |
tree | a46e4c8fc2942ffdd3279fe7540519637fac472b | |
parent | 3ca8590be8e784d7b2c806f2bb7dcc2b492fdea5 [diff] |
ALSA: atiixp: 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>