diff options
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | 2017-08-18 10:45:11 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-08-19 12:02:14 +0300 |
commit | 1086373713fbd602ab73c1968e5f91f15f647c49 (patch) | |
tree | 2eb045bc697fc4279eae9dd409b02c94a5ba1e60 /sound/drivers | |
parent | 28f054802aa18c248341c6113566457b5a036485 (diff) | |
download | linux-1086373713fbd602ab73c1968e5f91f15f647c49.tar.xz |
ALSA: atmel: constify snd_pcm_ops structures
snd_pcm_ops are not supposed to change at runtime. All functions
working with snd_pcm_ops provided by <sound/pcm.h> work with
const snd_pcm_ops. 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>
Diffstat (limited to 'sound/drivers')
0 files changed, 0 insertions, 0 deletions