diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2017-05-17 02:48:18 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-05-17 08:25:26 +0300 |
commit | b46fe5d9607c2a14618c746a02892ead0f0f4637 (patch) | |
tree | b1751260711a65bedce5d37495494e49c8bbebfa /sound/core/pcm.c | |
parent | e76bf3c4b4e456fa8f2c729fa1e8c644857529a8 (diff) | |
download | linux-b46fe5d9607c2a14618c746a02892ead0f0f4637.tar.xz |
ALSA: pcm: constify function local and read-only table
In a function snd_pcm_hw_params_choose(), target parameters are arranged
into a table. Though each entry of this table is read-only, they don't
have const qualifier.
This commit adds the qualifier.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/pcm.c')
0 files changed, 0 insertions, 0 deletions