ALSA: oxygen: use true,false for bool variables
authorJason Yan <yanaijie@huawei.com>
Wed, 22 Apr 2020 07:16:46 +0000 (15:16 +0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 22 Apr 2020 09:41:35 +0000 (11:41 +0200)
commit14ff6c5546e7d98f8326d9ee7a75b79de9874efb
tree3268ca1ac7053cb3859ff204a65945ab3ea612c8
parent8137d2763bf77d68babb38a7323c5152c945f20e
ALSA: oxygen: use true,false for bool variables

Fix the following coccicheck warning:

sound/pci/oxygen/xonar_pcm179x.c:463:1-17: WARNING: Assignment of 0/1 to
bool variable
sound/pci/oxygen/xonar_pcm179x.c:505:1-17: WARNING: Assignment of 0/1 to
bool variable

Signed-off-by: Jason Yan <yanaijie@huawei.com>
Link: https://lore.kernel.org/r/20200422071646.48436-1-yanaijie@huawei.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/oxygen/xonar_pcm179x.c