]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: oxygen: initialize spdif_playback_enable to 0
authorTom Yan <tom.ty89@gmail.com>
Fri, 21 Dec 2018 12:52:57 +0000 (20:52 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 7 Jan 2019 10:54:55 +0000 (11:54 +0100)
commit9cbaaf6e4b93410e12b7836350f44e2bd74fb5cd
treef487055a0eba5fcb10934d34096e5b42f2a06cf5
parent8c04428b37edac8a1a593709c6465108a193d790
ALSA: oxygen: initialize spdif_playback_enable to 0

There's no reason for us to do that while we initialize dac_mute to
1. Also oxygen_init() has been clearing the OXYGEN_SPDIF_OUT_ENABLE
bit anyway.

Signed-off-by: Tom Yan <tom.ty89@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/oxygen/oxygen_lib.c