commit | e53134fefd20c863a873ba77cf2a78fa00c18eec | [log] [tgz] |
---|---|---|
author | Nick Simonov <nicksimonovv@gmail.com> | Thu Sep 20 00:47:10 2018 +0300 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Sep 20 09:14:52 2018 +0200 |
tree | f9461629c9937ffaf4f6cc420352eb8430e14bfa | |
parent | 05e2ec3b00edb277b325489e0d1de3570ad16359 [diff] |
ALSA: xen-front: Refine indentations and constify snd_pcm_ops snd_pcm_ops are not supposed to change. So mark the non-const structs as const. Also, refine indentation to ncrease readability. Signed-off-by: Nick Simonov <nicksimonovv@gmail.com> Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>