Loading include/dt-bindings/sound/audio-codec-port-types.h +5 −5 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0-only */ /* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. */ /* Copyright (c) 2018-2020, The Linux Foundation. All rights reserved. */ #ifndef __AUDIO_CODEC_PORT_TYPES_H #define __AUDIO_CODEC_PORT_TYPES_H #define SPKR_L 1 #define SPKR_L_BOOST 2 #define SPKR_L_COMP 3 #define SPKR_L_COMP 2 #define SPKR_L_BOOST 3 #define SPKR_L_VI 4 #define SPKR_R 5 #define SPKR_R_BOOST 6 #define SPKR_R_COMP 7 #define SPKR_R_COMP 6 #define SPKR_R_BOOST 7 #define SPKR_R_VI 8 #define HPH_L 9 #define HPH_R 10 Loading Loading
include/dt-bindings/sound/audio-codec-port-types.h +5 −5 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0-only */ /* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. */ /* Copyright (c) 2018-2020, The Linux Foundation. All rights reserved. */ #ifndef __AUDIO_CODEC_PORT_TYPES_H #define __AUDIO_CODEC_PORT_TYPES_H #define SPKR_L 1 #define SPKR_L_BOOST 2 #define SPKR_L_COMP 3 #define SPKR_L_COMP 2 #define SPKR_L_BOOST 3 #define SPKR_L_VI 4 #define SPKR_R 5 #define SPKR_R_BOOST 6 #define SPKR_R_COMP 7 #define SPKR_R_COMP 6 #define SPKR_R_BOOST 7 #define SPKR_R_VI 8 #define HPH_L 9 #define HPH_R 10 Loading