]> git.baikalelectronics.ru Git - 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)
commit74b43a466763bc6c496295b8a835d164a094ede6
tree5d56389498b5b2928c704cb04fd49c77495a6322
parent77853f6b8c301a3021c5a1c9a2520b5253f40cfd
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