ALSA: xen-front: Refine indentations and constify snd_pcm_ops
authorNick Simonov <nicksimonovv@gmail.com>
Wed, 19 Sep 2018 21:47:10 +0000 (00:47 +0300)
committerTakashi Iwai <tiwai@suse.de>
Thu, 20 Sep 2018 07:14:52 +0000 (09:14 +0200)
commite53134fefd20c863a873ba77cf2a78fa00c18eec
treef9461629c9937ffaf4f6cc420352eb8430e14bfa
parent05e2ec3b00edb277b325489e0d1de3570ad16359
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>
sound/xen/xen_snd_front_alsa.c