You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
996 B
29 lines
996 B
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* only version 2 as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
&slim_aud {
|
|
tasha_codec {
|
|
wsa_spk_wcd_sd1: msm_cdc_pinctrll {
|
|
compatible = "qcom,msm-cdc-pinctrl";
|
|
pinctrl-names = "aud_active", "aud_sleep";
|
|
pinctrl-0 = <&tasha_spkr_1_sd_n_active>;
|
|
pinctrl-1 = <&tasha_spkr_1_sd_n_sleep>;
|
|
};
|
|
|
|
wsa_spk_wcd_sd2: msm_cdc_pinctrlr {
|
|
compatible = "qcom,msm-cdc-pinctrl";
|
|
pinctrl-names = "aud_active", "aud_sleep";
|
|
pinctrl-0 = <&tasha_spkr_2_sd_n_active>;
|
|
pinctrl-1 = <&tasha_spkr_2_sd_n_sleep>;
|
|
};
|
|
};
|
|
};
|
|
|