ALSA: trident: make snd_pcm_hardware const
authorBhumika Goyal <bhumirks@gmail.com>
Sat, 12 Aug 2017 15:31:26 +0000 (21:01 +0530)
committerTakashi Iwai <tiwai@suse.de>
Sat, 12 Aug 2017 21:31:55 +0000 (23:31 +0200)
commitb57cac281589654cef6120f694cb09c267e85d24
treec7f87f5780cd9db850550c04af1cb5c642ff4dfb
parent18ed1cf00b9ad47021fda5d7392b32dadc788097
ALSA: trident: make snd_pcm_hardware const

Make these const as they are only used during a copy operation.
Done using Coccinelle.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/trident/trident_main.c