]> asedeno.scripts.mit.edu Git - linux.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)
commit4bccb403f2ca06718ac3a3d9b02e89ca4e823d9f
treef487055a0eba5fcb10934d34096e5b42f2a06cf5
parent748b6ec359b02e962259182fd9576cb1b0851440
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