diff options
Diffstat (limited to 'files')
346 files changed, 0 insertions, 2597 deletions
diff --git a/files/Makefile.am b/files/Makefile.am deleted file mode 100644 index 2c19b62..0000000 --- a/files/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -include ./config.mk - -SUBDIRS = default \ - mc1n2 \ - mfld -datafiles = default.conf \ - mc1n2.conf \ - mfld.conf - -all-local: $(datafiles) - -datafiledir= $(BASE_PATH) -datafile_DATA= $(datafiles) - diff --git a/files/config.mk b/files/config.mk deleted file mode 100644 index c02a29b..0000000 --- a/files/config.mk +++ /dev/null @@ -1,7 +0,0 @@ -# ALSA-Scenario directory path -BASE_PATH= /usr/etc/sound - -CONFIG_ASCENARIO_DEFAULT_PATH = $(BASE_PATH)/default -CONFIG_ASCENARIO_MC1N2_PATH = $(BASE_PATH)/mc1n2 -CONFIG_ASCENARIO_MFLD_PATH = $(BASE_PATH)/mfld - diff --git a/files/default.conf b/files/default.conf deleted file mode 100644 index c5f6057..0000000 --- a/files/default.conf +++ /dev/null @@ -1,316 +0,0 @@ -Section "Scenario" - Identifier = "reset" - File = "reset" - PreSequenceFile = "reset_pre" -EndSection -Section "Scenario" - Identifier = "reset_playback" - File = "reset_playback" - PreSequenceFile = "reset_playback_pre" -EndSection -Section "Scenario" - Identifier = "reset_capture" - File = "reset_capture" - PreSequenceFile = "reset_capture_pre" -EndSection - -Section "Scenario" - Identifier = "mute_playback" - File = "mute_playback" - PreSequenceFile = "mute_playback_pre" -EndSection -Section "Scenario" - Identifier = "unmute_playback" - File = "unmute_playback" - PreSequenceFile = "mute_playback_pre" -EndSection - - -###### PLAYBACK ###### -Section "Scenario" - Identifier = "ap_to_speaker" - File = "ap_to_speaker" - PreSequenceFile = "ap_to_speaker_pre" -EndSection -Section "Scenario" - Identifier = "ap_to_speaker_left" - File = "ap_to_speaker_left" - PreSequenceFile = "ap_to_speaker_left_pre" -EndSection -Section "Scenario" - Identifier = "ap_to_speaker_right" - File = "ap_to_speaker_right" - PreSequenceFile = "ap_to_speaker_right_pre" -EndSection -Section "Scenario" - Identifier = "ap_to_speaker_gain" - File = "ap_to_speaker_gain" - PreSequenceFile = "ap_to_speaker_pre_gain" -EndSection -Section "Scenario" - Identifier = "ap_to_speaker_ringtone_gain" - File = "ap_to_speaker_ringtone_gain" - PreSequenceFile = "ap_to_speaker_pre_gain" -EndSection - -Section "Scenario" - Identifier = "ap_to_headset" - File = "ap_to_headset" - PreSequenceFile = "ap_to_headset_pre" -EndSection -Section "Scenario" - Identifier = "ap_to_headset_gain" - File = "ap_to_headset_gain" - PreSequenceFile = "ap_to_headset_pre_gain" -EndSection -Section "Scenario" - Identifier = "ap_to_headset_ringtone_gain" - File = "ap_to_headset_ringtone_gain" - PreSequenceFile = "ap_to_headset_pre_gain" -EndSection - -Section "Scenario" - Identifier = "ap_to_receiver" - File = "ap_to_receiver" - PreSequenceFile = "ap_to_receiver_pre" -EndSection -Section "Scenario" - Identifier = "ap_to_receiver_gain" - File = "ap_to_receiver_gain" - PreSequenceFile = "ap_to_receiver_pre_gain" -EndSection - -Section "Scenario" - Identifier = "ap_to_bt" - File = "ap_to_bt" - PreSequenceFile = "ap_to_bt_pre" -EndSection -Section "Scenario" - Identifier = "ap_to_bt_gain" - File = "ap_to_bt_gain" - PreSequenceFile = "ap_to_bt_pre_gain" -EndSection - -Section "Scenario" - Identifier = "bt_to_cp" - File = "bt_to_cp" - PreSequenceFile = "bt_to_cp_pre" -EndSection -Section "Scenario" - Identifier = "bt_to_cp_gain" - File = "bt_to_cp_gain" - PreSequenceFile = "bt_to_cp_pre_gain" -EndSection - -Section "Scenario" - Identifier = "bt_to_ap" - File = "bt_to_ap" - PreSequenceFile = "bt_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "bt_to_ap_gain" - File = "bt_to_ap_gain" - PreSequenceFile = "bt_to_ap_pre_gain" -EndSection - -Section "Scenario" - Identifier = "cp_to_speaker" - File = "cp_to_speaker" - PreSequenceFile = "cp_to_speaker_pre" -EndSection -Section "Scenario" - Identifier = "cp_to_speaker_gain" - File = "cp_to_speaker_gain" - PreSequenceFile = "cp_to_speaker_pre_gain" -EndSection -Section "Scenario" - Identifier = "cp_to_speaker_voicecall_gain" - File = "cp_to_speaker_voicecall_gain" - PreSequenceFile = "cp_to_speaker_pre_gain" -EndSection -Section "Scenario" - Identifier = "cp_to_speaker_videocall_gain" - File = "cp_to_speaker_videocall_gain" - PreSequenceFile = "cp_to_speaker_pre_gain" -EndSection - -Section "Scenario" - Identifier = "cp_to_headset" - File = "cp_to_headset" - PreSequenceFile = "cp_to_headset_pre" -EndSection -Section "Scenario" - Identifier = "cp_to_headset_gain" - File = "cp_to_headset_gain" - PreSequenceFile = "cp_to_headset_pre_gain" -EndSection -Section "Scenario" - Identifier = "cp_to_headset_voicecall_gain" - File = "cp_to_headset_voicecall_gain" - PreSequenceFile = "cp_to_headset_pre_gain" -EndSection -Section "Scenario" - Identifier = "cp_to_headset_videocall_gain" - File = "cp_to_headset_videocall_gain" - PreSequenceFile = "cp_to_headset_pre_gain" -EndSection - -Section "Scenario" - Identifier = "cp_to_receiver" - File = "cp_to_receiver" - PreSequenceFile = "cp_to_receiver_pre" -EndSection -Section "Scenario" - Identifier = "cp_to_receiver_gain" - File = "cp_to_receiver_gain" - PreSequenceFile = "cp_to_receiver_pre_gain" -EndSection -Section "Scenario" - Identifier = "cp_to_receiver_voicecall_gain" - File = "cp_to_receiver_voicecall_gain" - PreSequenceFile = "cp_to_receiver_pre_gain" -EndSection -Section "Scenario" - Identifier = "cp_to_receiver_videocall_gain" - File = "cp_to_receiver_videocall_gain" - PreSequenceFile = "cp_to_receiver_pre_gain" -EndSection - -Section "Scenario" - Identifier = "cp_to_ap" - File = "cp_to_ap" - PreSequenceFile = "cp_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "cp_to_ap_gain" - File = "cp_to_ap_gain" - PreSequenceFile = "cp_to_ap_pre_gain" -EndSection - -Section "Scenario" - Identifier = "cp_to_bt" - File = "cp_to_bt" - PreSequenceFile = "cp_to_bt_pre" -EndSection -Section "Scenario" - Identifier = "cp_to_bt_gain" - File = "cp_to_bt_gain" - PreSequenceFile = "cp_to_bt_pre_gain" -EndSection - -Section "Scenario" - Identifier = "codec_disable_on_suspend" - File = "codec_disable_on_suspend" - PreSequenceFile = "codec_disable_on_suspend_pre" -EndSection - -Section "Scenario" - Identifier = "fmradio_to_speaker" - File = "fmradio_to_speaker" - PreSequenceFile = "fmradio_to_speaker_pre" -EndSection -Section "Scenario" - Identifier = "fmradio_to_speaker_gain" - File = "fmradio_to_speaker_gain" - PreSequenceFile = "fmradio_to_speaker_pre_gain" -EndSection - -Section "Scenario" - Identifier = "fmradio_to_headset" - File = "fmradio_to_headset" - PreSequenceFile = "fmradio_to_headset_pre" -EndSection -Section "Scenario" - Identifier = "fmradio_to_headset_gain" - File = "fmradio_to_headset_gain" - PreSequenceFile = "fmradio_to_headset_pre_gain" -EndSection - -###### CAPTURE ###### -Section "Scenario" - Identifier = "mainmic_to_ap" - File = "mainmic_to_ap" - PreSequenceFile = "mainmic_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "mainmic_to_ap_gain" - File = "mainmic_to_ap_gain" - PreSequenceFile = "mainmic_to_ap_pre_gain" -EndSection - -Section "Scenario" - Identifier = "mainmic_to_cp" - File = "mainmic_to_cp" - PreSequenceFile = "mainmic_to_cp_pre" -EndSection -Section "Scenario" - Identifier = "mainmic_to_cp_gain" - File = "mainmic_to_cp_gain" - PreSequenceFile = "mainmic_to_cp_pre_gain" -EndSection - -Section "Scenario" - Identifier = "earmic_to_ap" - File = "earmic_to_ap" - PreSequenceFile = "earmic_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "earmic_to_ap_gain" - File = "earmic_to_ap_gain" - PreSequenceFile = "earmic_to_ap_pre_gain" -EndSection - -Section "Scenario" - Identifier = "earmic_to_cp" - File = "earmic_to_cp" - PreSequenceFile = "earmic_to_cp_pre" -EndSection -Section "Scenario" - Identifier = "earmic_to_cp_gain" - File = "earmic_to_cp_gain" - PreSequenceFile = "earmic_to_cp_pre_gain" -EndSection - -Section "Scenario" - Identifier = "submic_to_ap" - File = "submic_to_ap" - PreSequenceFile = "submic_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "submic_to_ap_gain" - File = "submic_to_ap_gain" - PreSequenceFile = "submic_to_ap_pre_gain" -EndSection - -Section "Scenario" - Identifier = "submic_to_cp" - File = "submic_to_cp" - PreSequenceFile = "submic_to_cp_pre" -EndSection -Section "Scenario" - Identifier = "submic_to_cp_gain" - File = "submic_to_cp_gain" - PreSequenceFile = "submic_to_cp_pre_gain" -EndSection - -Section "Scenario" - Identifier = "stereomic_to_ap" - File = "stereomic_to_ap" - PreSequenceFile = "stereomic_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "stereomic_to_ap_gain" - File = "stereomic_to_ap_gain" - PreSequenceFile = "stereomic_to_ap_pre_gain" -EndSection - -Section "Scenario" - Identifier = "fmradio_to_ap" - File = "fmradio_to_ap" - PreSequenceFile = "fmradio_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "fmradio_to_ap_gain" - File = "fmradio_to_ap_gain" - PreSequenceFile = "fmradio_to_ap_pre_gain" -EndSection diff --git a/files/default/Makefile.am b/files/default/Makefile.am deleted file mode 100644 index 4507f21..0000000 --- a/files/default/Makefile.am +++ /dev/null @@ -1,116 +0,0 @@ -include ../config.mk - -datafiles = \ - ap_to_headset \ - ap_to_headset_gain \ - ap_to_headset_pre \ - ap_to_headset_pre_gain \ - ap_to_headset_ringtone_gain \ - ap_to_receiver \ - ap_to_receiver_gain \ - ap_to_receiver_pre \ - ap_to_receiver_pre_gain \ - ap_to_speaker \ - ap_to_speaker_gain \ - ap_to_speaker_left \ - ap_to_speaker_left_pre \ - ap_to_speaker_pre \ - ap_to_speaker_pre_gain \ - ap_to_speaker_right \ - ap_to_speaker_right_pre \ - ap_to_speaker_ringtone_gain \ - ap_to_bt \ - ap_to_bt_pre \ - ap_to_bt_gain \ - ap_to_bt_pre_gain \ - bt_to_cp \ - bt_to_cp_gain \ - bt_to_cp_pre \ - bt_to_cp_pre_gain \ - bt_to_ap \ - bt_to_ap_pre \ - bt_to_ap_gain \ - bt_to_ap_pre_gain \ - codec_disable_on_suspend_pre \ - codec_disable_on_suspend \ - cp_to_ap \ - cp_to_ap_pre \ - cp_to_ap_gain \ - cp_to_ap_pre_gain \ - cp_to_bt \ - cp_to_bt_pre \ - cp_to_bt_gain \ - cp_to_bt_pre_gain \ - cp_to_headset \ - cp_to_headset_gain \ - cp_to_headset_pre \ - cp_to_headset_pre_gain \ - cp_to_headset_videocall_gain \ - cp_to_headset_voicecall_gain \ - cp_to_receiver \ - cp_to_receiver_gain \ - cp_to_receiver_pre \ - cp_to_receiver_pre_gain \ - cp_to_receiver_videocall_gain \ - cp_to_receiver_voicecall_gain \ - cp_to_speaker \ - cp_to_speaker_gain \ - cp_to_speaker_pre \ - cp_to_speaker_pre_gain \ - cp_to_speaker_videocall_gain \ - cp_to_speaker_voicecall_gain \ - earmic_to_ap \ - earmic_to_ap_gain \ - earmic_to_ap_pre \ - earmic_to_ap_pre_gain \ - earmic_to_cp \ - earmic_to_cp_gain \ - earmic_to_cp_pre \ - earmic_to_cp_pre_gain \ - fmradio_to_ap \ - fmradio_to_ap_gain \ - fmradio_to_ap_pre \ - fmradio_to_ap_pre_gain \ - fmradio_to_headset \ - fmradio_to_headset_gain \ - fmradio_to_headset_pre \ - fmradio_to_headset_pre_gain \ - fmradio_to_speaker \ - fmradio_to_speaker_gain \ - fmradio_to_speaker_pre \ - fmradio_to_speaker_pre_gain \ - mainmic_to_ap \ - mainmic_to_ap_gain \ - mainmic_to_ap_pre \ - mainmic_to_ap_pre_gain \ - mainmic_to_cp \ - mainmic_to_cp_gain \ - mainmic_to_cp_pre \ - mainmic_to_cp_pre_gain \ - mute_playback \ - mute_playback_pre \ - unmute_playback \ - reset \ - reset_pre \ - reset_playback \ - reset_playback_pre \ - reset_capture \ - reset_capture_pre \ - stereomic_to_ap \ - stereomic_to_ap_gain \ - stereomic_to_ap_pre \ - stereomic_to_ap_pre_gain \ - submic_to_ap \ - submic_to_ap_gain \ - submic_to_ap_pre \ - submic_to_ap_pre_gain \ - submic_to_cp \ - submic_to_cp_gain \ - submic_to_cp_pre \ - submic_to_cp_pre_gain - -all-local: $(datafiles) - -datafiledir= $(CONFIG_ASCENARIO_DEFAULT_PATH) -datafile_DATA= $(datafiles) - diff --git a/files/default/ap_to_bt b/files/default/ap_to_bt deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_bt +++ /dev/null diff --git a/files/default/ap_to_bt_gain b/files/default/ap_to_bt_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_bt_gain +++ /dev/null diff --git a/files/default/ap_to_bt_pre b/files/default/ap_to_bt_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_bt_pre +++ /dev/null diff --git a/files/default/ap_to_bt_pre_gain b/files/default/ap_to_bt_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_bt_pre_gain +++ /dev/null diff --git a/files/default/ap_to_headset b/files/default/ap_to_headset deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_headset +++ /dev/null diff --git a/files/default/ap_to_headset_gain b/files/default/ap_to_headset_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_headset_gain +++ /dev/null diff --git a/files/default/ap_to_headset_pre b/files/default/ap_to_headset_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_headset_pre +++ /dev/null diff --git a/files/default/ap_to_headset_pre_gain b/files/default/ap_to_headset_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_headset_pre_gain +++ /dev/null diff --git a/files/default/ap_to_headset_ringtone_gain b/files/default/ap_to_headset_ringtone_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_headset_ringtone_gain +++ /dev/null diff --git a/files/default/ap_to_receiver b/files/default/ap_to_receiver deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_receiver +++ /dev/null diff --git a/files/default/ap_to_receiver_gain b/files/default/ap_to_receiver_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_receiver_gain +++ /dev/null diff --git a/files/default/ap_to_receiver_pre b/files/default/ap_to_receiver_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_receiver_pre +++ /dev/null diff --git a/files/default/ap_to_receiver_pre_gain b/files/default/ap_to_receiver_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_receiver_pre_gain +++ /dev/null diff --git a/files/default/ap_to_speaker b/files/default/ap_to_speaker deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_speaker +++ /dev/null diff --git a/files/default/ap_to_speaker_gain b/files/default/ap_to_speaker_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_speaker_gain +++ /dev/null diff --git a/files/default/ap_to_speaker_left b/files/default/ap_to_speaker_left deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_speaker_left +++ /dev/null diff --git a/files/default/ap_to_speaker_left_pre b/files/default/ap_to_speaker_left_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_speaker_left_pre +++ /dev/null diff --git a/files/default/ap_to_speaker_pre b/files/default/ap_to_speaker_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_speaker_pre +++ /dev/null diff --git a/files/default/ap_to_speaker_pre_gain b/files/default/ap_to_speaker_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_speaker_pre_gain +++ /dev/null diff --git a/files/default/ap_to_speaker_right b/files/default/ap_to_speaker_right deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_speaker_right +++ /dev/null diff --git a/files/default/ap_to_speaker_right_pre b/files/default/ap_to_speaker_right_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_speaker_right_pre +++ /dev/null diff --git a/files/default/ap_to_speaker_ringtone_gain b/files/default/ap_to_speaker_ringtone_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/ap_to_speaker_ringtone_gain +++ /dev/null diff --git a/files/default/bt_to_ap b/files/default/bt_to_ap deleted file mode 100644 index e69de29..0000000 --- a/files/default/bt_to_ap +++ /dev/null diff --git a/files/default/bt_to_ap_gain b/files/default/bt_to_ap_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/bt_to_ap_gain +++ /dev/null diff --git a/files/default/bt_to_ap_pre b/files/default/bt_to_ap_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/bt_to_ap_pre +++ /dev/null diff --git a/files/default/bt_to_ap_pre_gain b/files/default/bt_to_ap_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/bt_to_ap_pre_gain +++ /dev/null diff --git a/files/default/bt_to_cp b/files/default/bt_to_cp deleted file mode 100644 index e69de29..0000000 --- a/files/default/bt_to_cp +++ /dev/null diff --git a/files/default/bt_to_cp_gain b/files/default/bt_to_cp_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/bt_to_cp_gain +++ /dev/null diff --git a/files/default/bt_to_cp_pre b/files/default/bt_to_cp_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/bt_to_cp_pre +++ /dev/null diff --git a/files/default/bt_to_cp_pre_gain b/files/default/bt_to_cp_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/bt_to_cp_pre_gain +++ /dev/null diff --git a/files/default/codec_disable_on_suspend b/files/default/codec_disable_on_suspend deleted file mode 100644 index e69de29..0000000 --- a/files/default/codec_disable_on_suspend +++ /dev/null diff --git a/files/default/codec_disable_on_suspend_pre b/files/default/codec_disable_on_suspend_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/codec_disable_on_suspend_pre +++ /dev/null diff --git a/files/default/cp_to_ap b/files/default/cp_to_ap deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_ap +++ /dev/null diff --git a/files/default/cp_to_ap_gain b/files/default/cp_to_ap_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_ap_gain +++ /dev/null diff --git a/files/default/cp_to_ap_pre b/files/default/cp_to_ap_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_ap_pre +++ /dev/null diff --git a/files/default/cp_to_ap_pre_gain b/files/default/cp_to_ap_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_ap_pre_gain +++ /dev/null diff --git a/files/default/cp_to_bt b/files/default/cp_to_bt deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_bt +++ /dev/null diff --git a/files/default/cp_to_bt_gain b/files/default/cp_to_bt_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_bt_gain +++ /dev/null diff --git a/files/default/cp_to_bt_pre b/files/default/cp_to_bt_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_bt_pre +++ /dev/null diff --git a/files/default/cp_to_bt_pre_gain b/files/default/cp_to_bt_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_bt_pre_gain +++ /dev/null diff --git a/files/default/cp_to_headset b/files/default/cp_to_headset deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_headset +++ /dev/null diff --git a/files/default/cp_to_headset_gain b/files/default/cp_to_headset_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_headset_gain +++ /dev/null diff --git a/files/default/cp_to_headset_pre b/files/default/cp_to_headset_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_headset_pre +++ /dev/null diff --git a/files/default/cp_to_headset_pre_gain b/files/default/cp_to_headset_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_headset_pre_gain +++ /dev/null diff --git a/files/default/cp_to_headset_videocall_gain b/files/default/cp_to_headset_videocall_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_headset_videocall_gain +++ /dev/null diff --git a/files/default/cp_to_headset_voicecall_gain b/files/default/cp_to_headset_voicecall_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_headset_voicecall_gain +++ /dev/null diff --git a/files/default/cp_to_receiver b/files/default/cp_to_receiver deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_receiver +++ /dev/null diff --git a/files/default/cp_to_receiver_gain b/files/default/cp_to_receiver_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_receiver_gain +++ /dev/null diff --git a/files/default/cp_to_receiver_pre b/files/default/cp_to_receiver_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_receiver_pre +++ /dev/null diff --git a/files/default/cp_to_receiver_pre_gain b/files/default/cp_to_receiver_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_receiver_pre_gain +++ /dev/null diff --git a/files/default/cp_to_receiver_videocall_gain b/files/default/cp_to_receiver_videocall_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_receiver_videocall_gain +++ /dev/null diff --git a/files/default/cp_to_receiver_voicecall_gain b/files/default/cp_to_receiver_voicecall_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_receiver_voicecall_gain +++ /dev/null diff --git a/files/default/cp_to_speaker b/files/default/cp_to_speaker deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_speaker +++ /dev/null diff --git a/files/default/cp_to_speaker_gain b/files/default/cp_to_speaker_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_speaker_gain +++ /dev/null diff --git a/files/default/cp_to_speaker_pre b/files/default/cp_to_speaker_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_speaker_pre +++ /dev/null diff --git a/files/default/cp_to_speaker_pre_gain b/files/default/cp_to_speaker_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_speaker_pre_gain +++ /dev/null diff --git a/files/default/cp_to_speaker_videocall_gain b/files/default/cp_to_speaker_videocall_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_speaker_videocall_gain +++ /dev/null diff --git a/files/default/cp_to_speaker_voicecall_gain b/files/default/cp_to_speaker_voicecall_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/cp_to_speaker_voicecall_gain +++ /dev/null diff --git a/files/default/earmic_to_ap b/files/default/earmic_to_ap deleted file mode 100644 index e69de29..0000000 --- a/files/default/earmic_to_ap +++ /dev/null diff --git a/files/default/earmic_to_ap_gain b/files/default/earmic_to_ap_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/earmic_to_ap_gain +++ /dev/null diff --git a/files/default/earmic_to_ap_pre b/files/default/earmic_to_ap_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/earmic_to_ap_pre +++ /dev/null diff --git a/files/default/earmic_to_ap_pre_gain b/files/default/earmic_to_ap_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/earmic_to_ap_pre_gain +++ /dev/null diff --git a/files/default/earmic_to_cp b/files/default/earmic_to_cp deleted file mode 100644 index e69de29..0000000 --- a/files/default/earmic_to_cp +++ /dev/null diff --git a/files/default/earmic_to_cp_gain b/files/default/earmic_to_cp_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/earmic_to_cp_gain +++ /dev/null diff --git a/files/default/earmic_to_cp_pre b/files/default/earmic_to_cp_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/earmic_to_cp_pre +++ /dev/null diff --git a/files/default/earmic_to_cp_pre_gain b/files/default/earmic_to_cp_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/earmic_to_cp_pre_gain +++ /dev/null diff --git a/files/default/fmradio_to_ap b/files/default/fmradio_to_ap deleted file mode 100644 index e69de29..0000000 --- a/files/default/fmradio_to_ap +++ /dev/null diff --git a/files/default/fmradio_to_ap_gain b/files/default/fmradio_to_ap_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/fmradio_to_ap_gain +++ /dev/null diff --git a/files/default/fmradio_to_ap_pre b/files/default/fmradio_to_ap_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/fmradio_to_ap_pre +++ /dev/null diff --git a/files/default/fmradio_to_ap_pre_gain b/files/default/fmradio_to_ap_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/fmradio_to_ap_pre_gain +++ /dev/null diff --git a/files/default/fmradio_to_headset b/files/default/fmradio_to_headset deleted file mode 100644 index e69de29..0000000 --- a/files/default/fmradio_to_headset +++ /dev/null diff --git a/files/default/fmradio_to_headset_gain b/files/default/fmradio_to_headset_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/fmradio_to_headset_gain +++ /dev/null diff --git a/files/default/fmradio_to_headset_pre b/files/default/fmradio_to_headset_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/fmradio_to_headset_pre +++ /dev/null diff --git a/files/default/fmradio_to_headset_pre_gain b/files/default/fmradio_to_headset_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/fmradio_to_headset_pre_gain +++ /dev/null diff --git a/files/default/fmradio_to_speaker b/files/default/fmradio_to_speaker deleted file mode 100644 index e69de29..0000000 --- a/files/default/fmradio_to_speaker +++ /dev/null diff --git a/files/default/fmradio_to_speaker_gain b/files/default/fmradio_to_speaker_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/fmradio_to_speaker_gain +++ /dev/null diff --git a/files/default/fmradio_to_speaker_pre b/files/default/fmradio_to_speaker_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/fmradio_to_speaker_pre +++ /dev/null diff --git a/files/default/fmradio_to_speaker_pre_gain b/files/default/fmradio_to_speaker_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/fmradio_to_speaker_pre_gain +++ /dev/null diff --git a/files/default/mainmic_to_ap b/files/default/mainmic_to_ap deleted file mode 100644 index e69de29..0000000 --- a/files/default/mainmic_to_ap +++ /dev/null diff --git a/files/default/mainmic_to_ap_gain b/files/default/mainmic_to_ap_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/mainmic_to_ap_gain +++ /dev/null diff --git a/files/default/mainmic_to_ap_pre b/files/default/mainmic_to_ap_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/mainmic_to_ap_pre +++ /dev/null diff --git a/files/default/mainmic_to_ap_pre_gain b/files/default/mainmic_to_ap_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/mainmic_to_ap_pre_gain +++ /dev/null diff --git a/files/default/mainmic_to_cp b/files/default/mainmic_to_cp deleted file mode 100644 index e69de29..0000000 --- a/files/default/mainmic_to_cp +++ /dev/null diff --git a/files/default/mainmic_to_cp_gain b/files/default/mainmic_to_cp_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/mainmic_to_cp_gain +++ /dev/null diff --git a/files/default/mainmic_to_cp_pre b/files/default/mainmic_to_cp_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/mainmic_to_cp_pre +++ /dev/null diff --git a/files/default/mainmic_to_cp_pre_gain b/files/default/mainmic_to_cp_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/mainmic_to_cp_pre_gain +++ /dev/null diff --git a/files/default/mute_playback b/files/default/mute_playback deleted file mode 100644 index e69de29..0000000 --- a/files/default/mute_playback +++ /dev/null diff --git a/files/default/mute_playback_pre b/files/default/mute_playback_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/mute_playback_pre +++ /dev/null diff --git a/files/default/reset b/files/default/reset deleted file mode 100644 index e69de29..0000000 --- a/files/default/reset +++ /dev/null diff --git a/files/default/reset_capture b/files/default/reset_capture deleted file mode 100644 index e69de29..0000000 --- a/files/default/reset_capture +++ /dev/null diff --git a/files/default/reset_capture_pre b/files/default/reset_capture_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/reset_capture_pre +++ /dev/null diff --git a/files/default/reset_playback b/files/default/reset_playback deleted file mode 100644 index e69de29..0000000 --- a/files/default/reset_playback +++ /dev/null diff --git a/files/default/reset_playback_pre b/files/default/reset_playback_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/reset_playback_pre +++ /dev/null diff --git a/files/default/reset_pre b/files/default/reset_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/reset_pre +++ /dev/null diff --git a/files/default/stereomic_to_ap b/files/default/stereomic_to_ap deleted file mode 100644 index e69de29..0000000 --- a/files/default/stereomic_to_ap +++ /dev/null diff --git a/files/default/stereomic_to_ap_gain b/files/default/stereomic_to_ap_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/stereomic_to_ap_gain +++ /dev/null diff --git a/files/default/stereomic_to_ap_pre b/files/default/stereomic_to_ap_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/stereomic_to_ap_pre +++ /dev/null diff --git a/files/default/stereomic_to_ap_pre_gain b/files/default/stereomic_to_ap_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/stereomic_to_ap_pre_gain +++ /dev/null diff --git a/files/default/submic_to_ap b/files/default/submic_to_ap deleted file mode 100644 index e69de29..0000000 --- a/files/default/submic_to_ap +++ /dev/null diff --git a/files/default/submic_to_ap_gain b/files/default/submic_to_ap_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/submic_to_ap_gain +++ /dev/null diff --git a/files/default/submic_to_ap_pre b/files/default/submic_to_ap_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/submic_to_ap_pre +++ /dev/null diff --git a/files/default/submic_to_ap_pre_gain b/files/default/submic_to_ap_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/submic_to_ap_pre_gain +++ /dev/null diff --git a/files/default/submic_to_cp b/files/default/submic_to_cp deleted file mode 100644 index e69de29..0000000 --- a/files/default/submic_to_cp +++ /dev/null diff --git a/files/default/submic_to_cp_gain b/files/default/submic_to_cp_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/submic_to_cp_gain +++ /dev/null diff --git a/files/default/submic_to_cp_pre b/files/default/submic_to_cp_pre deleted file mode 100644 index e69de29..0000000 --- a/files/default/submic_to_cp_pre +++ /dev/null diff --git a/files/default/submic_to_cp_pre_gain b/files/default/submic_to_cp_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/default/submic_to_cp_pre_gain +++ /dev/null diff --git a/files/default/unmute_playback b/files/default/unmute_playback deleted file mode 100644 index e69de29..0000000 --- a/files/default/unmute_playback +++ /dev/null diff --git a/files/mc1n2.conf b/files/mc1n2.conf deleted file mode 100644 index c5f6057..0000000 --- a/files/mc1n2.conf +++ /dev/null @@ -1,316 +0,0 @@ -Section "Scenario" - Identifier = "reset" - File = "reset" - PreSequenceFile = "reset_pre" -EndSection -Section "Scenario" - Identifier = "reset_playback" - File = "reset_playback" - PreSequenceFile = "reset_playback_pre" -EndSection -Section "Scenario" - Identifier = "reset_capture" - File = "reset_capture" - PreSequenceFile = "reset_capture_pre" -EndSection - -Section "Scenario" - Identifier = "mute_playback" - File = "mute_playback" - PreSequenceFile = "mute_playback_pre" -EndSection -Section "Scenario" - Identifier = "unmute_playback" - File = "unmute_playback" - PreSequenceFile = "mute_playback_pre" -EndSection - - -###### PLAYBACK ###### -Section "Scenario" - Identifier = "ap_to_speaker" - File = "ap_to_speaker" - PreSequenceFile = "ap_to_speaker_pre" -EndSection -Section "Scenario" - Identifier = "ap_to_speaker_left" - File = "ap_to_speaker_left" - PreSequenceFile = "ap_to_speaker_left_pre" -EndSection -Section "Scenario" - Identifier = "ap_to_speaker_right" - File = "ap_to_speaker_right" - PreSequenceFile = "ap_to_speaker_right_pre" -EndSection -Section "Scenario" - Identifier = "ap_to_speaker_gain" - File = "ap_to_speaker_gain" - PreSequenceFile = "ap_to_speaker_pre_gain" -EndSection -Section "Scenario" - Identifier = "ap_to_speaker_ringtone_gain" - File = "ap_to_speaker_ringtone_gain" - PreSequenceFile = "ap_to_speaker_pre_gain" -EndSection - -Section "Scenario" - Identifier = "ap_to_headset" - File = "ap_to_headset" - PreSequenceFile = "ap_to_headset_pre" -EndSection -Section "Scenario" - Identifier = "ap_to_headset_gain" - File = "ap_to_headset_gain" - PreSequenceFile = "ap_to_headset_pre_gain" -EndSection -Section "Scenario" - Identifier = "ap_to_headset_ringtone_gain" - File = "ap_to_headset_ringtone_gain" - PreSequenceFile = "ap_to_headset_pre_gain" -EndSection - -Section "Scenario" - Identifier = "ap_to_receiver" - File = "ap_to_receiver" - PreSequenceFile = "ap_to_receiver_pre" -EndSection -Section "Scenario" - Identifier = "ap_to_receiver_gain" - File = "ap_to_receiver_gain" - PreSequenceFile = "ap_to_receiver_pre_gain" -EndSection - -Section "Scenario" - Identifier = "ap_to_bt" - File = "ap_to_bt" - PreSequenceFile = "ap_to_bt_pre" -EndSection -Section "Scenario" - Identifier = "ap_to_bt_gain" - File = "ap_to_bt_gain" - PreSequenceFile = "ap_to_bt_pre_gain" -EndSection - -Section "Scenario" - Identifier = "bt_to_cp" - File = "bt_to_cp" - PreSequenceFile = "bt_to_cp_pre" -EndSection -Section "Scenario" - Identifier = "bt_to_cp_gain" - File = "bt_to_cp_gain" - PreSequenceFile = "bt_to_cp_pre_gain" -EndSection - -Section "Scenario" - Identifier = "bt_to_ap" - File = "bt_to_ap" - PreSequenceFile = "bt_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "bt_to_ap_gain" - File = "bt_to_ap_gain" - PreSequenceFile = "bt_to_ap_pre_gain" -EndSection - -Section "Scenario" - Identifier = "cp_to_speaker" - File = "cp_to_speaker" - PreSequenceFile = "cp_to_speaker_pre" -EndSection -Section "Scenario" - Identifier = "cp_to_speaker_gain" - File = "cp_to_speaker_gain" - PreSequenceFile = "cp_to_speaker_pre_gain" -EndSection -Section "Scenario" - Identifier = "cp_to_speaker_voicecall_gain" - File = "cp_to_speaker_voicecall_gain" - PreSequenceFile = "cp_to_speaker_pre_gain" -EndSection -Section "Scenario" - Identifier = "cp_to_speaker_videocall_gain" - File = "cp_to_speaker_videocall_gain" - PreSequenceFile = "cp_to_speaker_pre_gain" -EndSection - -Section "Scenario" - Identifier = "cp_to_headset" - File = "cp_to_headset" - PreSequenceFile = "cp_to_headset_pre" -EndSection -Section "Scenario" - Identifier = "cp_to_headset_gain" - File = "cp_to_headset_gain" - PreSequenceFile = "cp_to_headset_pre_gain" -EndSection -Section "Scenario" - Identifier = "cp_to_headset_voicecall_gain" - File = "cp_to_headset_voicecall_gain" - PreSequenceFile = "cp_to_headset_pre_gain" -EndSection -Section "Scenario" - Identifier = "cp_to_headset_videocall_gain" - File = "cp_to_headset_videocall_gain" - PreSequenceFile = "cp_to_headset_pre_gain" -EndSection - -Section "Scenario" - Identifier = "cp_to_receiver" - File = "cp_to_receiver" - PreSequenceFile = "cp_to_receiver_pre" -EndSection -Section "Scenario" - Identifier = "cp_to_receiver_gain" - File = "cp_to_receiver_gain" - PreSequenceFile = "cp_to_receiver_pre_gain" -EndSection -Section "Scenario" - Identifier = "cp_to_receiver_voicecall_gain" - File = "cp_to_receiver_voicecall_gain" - PreSequenceFile = "cp_to_receiver_pre_gain" -EndSection -Section "Scenario" - Identifier = "cp_to_receiver_videocall_gain" - File = "cp_to_receiver_videocall_gain" - PreSequenceFile = "cp_to_receiver_pre_gain" -EndSection - -Section "Scenario" - Identifier = "cp_to_ap" - File = "cp_to_ap" - PreSequenceFile = "cp_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "cp_to_ap_gain" - File = "cp_to_ap_gain" - PreSequenceFile = "cp_to_ap_pre_gain" -EndSection - -Section "Scenario" - Identifier = "cp_to_bt" - File = "cp_to_bt" - PreSequenceFile = "cp_to_bt_pre" -EndSection -Section "Scenario" - Identifier = "cp_to_bt_gain" - File = "cp_to_bt_gain" - PreSequenceFile = "cp_to_bt_pre_gain" -EndSection - -Section "Scenario" - Identifier = "codec_disable_on_suspend" - File = "codec_disable_on_suspend" - PreSequenceFile = "codec_disable_on_suspend_pre" -EndSection - -Section "Scenario" - Identifier = "fmradio_to_speaker" - File = "fmradio_to_speaker" - PreSequenceFile = "fmradio_to_speaker_pre" -EndSection -Section "Scenario" - Identifier = "fmradio_to_speaker_gain" - File = "fmradio_to_speaker_gain" - PreSequenceFile = "fmradio_to_speaker_pre_gain" -EndSection - -Section "Scenario" - Identifier = "fmradio_to_headset" - File = "fmradio_to_headset" - PreSequenceFile = "fmradio_to_headset_pre" -EndSection -Section "Scenario" - Identifier = "fmradio_to_headset_gain" - File = "fmradio_to_headset_gain" - PreSequenceFile = "fmradio_to_headset_pre_gain" -EndSection - -###### CAPTURE ###### -Section "Scenario" - Identifier = "mainmic_to_ap" - File = "mainmic_to_ap" - PreSequenceFile = "mainmic_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "mainmic_to_ap_gain" - File = "mainmic_to_ap_gain" - PreSequenceFile = "mainmic_to_ap_pre_gain" -EndSection - -Section "Scenario" - Identifier = "mainmic_to_cp" - File = "mainmic_to_cp" - PreSequenceFile = "mainmic_to_cp_pre" -EndSection -Section "Scenario" - Identifier = "mainmic_to_cp_gain" - File = "mainmic_to_cp_gain" - PreSequenceFile = "mainmic_to_cp_pre_gain" -EndSection - -Section "Scenario" - Identifier = "earmic_to_ap" - File = "earmic_to_ap" - PreSequenceFile = "earmic_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "earmic_to_ap_gain" - File = "earmic_to_ap_gain" - PreSequenceFile = "earmic_to_ap_pre_gain" -EndSection - -Section "Scenario" - Identifier = "earmic_to_cp" - File = "earmic_to_cp" - PreSequenceFile = "earmic_to_cp_pre" -EndSection -Section "Scenario" - Identifier = "earmic_to_cp_gain" - File = "earmic_to_cp_gain" - PreSequenceFile = "earmic_to_cp_pre_gain" -EndSection - -Section "Scenario" - Identifier = "submic_to_ap" - File = "submic_to_ap" - PreSequenceFile = "submic_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "submic_to_ap_gain" - File = "submic_to_ap_gain" - PreSequenceFile = "submic_to_ap_pre_gain" -EndSection - -Section "Scenario" - Identifier = "submic_to_cp" - File = "submic_to_cp" - PreSequenceFile = "submic_to_cp_pre" -EndSection -Section "Scenario" - Identifier = "submic_to_cp_gain" - File = "submic_to_cp_gain" - PreSequenceFile = "submic_to_cp_pre_gain" -EndSection - -Section "Scenario" - Identifier = "stereomic_to_ap" - File = "stereomic_to_ap" - PreSequenceFile = "stereomic_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "stereomic_to_ap_gain" - File = "stereomic_to_ap_gain" - PreSequenceFile = "stereomic_to_ap_pre_gain" -EndSection - -Section "Scenario" - Identifier = "fmradio_to_ap" - File = "fmradio_to_ap" - PreSequenceFile = "fmradio_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "fmradio_to_ap_gain" - File = "fmradio_to_ap_gain" - PreSequenceFile = "fmradio_to_ap_pre_gain" -EndSection diff --git a/files/mc1n2/Makefile.am b/files/mc1n2/Makefile.am deleted file mode 100644 index 315a2cc..0000000 --- a/files/mc1n2/Makefile.am +++ /dev/null @@ -1,116 +0,0 @@ -include ../config.mk - -datafiles = \ - ap_to_headset \ - ap_to_headset_gain \ - ap_to_headset_pre \ - ap_to_headset_pre_gain \ - ap_to_headset_ringtone_gain \ - ap_to_receiver \ - ap_to_receiver_gain \ - ap_to_receiver_pre \ - ap_to_receiver_pre_gain \ - ap_to_speaker \ - ap_to_speaker_gain \ - ap_to_speaker_left \ - ap_to_speaker_left_pre \ - ap_to_speaker_pre \ - ap_to_speaker_pre_gain \ - ap_to_speaker_right \ - ap_to_speaker_right_pre \ - ap_to_speaker_ringtone_gain \ - ap_to_bt \ - ap_to_bt_pre \ - ap_to_bt_gain \ - ap_to_bt_pre_gain \ - bt_to_cp \ - bt_to_cp_gain \ - bt_to_cp_pre \ - bt_to_cp_pre_gain \ - bt_to_ap \ - bt_to_ap_pre \ - bt_to_ap_gain \ - bt_to_ap_pre_gain \ - codec_disable_on_suspend_pre \ - codec_disable_on_suspend \ - cp_to_ap \ - cp_to_ap_pre \ - cp_to_ap_gain \ - cp_to_ap_pre_gain \ - cp_to_bt \ - cp_to_bt_pre \ - cp_to_bt_gain \ - cp_to_bt_pre_gain \ - cp_to_headset \ - cp_to_headset_gain \ - cp_to_headset_pre \ - cp_to_headset_pre_gain \ - cp_to_headset_videocall_gain \ - cp_to_headset_voicecall_gain \ - cp_to_receiver \ - cp_to_receiver_gain \ - cp_to_receiver_pre \ - cp_to_receiver_pre_gain \ - cp_to_receiver_videocall_gain \ - cp_to_receiver_voicecall_gain \ - cp_to_speaker \ - cp_to_speaker_gain \ - cp_to_speaker_pre \ - cp_to_speaker_pre_gain \ - cp_to_speaker_videocall_gain \ - cp_to_speaker_voicecall_gain \ - earmic_to_ap \ - earmic_to_ap_gain \ - earmic_to_ap_pre \ - earmic_to_ap_pre_gain \ - earmic_to_cp \ - earmic_to_cp_gain \ - earmic_to_cp_pre \ - earmic_to_cp_pre_gain \ - fmradio_to_ap \ - fmradio_to_ap_gain \ - fmradio_to_ap_pre \ - fmradio_to_ap_pre_gain \ - fmradio_to_headset \ - fmradio_to_headset_gain \ - fmradio_to_headset_pre \ - fmradio_to_headset_pre_gain \ - fmradio_to_speaker \ - fmradio_to_speaker_gain \ - fmradio_to_speaker_pre \ - fmradio_to_speaker_pre_gain \ - mainmic_to_ap \ - mainmic_to_ap_gain \ - mainmic_to_ap_pre \ - mainmic_to_ap_pre_gain \ - mainmic_to_cp \ - mainmic_to_cp_gain \ - mainmic_to_cp_pre \ - mainmic_to_cp_pre_gain \ - mute_playback \ - mute_playback_pre \ - unmute_playback \ - reset \ - reset_pre \ - reset_playback \ - reset_playback_pre \ - reset_capture \ - reset_capture_pre \ - stereomic_to_ap \ - stereomic_to_ap_gain \ - stereomic_to_ap_pre \ - stereomic_to_ap_pre_gain \ - submic_to_ap \ - submic_to_ap_gain \ - submic_to_ap_pre \ - submic_to_ap_pre_gain \ - submic_to_cp \ - submic_to_cp_gain \ - submic_to_cp_pre \ - submic_to_cp_pre_gain - -all-local: $(datafiles) - -datafiledir= $(CONFIG_ASCENARIO_MC1N2_PATH) -datafile_DATA= $(datafiles) - diff --git a/files/mc1n2/ap_to_bt b/files/mc1n2/ap_to_bt deleted file mode 100644 index b22d1aa..0000000 --- a/files/mc1n2/ap_to_bt +++ /dev/null @@ -1,7 +0,0 @@ -'Enable Codec':1:1 -'DIT2 SRC':1:5 -'DIGITAL MIXER Dir0 Switch':1:1 -'DIR#0 ATT Switch':2:1,1 -'DIR#0 Switch':2:1,1 -'DIT#2 Capture Switch':2:1,1 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/ap_to_bt_gain b/files/mc1n2/ap_to_bt_gain deleted file mode 100644 index 365e566..0000000 --- a/files/mc1n2/ap_to_bt_gain +++ /dev/null @@ -1,5 +0,0 @@ -'Enable Codec':1:1 -'DIR#0 ATT Volume':2:70,70 -'DIR#0 Volume':2:70,70 -'DIT#2 Capture Volume':2:70,70 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/ap_to_bt_pre b/files/mc1n2/ap_to_bt_pre deleted file mode 100644 index d8e6425..0000000 --- a/files/mc1n2/ap_to_bt_pre +++ /dev/null @@ -1,7 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "DIT2 SRC" = "1" -kcontrol "DIGITAL MIXER Dir0 Switch" = "1" -kcontrol "DIR#0 ATT Switch" = "1" -kcontrol "DIR#0 Switch" = "1" -kcontrol "DIT#2 Capture Switch" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/ap_to_bt_pre_gain b/files/mc1n2/ap_to_bt_pre_gain deleted file mode 100644 index 8bb569c..0000000 --- a/files/mc1n2/ap_to_bt_pre_gain +++ /dev/null @@ -1,5 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "DIR#0 ATT Volume" = "1" -kcontrol "DIR#0 Volume" = "1" -kcontrol "DIT#2 Capture Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/ap_to_headset b/files/mc1n2/ap_to_headset deleted file mode 100644 index 6edd1d1..0000000 --- a/files/mc1n2/ap_to_headset +++ /dev/null @@ -1,13 +0,0 @@ -'Enable Codec':1:1 -'DACMAIN SRC':1:5 -'DACVOICE SRC':1:3 -'DIGITAL MIXER Dir0 Switch':1:1 -'DIR#0 ATT Switch':2:1,1 -'DIR#0 Switch':2:1,1 -'Voice Playback Switch':2:1,1 -'Master Playback Switch':2:1,1 -'DAC Playback Switch':2:1,1 -'HPL MIXER Dac Switch':1:1 -'HPR MIXER DacR Switch':1:1 -'Headphone Playback Switch':2:1,1 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/ap_to_headset_gain b/files/mc1n2/ap_to_headset_gain deleted file mode 100644 index c2b5c80..0000000 --- a/files/mc1n2/ap_to_headset_gain +++ /dev/null @@ -1,9 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Volume':2:80,80 -'DAC Playback Volume':2:70,70 -'Voice Playback Volume':2:70,70 -'DIR#0 ATT Volume':2:70,70 -'DIR#0 Volume':2:70,70 -'Headphone Playback Volume':2:31,31 -'HP Gain Playback Volume':1:3 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/ap_to_headset_pre b/files/mc1n2/ap_to_headset_pre deleted file mode 100644 index e8cfcfc..0000000 --- a/files/mc1n2/ap_to_headset_pre +++ /dev/null @@ -1,13 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "DACMAIN SRC" = "1" -kcontrol "DACVOICE SRC" = "1" -kcontrol "DIGITAL MIXER Dir0 Switch" = "1" -kcontrol "DIR#0 ATT Switch" = "1" -kcontrol "DIR#0 Switch" = "1" -kcontrol "Voice Playback Switch" = "1" -kcontrol "Master Playback Switch" = "1" -kcontrol "DAC Playback Switch" = "1" -kcontrol "HPL MIXER Dac Switch" = "1" -kcontrol "HPR MIXER DacR Switch" = "1" -kcontrol "Headphone Playback Switch" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/ap_to_headset_pre_gain b/files/mc1n2/ap_to_headset_pre_gain deleted file mode 100644 index bd836b2..0000000 --- a/files/mc1n2/ap_to_headset_pre_gain +++ /dev/null @@ -1,9 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "Master Playback Volume" = "1" -kcontrol "DAC Playback Volume" = "1" -kcontrol "Voice Playback Volume" = "1" -kcontrol "DIR#0 ATT Volume" = "1" -kcontrol "DIR#0 Volume" = "1" -kcontrol "Headphone Playback Volume" = "1" -kcontrol "HP Gain Playback Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/ap_to_headset_ringtone_gain b/files/mc1n2/ap_to_headset_ringtone_gain deleted file mode 100644 index c2b5c80..0000000 --- a/files/mc1n2/ap_to_headset_ringtone_gain +++ /dev/null @@ -1,9 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Volume':2:80,80 -'DAC Playback Volume':2:70,70 -'Voice Playback Volume':2:70,70 -'DIR#0 ATT Volume':2:70,70 -'DIR#0 Volume':2:70,70 -'Headphone Playback Volume':2:31,31 -'HP Gain Playback Volume':1:3 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/ap_to_receiver b/files/mc1n2/ap_to_receiver deleted file mode 100644 index 3c700e8..0000000 --- a/files/mc1n2/ap_to_receiver +++ /dev/null @@ -1,13 +0,0 @@ -'Enable Codec':1:1 -'DACMAIN SRC':1:5 -'DACVOICE SRC':1:3 -'DIGITAL MIXER Dir0 Switch':1:1 -'DIR#0 ATT Switch':2:1,1 -'DIR#0 Switch':2:1,1 -'Voice Playback Switch':2:1,1 -'Master Playback Switch':2:1,1 -'DAC Playback Switch':2:1,1 -'RC MIXER DacL Switch':1:1 -'RC MIXER DacR Switch':1:1 -'Receiver Playback Switch':1:1 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/ap_to_receiver_gain b/files/mc1n2/ap_to_receiver_gain deleted file mode 100644 index c3b43f4..0000000 --- a/files/mc1n2/ap_to_receiver_gain +++ /dev/null @@ -1,8 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Volume':2:80,80 -'DAC Playback Volume':2:70,70 -'Voice Playback Volume':2:70,70 -'DIR#0 ATT Volume':2:70,70 -'DIR#0 Volume':2:70,70 -'Receiver Playback Volume':1:31 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/ap_to_receiver_pre b/files/mc1n2/ap_to_receiver_pre deleted file mode 100644 index 41bf109..0000000 --- a/files/mc1n2/ap_to_receiver_pre +++ /dev/null @@ -1,13 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "DACMAIN SRC" = "1" -kcontrol "DACVOICE SRC" = "1" -kcontrol "DIGITAL MIXER Dir0 Switch" = "1" -kcontrol "DIR#0 ATT Switch" = "1" -kcontrol "DIR#0 Switch" = "1" -kcontrol "Voice Playback Switch" = "1" -kcontrol "Master Playback Switch" = "1" -kcontrol "DAC Playback Switch" = "1" -kcontrol "RC MIXER DacL Switch" = "1" -kcontrol "RC MIXER DacR Switch" = "1" -kcontrol "Receiver Playback Switch" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/ap_to_receiver_pre_gain b/files/mc1n2/ap_to_receiver_pre_gain deleted file mode 100644 index ca0618a..0000000 --- a/files/mc1n2/ap_to_receiver_pre_gain +++ /dev/null @@ -1,8 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "Master Playback Volume" = "1" -kcontrol "DAC Playback Volume" = "1" -kcontrol "Voice Playback Volume" = "1" -kcontrol "DIR#0 ATT Volume" = "1" -kcontrol "DIR#0 Volume" = "1" -kcontrol "Receiver Playback Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/ap_to_speaker b/files/mc1n2/ap_to_speaker deleted file mode 100644 index 2eaccbd..0000000 --- a/files/mc1n2/ap_to_speaker +++ /dev/null @@ -1,15 +0,0 @@ -'Enable Codec':1:1 -'DACMAIN SRC':1:5 -'DACVOICE SRC':1:3 -'DIGITAL MIXER Dir0 Switch':1:1 -'DIR#0 ATT Switch':2:1,1 -'DIR#0 Switch':2:1,1 -'Voice Playback Switch':2:1,1 -'Master Playback Switch':2:1,1 -'DAC Playback Switch':2:1,1 -'SPL DAC MIXMODE':1:0 -'SPR DAC MIXMODE':1:0 -'SPL MIXER Dac Switch':1:1 -'SPR MIXER Dac Switch':1:1 -'Speaker Playback Switch':2:1,1 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/ap_to_speaker_gain b/files/mc1n2/ap_to_speaker_gain deleted file mode 100644 index fdf7370..0000000 --- a/files/mc1n2/ap_to_speaker_gain +++ /dev/null @@ -1,8 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Volume':2:80,80 -'DAC Playback Volume':2:70,70 -'Voice Playback Volume':2:70,70 -'DIR#0 ATT Volume':2:70,70 -'DIR#0 Volume':2:70,70 -'Speaker Playback Volume':2:31,31 -'Disable Codec':1:1 diff --git a/files/mc1n2/ap_to_speaker_left b/files/mc1n2/ap_to_speaker_left deleted file mode 100644 index 075f097..0000000 --- a/files/mc1n2/ap_to_speaker_left +++ /dev/null @@ -1,3 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Volume':2:80,80 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/ap_to_speaker_left_pre b/files/mc1n2/ap_to_speaker_left_pre deleted file mode 100644 index 7cfe8cb..0000000 --- a/files/mc1n2/ap_to_speaker_left_pre +++ /dev/null @@ -1,3 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "Master Playback Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/ap_to_speaker_pre b/files/mc1n2/ap_to_speaker_pre deleted file mode 100644 index f675ce2..0000000 --- a/files/mc1n2/ap_to_speaker_pre +++ /dev/null @@ -1,15 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "DACMAIN SRC" = "1" -kcontrol "DACVOICE SRC" = "1" -kcontrol "DIGITAL MIXER Dir0 Switch" = "1" -kcontrol "DIR#0 ATT Switch" = "1" -kcontrol "DIR#0 Switch" = "1" -kcontrol "Voice Playback Switch" = "1" -kcontrol "Master Playback Switch" = "1" -kcontrol "DAC Playback Switch" = "1" -kcontrol "SPL DAC MIXMODE" = "1" -kcontrol "SPR DAC MIXMODE" = "1" -kcontrol "SPL MIXER Dac Switch" = "1" -kcontrol "SPR MIXER Dac Switch" = "1" -kcontrol "Speaker Playback Switch" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/ap_to_speaker_pre_gain b/files/mc1n2/ap_to_speaker_pre_gain deleted file mode 100644 index 6f915cd..0000000 --- a/files/mc1n2/ap_to_speaker_pre_gain +++ /dev/null @@ -1,8 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "Master Playback Volume" = "1" -kcontrol "DAC Playback Volume" = "1" -kcontrol "Voice Playback Volume" = "1" -kcontrol "DIR#0 ATT Volume" = "1" -kcontrol "DIR#0 Volume" = "1" -kcontrol "Speaker Playback Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/ap_to_speaker_right b/files/mc1n2/ap_to_speaker_right deleted file mode 100644 index 075f097..0000000 --- a/files/mc1n2/ap_to_speaker_right +++ /dev/null @@ -1,3 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Volume':2:80,80 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/ap_to_speaker_right_pre b/files/mc1n2/ap_to_speaker_right_pre deleted file mode 100644 index 7cfe8cb..0000000 --- a/files/mc1n2/ap_to_speaker_right_pre +++ /dev/null @@ -1,3 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "Master Playback Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/ap_to_speaker_ringtone_gain b/files/mc1n2/ap_to_speaker_ringtone_gain deleted file mode 100644 index 430a88c..0000000 --- a/files/mc1n2/ap_to_speaker_ringtone_gain +++ /dev/null @@ -1,8 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Volume':2:80,80 -'DAC Playback Volume':2:70,70 -'Voice Playback Volume':2:70,70 -'DIR#0 ATT Volume':2:70,70 -'DIR#0 Volume':2:70,70 -'Speaker Playback Volume':2:31,31 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/bt_to_ap b/files/mc1n2/bt_to_ap deleted file mode 100644 index 351fef6..0000000 --- a/files/mc1n2/bt_to_ap +++ /dev/null @@ -1,7 +0,0 @@ -'Enable Codec':1:1 -'DIT0 SRC':1:5 -'DIGITAL MIXER Dir2 Switch':1:1 -'DIR#2 ATT Switch':2:1,1 -'DIR#2 Switch':2:1,1 -'DIT#0 Capture Switch':2:1,1 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/bt_to_ap_gain b/files/mc1n2/bt_to_ap_gain deleted file mode 100644 index 5dc86fe..0000000 --- a/files/mc1n2/bt_to_ap_gain +++ /dev/null @@ -1,5 +0,0 @@ -'Enable Codec':1:1 -'DIR#2 ATT Volume':2:70,70 -'DIR#2 Volume':2:70,70 -'DIT#0 Capture Volume':2:70,70 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/bt_to_ap_pre b/files/mc1n2/bt_to_ap_pre deleted file mode 100644 index 91a1145..0000000 --- a/files/mc1n2/bt_to_ap_pre +++ /dev/null @@ -1,7 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "DIT0 SRC" = "1" -kcontrol "DIGITAL MIXER Dir2 Switch" = "1" -kcontrol "DIR#2 ATT Switch" = "1" -kcontrol "DIR#2 Switch" = "1" -kcontrol "DIT#0 Capture Switch" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/bt_to_ap_pre_gain b/files/mc1n2/bt_to_ap_pre_gain deleted file mode 100644 index 8e275b3..0000000 --- a/files/mc1n2/bt_to_ap_pre_gain +++ /dev/null @@ -1,5 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "DIR#2 ATT Volume" = "1" -kcontrol "DIR#2 Volume" = "1" -kcontrol "DIT#0 Capture Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/bt_to_cp b/files/mc1n2/bt_to_cp deleted file mode 100644 index 5c90768..0000000 --- a/files/mc1n2/bt_to_cp +++ /dev/null @@ -1,7 +0,0 @@ -'Enable Codec':1:1 -'DIT1 SRC':1:5 -'DIGITAL MIXER Dir2 Switch':1:1 -'DIR#2 ATT Switch':2:1,1 -'DIR#2 Switch':2:1,1 -'DIT#1 Capture Switch':2:1,1 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/bt_to_cp_gain b/files/mc1n2/bt_to_cp_gain deleted file mode 100644 index c6d7b6f..0000000 --- a/files/mc1n2/bt_to_cp_gain +++ /dev/null @@ -1,5 +0,0 @@ -'Enable Codec':1:1 -'DIR#2 ATT Volume':2:70,70 -'DIR#2 Volume':2:70,70 -'DIT#1 Capture Volume':2:70,70 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/bt_to_cp_pre b/files/mc1n2/bt_to_cp_pre deleted file mode 100644 index 9c3b682..0000000 --- a/files/mc1n2/bt_to_cp_pre +++ /dev/null @@ -1,7 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "DIT1 SRC" = "1" -kcontrol "DIGITAL MIXER Dir2 Switch" = "1" -kcontrol "DIR#2 ATT Switch" = "1" -kcontrol "DIR#2 Switch" = "1" -kcontrol "DIT#1 Capture Switch" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/bt_to_cp_pre_gain b/files/mc1n2/bt_to_cp_pre_gain deleted file mode 100644 index 21018b8..0000000 --- a/files/mc1n2/bt_to_cp_pre_gain +++ /dev/null @@ -1,5 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "DIR#2 ATT Volume" = "1" -kcontrol "DIR#2 Volume" = "1" -kcontrol "DIT#1 Capture Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/codec_disable_on_suspend b/files/mc1n2/codec_disable_on_suspend deleted file mode 100644 index c26bbaf..0000000 --- a/files/mc1n2/codec_disable_on_suspend +++ /dev/null @@ -1,3 +0,0 @@ -'Enable Codec':1:1 -'Enable on Suspend':1:0 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/codec_disable_on_suspend_pre b/files/mc1n2/codec_disable_on_suspend_pre deleted file mode 100644 index dbc4ca7..0000000 --- a/files/mc1n2/codec_disable_on_suspend_pre +++ /dev/null @@ -1,3 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "Enable on Suspend" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/cp_to_ap b/files/mc1n2/cp_to_ap deleted file mode 100644 index fac285c..0000000 --- a/files/mc1n2/cp_to_ap +++ /dev/null @@ -1,8 +0,0 @@ -'Enable Codec':1:1 -'DIT0 SRC':1:5 -'DIGITAL MIXER Dir1 Switch':1:1 -'DIR#1 ATT Switch':2:1,1 -'DIR#1 Switch':2:1,1 -'DIT#0 Capture Switch':2:1,1 -'Enable on Suspend':1:1 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/cp_to_ap_gain b/files/mc1n2/cp_to_ap_gain deleted file mode 100644 index cb9509b..0000000 --- a/files/mc1n2/cp_to_ap_gain +++ /dev/null @@ -1,5 +0,0 @@ -'Enable Codec':1:1 -'DIR#1 ATT Volume':2:70,70 -'DIR#1 Volume':2:70,70 -'DIT#0 Capture Volume':2:70,70 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/cp_to_ap_pre b/files/mc1n2/cp_to_ap_pre deleted file mode 100644 index 7738de9..0000000 --- a/files/mc1n2/cp_to_ap_pre +++ /dev/null @@ -1,8 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "DIT0 SRC" = "1" -kcontrol "DIGITAL MIXER Dir1 Switch" = "1" -kcontrol "DIR#1 ATT Switch" = "1" -kcontrol "DIR#1 Switch" = "1" -kcontrol "DIT#0 Capture Switch" = "1" -kcontrol "Enable on Suspend" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/cp_to_ap_pre_gain b/files/mc1n2/cp_to_ap_pre_gain deleted file mode 100644 index 5422053..0000000 --- a/files/mc1n2/cp_to_ap_pre_gain +++ /dev/null @@ -1,5 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "DIR#1 ATT Volume" = "1" -kcontrol "DIR#1 Volume" = "1" -kcontrol "DIT#0 Capture Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/cp_to_bt b/files/mc1n2/cp_to_bt deleted file mode 100644 index b261e4c..0000000 --- a/files/mc1n2/cp_to_bt +++ /dev/null @@ -1,8 +0,0 @@ -'Enable Codec':1:1 -'DIT2 SRC':1:5 -'DIGITAL MIXER Dir1 Switch':1:1 -'DIR#1 ATT Switch':2:1,1 -'DIR#1 Switch':2:1,1 -'DIT#2 Capture Switch':2:1,1 -'Enable on Suspend':1:1 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/cp_to_bt_gain b/files/mc1n2/cp_to_bt_gain deleted file mode 100644 index ebcccd5..0000000 --- a/files/mc1n2/cp_to_bt_gain +++ /dev/null @@ -1,5 +0,0 @@ -'Enable Codec':1:1 -'DIR#1 ATT Volume':2:70,70 -'DIR#1 Volume':2:70,70 -'DIT#2 Capture Volume':2:70,70 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/cp_to_bt_pre b/files/mc1n2/cp_to_bt_pre deleted file mode 100644 index d8652bd..0000000 --- a/files/mc1n2/cp_to_bt_pre +++ /dev/null @@ -1,8 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "DIT2 SRC" = "1" -kcontrol "DIGITAL MIXER Dir1 Switch" = "1" -kcontrol "DIR#1 ATT Switch" = "1" -kcontrol "DIR#1 Switch" = "1" -kcontrol "DIT#2 Capture Switch" = "1" -kcontrol "Enable on Suspend" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/cp_to_bt_pre_gain b/files/mc1n2/cp_to_bt_pre_gain deleted file mode 100644 index 295198b..0000000 --- a/files/mc1n2/cp_to_bt_pre_gain +++ /dev/null @@ -1,5 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "DIR#1 ATT Volume" = "1" -kcontrol "DIR#1 Volume" = "1" -kcontrol "DIT#2 Capture Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/cp_to_headset b/files/mc1n2/cp_to_headset deleted file mode 100644 index 6e0eeff..0000000 --- a/files/mc1n2/cp_to_headset +++ /dev/null @@ -1,14 +0,0 @@ -'Enable Codec':1:1 -'DACMAIN SRC':1:5 -'DACVOICE SRC':1:3 -'DIGITAL MIXER Dir1 Switch':1:1 -'DIR#1 ATT Switch':2:1,1 -'DIR#1 Switch':2:1,1 -'Voice Playback Switch':2:1,1 -'Master Playback Switch':2:1,1 -'DAC Playback Switch':2:1,1 -'HPL MIXER Dac Switch':1:1 -'HPR MIXER DacR Switch':1:1 -'Headphone Playback Switch':2:1,1 -'Enable on Suspend':1:1 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/cp_to_headset_gain b/files/mc1n2/cp_to_headset_gain deleted file mode 100644 index cf10383..0000000 --- a/files/mc1n2/cp_to_headset_gain +++ /dev/null @@ -1,9 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Volume':2:80,80 -'DAC Playback Volume':2:70,70 -'Voice Playback Volume':2:70,70 -'DIR#1 ATT Volume':2:70,70 -'DIR#1 Volume':2:70,70 -'Headphone Playback Volume':2:31,31 -'HP Gain Playback Volume':1:3 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/cp_to_headset_pre b/files/mc1n2/cp_to_headset_pre deleted file mode 100644 index 3db9db4..0000000 --- a/files/mc1n2/cp_to_headset_pre +++ /dev/null @@ -1,14 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "DACMAIN SRC" = "1" -kcontrol "DACVOICE SRC" = "1" -kcontrol "DIGITAL MIXER Dir1 Switch" = "1" -kcontrol "DIR#1 ATT Switch" = "1" -kcontrol "DIR#1 Switch" = "1" -kcontrol "Voice Playback Switch" = "1" -kcontrol "Master Playback Switch" = "1" -kcontrol "DAC Playback Switch" = "1" -kcontrol "HPL MIXER Dac Switch" = "1" -kcontrol "HPR MIXER DacR Switch" = "1" -kcontrol "Headphone Playback Switch" = "1" -kcontrol "Enable on Suspend" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/cp_to_headset_pre_gain b/files/mc1n2/cp_to_headset_pre_gain deleted file mode 100644 index b1acc73..0000000 --- a/files/mc1n2/cp_to_headset_pre_gain +++ /dev/null @@ -1,9 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "Master Playback Volume" = "1" -kcontrol "DAC Playback Volume" = "1" -kcontrol "Voice Playback Volume" = "1" -kcontrol "DIR#1 ATT Volume" = "1" -kcontrol "DIR#1 Volume" = "1" -kcontrol "Headphone Playback Volume" = "1" -kcontrol "HP Gain Playback Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/cp_to_headset_videocall_gain b/files/mc1n2/cp_to_headset_videocall_gain deleted file mode 100644 index cf10383..0000000 --- a/files/mc1n2/cp_to_headset_videocall_gain +++ /dev/null @@ -1,9 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Volume':2:80,80 -'DAC Playback Volume':2:70,70 -'Voice Playback Volume':2:70,70 -'DIR#1 ATT Volume':2:70,70 -'DIR#1 Volume':2:70,70 -'Headphone Playback Volume':2:31,31 -'HP Gain Playback Volume':1:3 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/cp_to_headset_voicecall_gain b/files/mc1n2/cp_to_headset_voicecall_gain deleted file mode 100644 index cf10383..0000000 --- a/files/mc1n2/cp_to_headset_voicecall_gain +++ /dev/null @@ -1,9 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Volume':2:80,80 -'DAC Playback Volume':2:70,70 -'Voice Playback Volume':2:70,70 -'DIR#1 ATT Volume':2:70,70 -'DIR#1 Volume':2:70,70 -'Headphone Playback Volume':2:31,31 -'HP Gain Playback Volume':1:3 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/cp_to_receiver b/files/mc1n2/cp_to_receiver deleted file mode 100644 index 6d7bcbf..0000000 --- a/files/mc1n2/cp_to_receiver +++ /dev/null @@ -1,14 +0,0 @@ -'Enable Codec':1:1 -'DACMAIN SRC':1:5 -'DACVOICE SRC':1:3 -'DIGITAL MIXER Dir1 Switch':1:1 -'DIR#1 ATT Switch':2:1,1 -'DIR#1 Switch':2:1,1 -'Voice Playback Switch':2:1,1 -'Master Playback Switch':2:1,1 -'DAC Playback Switch':2:1,1 -'RC MIXER DacL Switch':1:1 -'RC MIXER DacR Switch':1:1 -'Receiver Playback Switch':1:1 -'Enable on Suspend':1:1 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/cp_to_receiver_gain b/files/mc1n2/cp_to_receiver_gain deleted file mode 100644 index 579750f..0000000 --- a/files/mc1n2/cp_to_receiver_gain +++ /dev/null @@ -1,8 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Volume':2:80,80 -'DAC Playback Volume':2:70,70 -'Voice Playback Volume':2:70,70 -'DIR#1 ATT Volume':2:70,70 -'DIR#1 Volume':2:70,70 -'Receiver Playback Volume':1:31 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/cp_to_receiver_pre b/files/mc1n2/cp_to_receiver_pre deleted file mode 100644 index b281f94..0000000 --- a/files/mc1n2/cp_to_receiver_pre +++ /dev/null @@ -1,14 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "DACMAIN SRC" = "1" -kcontrol "DACVOICE SRC" = "1" -kcontrol "DIGITAL MIXER Dir1 Switch" = "1" -kcontrol "DIR#1 ATT Switch" = "1" -kcontrol "DIR#1 Switch" = "1" -kcontrol "Voice Playback Switch" = "1" -kcontrol "Master Playback Switch" = "1" -kcontrol "DAC Playback Switch" = "1" -kcontrol "RC MIXER DacL Switch" = "1" -kcontrol "RC MIXER DacR Switch" = "1" -kcontrol "Receiver Playback Switch" = "1" -kcontrol "Enable on Suspend" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/cp_to_receiver_pre_gain b/files/mc1n2/cp_to_receiver_pre_gain deleted file mode 100644 index daccbdc..0000000 --- a/files/mc1n2/cp_to_receiver_pre_gain +++ /dev/null @@ -1,8 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "Master Playback Volume" = "1" -kcontrol "DAC Playback Volume" = "1" -kcontrol "Voice Playback Volume" = "1" -kcontrol "DIR#1 ATT Volume" = "1" -kcontrol "DIR#1 Volume" = "1" -kcontrol "Receiver Playback Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/cp_to_receiver_videocall_gain b/files/mc1n2/cp_to_receiver_videocall_gain deleted file mode 100644 index 579750f..0000000 --- a/files/mc1n2/cp_to_receiver_videocall_gain +++ /dev/null @@ -1,8 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Volume':2:80,80 -'DAC Playback Volume':2:70,70 -'Voice Playback Volume':2:70,70 -'DIR#1 ATT Volume':2:70,70 -'DIR#1 Volume':2:70,70 -'Receiver Playback Volume':1:31 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/cp_to_receiver_voicecall_gain b/files/mc1n2/cp_to_receiver_voicecall_gain deleted file mode 100644 index 579750f..0000000 --- a/files/mc1n2/cp_to_receiver_voicecall_gain +++ /dev/null @@ -1,8 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Volume':2:80,80 -'DAC Playback Volume':2:70,70 -'Voice Playback Volume':2:70,70 -'DIR#1 ATT Volume':2:70,70 -'DIR#1 Volume':2:70,70 -'Receiver Playback Volume':1:31 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/cp_to_speaker b/files/mc1n2/cp_to_speaker deleted file mode 100644 index 8d4ae13..0000000 --- a/files/mc1n2/cp_to_speaker +++ /dev/null @@ -1,16 +0,0 @@ -'Enable Codec':1:1 -'DACMAIN SRC':1:5 -'DACVOICE SRC':1:3 -'DIGITAL MIXER Dir1 Switch':1:1 -'DIR#1 ATT Switch':2:1,1 -'DIR#1 Switch':2:1,1 -'Voice Playback Switch':2:1,1 -'Master Playback Switch':2:1,1 -'DAC Playback Switch':2:1,1 -'SPL MIXER Dac Switch':1:1 -'SPR MIXER Dac Switch':1:1 -'Speaker Playback Switch':2:1,1 -'SPL DAC MIXMODE':1:0 -'SPR DAC MIXMODE':1:0 -'Enable on Suspend':1:1 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/cp_to_speaker_gain b/files/mc1n2/cp_to_speaker_gain deleted file mode 100644 index ff28514..0000000 --- a/files/mc1n2/cp_to_speaker_gain +++ /dev/null @@ -1,8 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Volume':2:80,80 -'DAC Playback Volume':2:70,70 -'Voice Playback Volume':2:70,70 -'DIR#1 ATT Volume':2:70,70 -'DIR#1 Volume':2:70,70 -'Speaker Playback Volume':2:31,31 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/cp_to_speaker_pre b/files/mc1n2/cp_to_speaker_pre deleted file mode 100644 index 260fe7d..0000000 --- a/files/mc1n2/cp_to_speaker_pre +++ /dev/null @@ -1,16 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "DACMAIN SRC" = "1" -kcontrol "DACVOICE SRC" = "1" -kcontrol "DIGITAL MIXER Dir1 Switch" = "1" -kcontrol "DIR#1 ATT Switch" = "1" -kcontrol "DIR#1 Switch" = "1" -kcontrol "Voice Playback Switch" = "1" -kcontrol "Master Playback Switch" = "1" -kcontrol "DAC Playback Switch" = "1" -kcontrol "SPL MIXER Dac Switch" = "1" -kcontrol "SPR MIXER Dac Switch" = "1" -kcontrol "Speaker Playback Switch" = "1" -kcontrol "SPL DAC MIXMODE" = "1" -kcontrol "SPR DAC MIXMODE" = "1" -kcontrol "Enable on Suspend" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/cp_to_speaker_pre_gain b/files/mc1n2/cp_to_speaker_pre_gain deleted file mode 100644 index f40067c..0000000 --- a/files/mc1n2/cp_to_speaker_pre_gain +++ /dev/null @@ -1,8 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "Master Playback Volume" = "1" -kcontrol "DAC Playback Volume" = "1" -kcontrol "Voice Playback Volume" = "1" -kcontrol "DIR#1 ATT Volume" = "1" -kcontrol "DIR#1 Volume" = "1" -kcontrol "Speaker Playback Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/cp_to_speaker_videocall_gain b/files/mc1n2/cp_to_speaker_videocall_gain deleted file mode 100644 index ff28514..0000000 --- a/files/mc1n2/cp_to_speaker_videocall_gain +++ /dev/null @@ -1,8 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Volume':2:80,80 -'DAC Playback Volume':2:70,70 -'Voice Playback Volume':2:70,70 -'DIR#1 ATT Volume':2:70,70 -'DIR#1 Volume':2:70,70 -'Speaker Playback Volume':2:31,31 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/cp_to_speaker_voicecall_gain b/files/mc1n2/cp_to_speaker_voicecall_gain deleted file mode 100644 index ff28514..0000000 --- a/files/mc1n2/cp_to_speaker_voicecall_gain +++ /dev/null @@ -1,8 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Volume':2:80,80 -'DAC Playback Volume':2:70,70 -'Voice Playback Volume':2:70,70 -'DIR#1 ATT Volume':2:70,70 -'DIR#1 Volume':2:70,70 -'Speaker Playback Volume':2:31,31 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/earmic_to_ap b/files/mc1n2/earmic_to_ap deleted file mode 100644 index 0d849c5..0000000 --- a/files/mc1n2/earmic_to_ap +++ /dev/null @@ -1,13 +0,0 @@ -'Enable Codec':1:1 -'ADC PDM SEL':1:0 -'AD ATT Switch':2:1,1 -'AD Analog Switch':2:1,1 -'AD Digital Switch':2:1,1 -'AE SRC':1:1 -'AENG6 Switch':2:1,1 -'MB2 Switch':1:1 -'ADCL MIXER Mic2 Switch':1:1 -'ADCR MIXER Mic2 Switch':1:1 -'DIT0 SRC':1:1 -'DIT#0 Capture Switch':2:1,1 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/earmic_to_ap_gain b/files/mc1n2/earmic_to_ap_gain deleted file mode 100644 index 0f9554c..0000000 --- a/files/mc1n2/earmic_to_ap_gain +++ /dev/null @@ -1,8 +0,0 @@ -'Enable Codec':1:1 -'AD ATT Volume':2:70,70 -'AD Analog Volume':2:31,31 -'AD Digital Volume':2:80,80 -'AENG6 Volume':2:70,70 -'Mic 2 Gain Volume':1:3 -'DIT#0 Capture Volume':2:70,70 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/earmic_to_ap_pre b/files/mc1n2/earmic_to_ap_pre deleted file mode 100644 index db25d92..0000000 --- a/files/mc1n2/earmic_to_ap_pre +++ /dev/null @@ -1,13 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "ADC PDM SEL" = "1" -kcontrol "AD ATT Switch" = "1" -kcontrol "AD Analog Switch" = "1" -kcontrol "AD Digital Switch" = "1" -kcontrol "AE SRC" = "1" -kcontrol "AENG6 Switch" = "1" -kcontrol "MB2 Switch" = "1" -kcontrol "ADCL MIXER Mic2 Switch" = "1" -kcontrol "ADCR MIXER Mic2 Switch" = "1" -kcontrol "DIT0 SRC" = "1" -kcontrol "DIT#0 Capture Switch" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/earmic_to_ap_pre_gain b/files/mc1n2/earmic_to_ap_pre_gain deleted file mode 100644 index 8a399bb..0000000 --- a/files/mc1n2/earmic_to_ap_pre_gain +++ /dev/null @@ -1,8 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "AD ATT Volume" = "1" -kcontrol "AD Analog Volume" = "1" -kcontrol "AD Digital Volume" = "1" -kcontrol "AENG6 Volume" = "1" -kcontrol "Mic 2 Gain Volume" = "1" -kcontrol "DIT#0 Capture Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/earmic_to_cp b/files/mc1n2/earmic_to_cp deleted file mode 100644 index 9336613..0000000 --- a/files/mc1n2/earmic_to_cp +++ /dev/null @@ -1,13 +0,0 @@ -'Enable Codec':1:1 -'ADC PDM SEL':1:0 -'AD ATT Switch':2:1,1 -'AD Analog Switch':2:1,1 -'AD Digital Switch':2:1,1 -'AE SRC':1:1 -'AENG6 Switch':2:1,1 -'MB2 Switch':1:1 -'ADCL MIXER Mic2 Switch':1:1 -'ADCR MIXER Mic2 Switch':1:1 -'DIT1 SRC':1:1 -'DIT#1 Capture Switch':2:1,1 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/earmic_to_cp_gain b/files/mc1n2/earmic_to_cp_gain deleted file mode 100644 index 87b4060..0000000 --- a/files/mc1n2/earmic_to_cp_gain +++ /dev/null @@ -1,8 +0,0 @@ -'Enable Codec':1:1 -'AD ATT Volume':2:70,70 -'AD Analog Volume':2:31,31 -'AD Digital Volume':2:80,80 -'AENG6 Volume':2:70,70 -'Mic 2 Gain Volume':1:3 -'DIT#1 Capture Volume':2:70,70 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/earmic_to_cp_pre b/files/mc1n2/earmic_to_cp_pre deleted file mode 100644 index c490342..0000000 --- a/files/mc1n2/earmic_to_cp_pre +++ /dev/null @@ -1,13 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "ADC PDM SEL" = "1" -kcontrol "AD ATT Switch" = "1" -kcontrol "AD Analog Switch" = "1" -kcontrol "AD Digital Switch" = "1" -kcontrol "AE SRC" = "1" -kcontrol "AENG6 Switch" = "1" -kcontrol "MB2 Switch" = "1" -kcontrol "ADCL MIXER Mic2 Switch" = "1" -kcontrol "ADCR MIXER Mic2 Switch" = "1" -kcontrol "DIT1 SRC" = "1" -kcontrol "DIT#1 Capture Switch" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/earmic_to_cp_pre_gain b/files/mc1n2/earmic_to_cp_pre_gain deleted file mode 100644 index 4b98e49..0000000 --- a/files/mc1n2/earmic_to_cp_pre_gain +++ /dev/null @@ -1,8 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "AD ATT Volume" = "1" -kcontrol "AD Analog Volume" = "1" -kcontrol "AD Digital Volume" = "1" -kcontrol "AENG6 Volume" = "1" -kcontrol "Mic 2 Gain Volume" = "1" -kcontrol "DIT#1 Capture Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/fmradio_to_ap b/files/mc1n2/fmradio_to_ap deleted file mode 100644 index 53e1b42..0000000 --- a/files/mc1n2/fmradio_to_ap +++ /dev/null @@ -1,11 +0,0 @@ -'Enable Codec':1:1 -'ADC PDM SEL':1:0 -'AD Analog Switch':2:1,1 -'AD Digital Switch':2:1,1 -'AENG6 Switch':2:1,1 -'AD ATT Switch':2:1,1 -'ADCL MIXER Line Switch':1:1 -'ADCR MIXER Line Switch':1:1 -'DIT0 SRC':1:1 -'DIT#0 Capture Switch':2:1,1 -'Disable Codec':1:1 diff --git a/files/mc1n2/fmradio_to_ap_gain b/files/mc1n2/fmradio_to_ap_gain deleted file mode 100644 index 0d568c7..0000000 --- a/files/mc1n2/fmradio_to_ap_gain +++ /dev/null @@ -1,7 +0,0 @@ -'Enable Codec':1:1 -'AD ATT Volume':2:70,70 -'AD Analog Volume':2:31,31 -'AD Digital Volume':2:80,80 -'AENG6 Volume':2:70,70 -'DIT#0 Capture Volume':2:70,70 -'Disable Codec':1:1 diff --git a/files/mc1n2/fmradio_to_ap_pre b/files/mc1n2/fmradio_to_ap_pre deleted file mode 100644 index 225dfad..0000000 --- a/files/mc1n2/fmradio_to_ap_pre +++ /dev/null @@ -1,11 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "ADC PDM SEL" = "1" -kcontrol "AD Analog Switch" = "1" -kcontrol "AD Digital Switch" = "1" -kcontrol "AENG6 Switch" = "1" -kcontrol "AD ATT Switch" = "1" -kcontrol "ADCL MIXER Line Switch" = "1" -kcontrol "ADCR MIXER Line Switch" = "1" -kcontrol "DIT0 SRC" = "1" -kcontrol "DIT#0 Capture Switch" = "1" -kcontrol "Disable Codec" = "1" diff --git a/files/mc1n2/fmradio_to_ap_pre_gain b/files/mc1n2/fmradio_to_ap_pre_gain deleted file mode 100644 index 2c36d53..0000000 --- a/files/mc1n2/fmradio_to_ap_pre_gain +++ /dev/null @@ -1,7 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "AD ATT Volume" = "1" -kcontrol "AD Analog Volume" = "1" -kcontrol "AD Digital Volume" = "1" -kcontrol "AENG6 Volume" = "1" -kcontrol "DIT#0 Capture Volume" = "1" -kcontrol "Disable Codec" = "1" diff --git a/files/mc1n2/fmradio_to_headset b/files/mc1n2/fmradio_to_headset deleted file mode 100644 index 58433fe..0000000 --- a/files/mc1n2/fmradio_to_headset +++ /dev/null @@ -1,15 +0,0 @@ -'Enable Codec':1:1 -'Line 1 Playback Switch':2:1,1 -'Line 1 Playback Volume':2:31,31 -'Line 2 Playback Switch':2:1,1 -'Line 2 Playback Volume':2:31,31 -'Line Bypass Playback Switch':2:1,1 -'Line Bypass Playback Volume':2:15,15 -'HPL LINE MIXMODE':1:1 -'HPL MIXER Line Switch':1:1 -'HPR MIXER LineR Switch':1:1 -'Headphone Playback Switch':2:1,1 -'Headphone Playback Volume':2:31,31 -'HP Gain Playback Volume':1:3 -'Enable on Suspend':1:1 -'Disable Codec':1:1 diff --git a/files/mc1n2/fmradio_to_headset_gain b/files/mc1n2/fmradio_to_headset_gain deleted file mode 100644 index 075f097..0000000 --- a/files/mc1n2/fmradio_to_headset_gain +++ /dev/null @@ -1,3 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Volume':2:80,80 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/fmradio_to_headset_pre b/files/mc1n2/fmradio_to_headset_pre deleted file mode 100644 index 000cd63..0000000 --- a/files/mc1n2/fmradio_to_headset_pre +++ /dev/null @@ -1,15 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "Line 1 Playback Switch" = "1" -kcontrol "Line 1 Playback Volume" = "1" -kcontrol "Line 2 Playback Switch" = "1" -kcontrol "Line 2 Playback Volume" = "1" -kcontrol "Line Bypass Playback Switch" = "1" -kcontrol "Line Bypass Playback Volume" = "1" -kcontrol "HPL LINE MIXMODE" = "1" -kcontrol "HPL MIXER Line Switch" = "1" -kcontrol "HPR MIXER LineR Switch" = "1" -kcontrol "Headphone Playback Switch" = "1" -kcontrol "Headphone Playback Volume" = "1" -kcontrol "HP Gain Playback Volume" = "1" -kcontrol "Enable on Suspend" = "1" -kcontrol "Disable Codec" = "1" diff --git a/files/mc1n2/fmradio_to_headset_pre_gain b/files/mc1n2/fmradio_to_headset_pre_gain deleted file mode 100644 index 7cfe8cb..0000000 --- a/files/mc1n2/fmradio_to_headset_pre_gain +++ /dev/null @@ -1,3 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "Master Playback Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/fmradio_to_speaker b/files/mc1n2/fmradio_to_speaker deleted file mode 100644 index bb6581c..0000000 --- a/files/mc1n2/fmradio_to_speaker +++ /dev/null @@ -1,17 +0,0 @@ -'Enable Codec':1:1 -'Line 1 Playback Switch':2:1,1 -'Line 1 Playback Volume':2:31,31 -'Line 2 Playback Switch':2:1,1 -'Line 2 Playback Volume':2:31,31 -'Line Bypass Playback Switch':2:1,1 -'Line Bypass Playback Volume':2:20,20 -'SPL LINE MIXMODE':1:0 -'SPR LINE MIXMODE':1:0 -'SPL MIXER Line Switch':1:1 -'SPR MIXER Line Switch':1:1 -'Speaker Playback Switch':2:1,1 -'Master Playback Volume':2:80,80 -'DAC Playback Volume':2:70,70 -'Voice Playback Volume':2:70,70 -'Enable on Suspend':1:1 -'Disable Codec':1:1 diff --git a/files/mc1n2/fmradio_to_speaker_gain b/files/mc1n2/fmradio_to_speaker_gain deleted file mode 100644 index 075f097..0000000 --- a/files/mc1n2/fmradio_to_speaker_gain +++ /dev/null @@ -1,3 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Volume':2:80,80 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/fmradio_to_speaker_pre b/files/mc1n2/fmradio_to_speaker_pre deleted file mode 100644 index 6ed703f..0000000 --- a/files/mc1n2/fmradio_to_speaker_pre +++ /dev/null @@ -1,17 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "Line 1 Playback Switch" = "1" -kcontrol "Line 1 Playback Volume" = "1" -kcontrol "Line 2 Playback Switch" = "1" -kcontrol "Line 2 Playback Volume" = "1" -kcontrol "Line Bypass Playback Switch" = "1" -kcontrol "Line Bypass Playback Volume" = "1" -kcontrol "SPL LINE MIXMODE" = "1" -kcontrol "SPR LINE MIXMODE" = "1" -kcontrol "SPL MIXER Line Switch" = "1" -kcontrol "SPR MIXER Line Switch" = "1" -kcontrol "Speaker Playback Switch" = "1" -kcontrol "Master Playback Volume" = "1" -kcontrol "DAC Playback Volume" = "1" -kcontrol "Voice Playback Volume" = "1" -kcontrol "Enable on Suspend" = "1" -kcontrol "Disable Codec" = "1" diff --git a/files/mc1n2/fmradio_to_speaker_pre_gain b/files/mc1n2/fmradio_to_speaker_pre_gain deleted file mode 100644 index 7cfe8cb..0000000 --- a/files/mc1n2/fmradio_to_speaker_pre_gain +++ /dev/null @@ -1,3 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "Master Playback Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/mainmic_to_ap b/files/mc1n2/mainmic_to_ap deleted file mode 100644 index 5ea6c0b..0000000 --- a/files/mc1n2/mainmic_to_ap +++ /dev/null @@ -1,13 +0,0 @@ -'Enable Codec':1:1 -'ADC PDM SEL':1:0 -'AD ATT Switch':2:1,1 -'AD Analog Switch':2:1,1 -'AD Digital Switch':2:1,1 -'AE SRC':1:1 -'AENG6 Switch':2:1,1 -'MB1 Switch':1:1 -'ADCL MIXER Mic1 Switch':1:1 -'ADCR MIXER Mic1 Switch':1:1 -'DIT0 SRC':1:1 -'DIT#0 Capture Switch':2:1,1 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/mainmic_to_ap_gain b/files/mc1n2/mainmic_to_ap_gain deleted file mode 100644 index c565d1b..0000000 --- a/files/mc1n2/mainmic_to_ap_gain +++ /dev/null @@ -1,8 +0,0 @@ -'Enable Codec':1:1 -'AD ATT Volume':2:70,70 -'AD Analog Volume':2:31,31 -'AD Digital Volume':2:80,80 -'AENG6 Volume':2:70,70 -'Mic 1 Gain Volume':1:3 -'DIT#0 Capture Volume':2:70,70 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/mainmic_to_ap_pre b/files/mc1n2/mainmic_to_ap_pre deleted file mode 100644 index 70803cf..0000000 --- a/files/mc1n2/mainmic_to_ap_pre +++ /dev/null @@ -1,13 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "ADC PDM SEL" = "1" -kcontrol "AD ATT Switch" = "1" -kcontrol "AD Analog Switch" = "1" -kcontrol "AD Digital Switch" = "1" -kcontrol "AE SRC" = "1" -kcontrol "AENG6 Switch" = "1" -kcontrol "MB1 Switch" = "1" -kcontrol "ADCL MIXER Mic1 Switch" = "1" -kcontrol "ADCR MIXER Mic1 Switch" = "1" -kcontrol "DIT0 SRC" = "1" -kcontrol "DIT#0 Capture Switch" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/mainmic_to_ap_pre_gain b/files/mc1n2/mainmic_to_ap_pre_gain deleted file mode 100644 index 5f1404a..0000000 --- a/files/mc1n2/mainmic_to_ap_pre_gain +++ /dev/null @@ -1,8 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "AD ATT Volume" = "1" -kcontrol "AD Analog Volume" = "1" -kcontrol "AD Digital Volume" = "1" -kcontrol "AENG6 Volume" = "1" -kcontrol "Mic 1 Gain Volume" = "1" -kcontrol "DIT#0 Capture Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/mainmic_to_cp b/files/mc1n2/mainmic_to_cp deleted file mode 100644 index ea29d90..0000000 --- a/files/mc1n2/mainmic_to_cp +++ /dev/null @@ -1,13 +0,0 @@ -'Enable Codec':1:1 -'ADC PDM SEL':1:0 -'AD ATT Switch':2:1,1 -'AD Analog Switch':2:1,1 -'AD Digital Switch':2:1,1 -'AE SRC':1:1 -'AENG6 Switch':2:1,1 -'MB1 Switch':1:1 -'ADCL MIXER Mic1 Switch':1:1 -'ADCR MIXER Mic1 Switch':1:1 -'DIT1 SRC':1:1 -'DIT#1 Capture Switch':2:1,1 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/mainmic_to_cp_gain b/files/mc1n2/mainmic_to_cp_gain deleted file mode 100644 index ca864fc..0000000 --- a/files/mc1n2/mainmic_to_cp_gain +++ /dev/null @@ -1,8 +0,0 @@ -'Enable Codec':1:1 -'AD ATT Volume':2:70,70 -'AD Analog Volume':2:31,31 -'AD Digital Volume':2:80,80 -'AENG6 Volume':2:70,70 -'Mic 1 Gain Volume':1:3 -'DIT#1 Capture Volume':2:70,70 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/mainmic_to_cp_pre b/files/mc1n2/mainmic_to_cp_pre deleted file mode 100644 index b573b75..0000000 --- a/files/mc1n2/mainmic_to_cp_pre +++ /dev/null @@ -1,13 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "ADC PDM SEL" = "1" -kcontrol "AD ATT Switch" = "1" -kcontrol "AD Analog Switch" = "1" -kcontrol "AD Digital Switch" = "1" -kcontrol "AE SRC" = "1" -kcontrol "AENG6 Switch" = "1" -kcontrol "MB1 Switch" = "1" -kcontrol "ADCL MIXER Mic1 Switch" = "1" -kcontrol "ADCR MIXER Mic1 Switch" = "1" -kcontrol "DIT1 SRC" = "1" -kcontrol "DIT#1 Capture Switch" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/mainmic_to_cp_pre_gain b/files/mc1n2/mainmic_to_cp_pre_gain deleted file mode 100644 index 4cc54a3..0000000 --- a/files/mc1n2/mainmic_to_cp_pre_gain +++ /dev/null @@ -1,8 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "AD ATT Volume" = "1" -kcontrol "AD Analog Volume" = "1" -kcontrol "AD Digital Volume" = "1" -kcontrol "AENG6 Volume" = "1" -kcontrol "Mic 1 Gain Volume" = "1" -kcontrol "DIT#1 Capture Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/mute_playback b/files/mc1n2/mute_playback deleted file mode 100644 index 68139e3..0000000 --- a/files/mc1n2/mute_playback +++ /dev/null @@ -1,4 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Switch':2:0,0 -'DAC Playback Switch':2:0,0 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/mute_playback_pre b/files/mc1n2/mute_playback_pre deleted file mode 100644 index 604eac7..0000000 --- a/files/mc1n2/mute_playback_pre +++ /dev/null @@ -1,4 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "Master Playback Switch" = "1" -kcontrol "DAC Playback Switch" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/reset b/files/mc1n2/reset deleted file mode 100644 index 22448af..0000000 --- a/files/mc1n2/reset +++ /dev/null @@ -1,57 +0,0 @@ -'Enable Codec':1:1 -'DACMAIN SRC':1:0 -'DACVOICE SRC':1:0 -'DIGITAL MIXER Dir0 Switch':1:0 -'DIR#0 ATT Switch':2:0,0 -'DIR#0 Switch':2:0,0 -'DIGITAL MIXER Dir1 Switch':1:0 -'DIR#1 ATT Switch':2:0,0 -'DIR#1 Switch':2:0,0 -'Voice Playback Switch':2:0,0 -'Master Playback Switch':2:0,0 -'DAC Playback Switch':2:0,0 -'SPL MIXER Dac Switch':1:0 -'SPR MIXER Dac Switch':1:0 -'SPL MIXER Line Switch':1:0 -'SPR MIXER Line Switch':1:0 -'Speaker Playback Switch':2:0,0 -'SPL DAC MIXMODE':1:0 -'SPR DAC MIXMODE':1:0 -'SPL LINE MIXMODE':1:0 -'SPR LINE MIXMODE':1:0 -'HPL MIXER Dac Switch':1:0 -'HPR MIXER DacR Switch':1:0 -'HPL LINE MIXMODE':1:0 -'HPL MIXER Line Switch':1:0 -'HPR MIXER LineR Switch':1:0 -'Headphone Playback Switch':2:0,0 -'RC MIXER DacL Switch':1:0 -'RC MIXER DacR Switch':1:0 -'Receiver Playback Switch':1:0 -'DIGITAL MIXER Adc Switch':1:0 -'ADC PDM SEL':1:0 -'AD ATT Switch':2:0,0 -'AD Analog Switch':2:0,0 -'AD Digital Switch':2:0,0 -'AE SRC':1:0 -'AENG6 Switch':2:0,0 -'MB1 Switch':1:0 -'ADCL MIXER Mic1 Switch':1:0 -'ADCR MIXER Mic1 Switch':1:0 -'MB2 Switch':1:0 -'ADCL MIXER Mic2 Switch':1:0 -'ADCR MIXER Mic2 Switch':1:0 -'MB3 Switch':1:0 -'ADCL MIXER Mic3 Switch':1:0 -'ADCR MIXER Mic3 Switch':1:0 -'ADCL MIXER Line Switch':1:0 -'ADCR MIXER Line Switch':1:0 -'DIT0 SRC':1:0 -'DIT#0 Capture Switch':2:0,0 -'DIT1 SRC':1:0 -'DIT#1 Capture Switch':2:0,0 -'Line 1 Playback Switch':2:0,0 -'Line 2 Playback Switch':2:0,0 -'Line Bypass Playback Switch':2:,0,0 -'Enable on Suspend':1:0 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/reset_capture b/files/mc1n2/reset_capture deleted file mode 100644 index d0932bc..0000000 --- a/files/mc1n2/reset_capture +++ /dev/null @@ -1,22 +0,0 @@ -'Enable Codec':1:1 -'ADC PDM SEL':1:0 -'AD ATT Switch':2:0,0 -'AD Analog Switch':2:0,0 -'AD Digital Switch':2:0,0 -'AE SRC':1:0 -'AENG6 Switch':2:0,0 -'MB1 Switch':1:0 -'ADCL MIXER Mic1 Switch':1:0 -'ADCR MIXER Mic1 Switch':1:0 -'DIT0 SRC':1:0 -'DIT#0 Capture Switch':2:0,0 -'DIT1 SRC':1:0 -'DIT#1 Capture Switch':2:0,0 -'MB2 Switch':1:0 -'ADCL MIXER Mic2 Switch':1:0 -'ADCR MIXER Mic2 Switch':1:0 -'DIT0 SRC':1:0 -'MB3 Switch':1:0 -'ADCL MIXER Mic3 Switch':1:0 -'ADCR MIXER Mic3 Switch':1:0 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/reset_capture_pre b/files/mc1n2/reset_capture_pre deleted file mode 100644 index 0cc7e8a..0000000 --- a/files/mc1n2/reset_capture_pre +++ /dev/null @@ -1,22 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "ADC PDM SEL" = "1" -kcontrol "AD ATT Switch" = "1" -kcontrol "AD Analog Switch" = "1" -kcontrol "AD Digital Switch" = "1" -kcontrol "AE SRC" = "1" -kcontrol "AENG6 Switch" = "1" -kcontrol "MB1 Switch" = "1" -kcontrol "ADCL MIXER Mic1 Switch" = "1" -kcontrol "ADCR MIXER Mic1 Switch" = "1" -kcontrol "DIT0 SRC" = "1" -kcontrol "DIT#0 Capture Switch" = "1" -kcontrol "DIT1 SRC" = "1" -kcontrol "DIT#1 Capture Switch" = "1" -kcontrol "MB2 Switch" = "1" -kcontrol "ADCL MIXER Mic2 Switch" = "1" -kcontrol "ADCR MIXER Mic2 Switch" = "1" -kcontrol "DIT0 SRC" = "1" -kcontrol "MB3 Switch" = "1" -kcontrol "ADCL MIXER Mic3 Switch" = "1" -kcontrol "ADCR MIXER Mic3 Switch" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/reset_playback b/files/mc1n2/reset_playback deleted file mode 100644 index 09d627d..0000000 --- a/files/mc1n2/reset_playback +++ /dev/null @@ -1,23 +0,0 @@ -'Enable Codec':1:1 -'DACMAIN SRC':1:0 -'DACVOICE SRC':1:0 -'DIGITAL MIXER Dir0 Switch':1:0 -'DIR#0 ATT Switch':2:0,0 -'DIR#0 Switch':2:0,0 -'Voice Playback Switch':2:0,0 -'Master Playback Switch':2:0,0 -'DAC Playback Switch':2:0,0 -'SPL MIXER Dac Switch':1:0 -'SPR MIXER Dac Switch':1:0 -'Speaker Playback Switch':2:0,0 -'SPL DAC MIXMODE':1:0 -'SPR DAC MIXMODE':1:0 -'HPL MIXER Dac Switch':1:0 -'HPR MIXER DacR Switch':1:0 -'Headphone Playback Switch':2:0,0 -'RC MIXER DacL Switch':1:0 -'RC MIXER DacR Switch':1:0 -'Receiver Playback Switch':1:0 -'DIT2 SRC':1:0 -'DIT#2 Capture Switch':2:0,0 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/reset_playback_pre b/files/mc1n2/reset_playback_pre deleted file mode 100644 index e2266ce..0000000 --- a/files/mc1n2/reset_playback_pre +++ /dev/null @@ -1,23 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "DACMAIN SRC" = "1" -kcontrol "DACVOICE SRC" = "1" -kcontrol "DIGITAL MIXER Dir0 Switch" = "1" -kcontrol "DIR#0 ATT Switch" = "1" -kcontrol "DIR#0 Switch" = "1" -kcontrol "Voice Playback Switch" = "1" -kcontrol "Master Playback Switch" = "1" -kcontrol "DAC Playback Switch" = "1" -kcontrol "SPL MIXER Dac Switch" = "1" -kcontrol "SPR MIXER Dac Switch" = "1" -kcontrol "Speaker Playback Switch" = "1" -kcontrol "SPL DAC MIXMODE" = "1" -kcontrol "SPR DAC MIXMODE" = "1" -kcontrol "HPL MIXER Dac Switch" = "1" -kcontrol "HPR MIXER DacR Switch" = "1" -kcontrol "Headphone Playback Switch" = "1" -kcontrol "RC MIXER DacL Switch" = "1" -kcontrol "RC MIXER DacR Switch" = "1" -kcontrol "Receiver Playback Switch" = "1" -kcontrol "DIT2 SRC" = "1" -kcontrol "DIT#2 Capture Switch" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/reset_pre b/files/mc1n2/reset_pre deleted file mode 100644 index abe81c8..0000000 --- a/files/mc1n2/reset_pre +++ /dev/null @@ -1,57 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "DACMAIN SRC" = "1" -kcontrol "DACVOICE SRC" = "1" -kcontrol "DIGITAL MIXER Dir0 Switch" = "1" -kcontrol "DIR#0 ATT Switch" = "1" -kcontrol "DIR#0 Switch" = "1" -kcontrol "DIGITAL MIXER Dir1 Switch" = "1" -kcontrol "DIR#1 ATT Switch" = "1" -kcontrol "DIR#1 Switch" = "1" -kcontrol "Voice Playback Switch" = "1" -kcontrol "Master Playback Switch" = "1" -kcontrol "DAC Playback Switch" = "1" -kcontrol "SPL MIXER Dac Switch" = "1" -kcontrol "SPR MIXER Dac Switch" = "1" -kcontrol "SPL MIXER Line Switch" = "1" -kcontrol "SPR MIXER Line Switch" = "1" -kcontrol "Speaker Playback Switch" = "1" -kcontrol "SPL DAC MIXMODE" = "1" -kcontrol "SPR DAC MIXMODE" = "1" -kcontrol "SPL LINE MIXMODE" = "1" -kcontrol "SPR LINE MIXMODE" = "1" -kcontrol "HPL MIXER Dac Switch" = "1" -kcontrol "HPR MIXER DacR Switch" = "1" -kcontrol "HPL LINE MIXMODE" = "1" -kcontrol "HPL MIXER Line Switch" = "1" -kcontrol "HPR MIXER LineR Switch" = "1" -kcontrol "Headphone Playback Switch" = "1" -kcontrol "RC MIXER DacL Switch" = "1" -kcontrol "RC MIXER DacR Switch" = "1" -kcontrol "Receiver Playback Switch" = "1" -kcontrol "DIGITAL MIXER Adc Switch" = "1" -kcontrol "ADC PDM SEL" = "1" -kcontrol "AD ATT Switch" = "1" -kcontrol "AD Analog Switch" = "1" -kcontrol "AD Digital Switch" = "1" -kcontrol "AE SRC" = "1" -kcontrol "AENG6 Switch" = "1" -kcontrol "MB1 Switch" = "1" -kcontrol "ADCL MIXER Mic1 Switch" = "1" -kcontrol "ADCR MIXER Mic1 Switch" = "1" -kcontrol "MB2 Switch" = "1" -kcontrol "ADCL MIXER Mic2 Switch" = "1" -kcontrol "ADCR MIXER Mic2 Switch" = "1" -kcontrol "MB3 Switch" = "1" -kcontrol "ADCL MIXER Mic3 Switch" = "1" -kcontrol "ADCR MIXER Mic3 Switch" = "1" -kcontrol "ADCL MIXER Line Switch" = "1" -kcontrol "ADCR MIXER Line Switch" = "1" -kcontrol "DIT0 SRC" = "1" -kcontrol "DIT#0 Capture Switch" = "1" -kcontrol "DIT1 SRC" = "1" -kcontrol "DIT#1 Capture Switch" = "1" -kcontrol "Line 1 Playback Switch" = "1" -kcontrol "Line 2 Playback Switch" = "1" -kcontrol "Line Bypass Playback Switch" = "1" -kcontrol "Enable on Suspend" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/stereomic_to_ap b/files/mc1n2/stereomic_to_ap deleted file mode 100644 index 075f097..0000000 --- a/files/mc1n2/stereomic_to_ap +++ /dev/null @@ -1,3 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Volume':2:80,80 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/stereomic_to_ap_gain b/files/mc1n2/stereomic_to_ap_gain deleted file mode 100644 index 075f097..0000000 --- a/files/mc1n2/stereomic_to_ap_gain +++ /dev/null @@ -1,3 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Volume':2:80,80 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/stereomic_to_ap_pre b/files/mc1n2/stereomic_to_ap_pre deleted file mode 100644 index 7cfe8cb..0000000 --- a/files/mc1n2/stereomic_to_ap_pre +++ /dev/null @@ -1,3 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "Master Playback Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/stereomic_to_ap_pre_gain b/files/mc1n2/stereomic_to_ap_pre_gain deleted file mode 100644 index e3ae889..0000000 --- a/files/mc1n2/stereomic_to_ap_pre_gain +++ /dev/null @@ -1,9 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "AD ATT Volume" = "1" -kcontrol "AD Analog Volume" = "1" -kcontrol "AD Digital Volume" = "1" -kcontrol "AENG6 Volume" = "1" -kcontrol "Mic 1 Gain Volume" = "1" -kcontrol "DIT#0 Capture Volume" = "1" -kcontrol "Mic 3 Gain Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/submic_to_ap b/files/mc1n2/submic_to_ap deleted file mode 100644 index 38ef860..0000000 --- a/files/mc1n2/submic_to_ap +++ /dev/null @@ -1,13 +0,0 @@ -'Enable Codec':1:1 -'ADC PDM SEL':1:0 -'AD ATT Switch':2:1,1 -'AD Analog Switch':2:1,1 -'AD Digital Switch':2:1,1 -'AE SRC':1:1 -'AENG6 Switch':2:1,1 -'MB3 Switch':1:1 -'ADCL MIXER Mic3 Switch':1:1 -'ADCR MIXER Mic3 Switch':1:1 -'DIT0 SRC':1:1 -'DIT#0 Capture Switch':2:1,1 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/submic_to_ap_gain b/files/mc1n2/submic_to_ap_gain deleted file mode 100644 index 7b516d9..0000000 --- a/files/mc1n2/submic_to_ap_gain +++ /dev/null @@ -1,8 +0,0 @@ -'Enable Codec':1:1 -'AD ATT Volume':2:70,70 -'AD Analog Volume':2:31,31 -'AD Digital Volume':2:80,80 -'AENG6 Volume':2:70,70 -'Mic 3 Gain Volume':1:3 -'DIT#0 Capture Volume':2:70,70 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/submic_to_ap_pre b/files/mc1n2/submic_to_ap_pre deleted file mode 100644 index 4595b37..0000000 --- a/files/mc1n2/submic_to_ap_pre +++ /dev/null @@ -1,13 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "ADC PDM SEL" = "1" -kcontrol "AD ATT Switch" = "1" -kcontrol "AD Analog Switch" = "1" -kcontrol "AD Digital Switch" = "1" -kcontrol "AE SRC" = "1" -kcontrol "AENG6 Switch" = "1" -kcontrol "MB3 Switch" = "1" -kcontrol "ADCL MIXER Mic3 Switch" = "1" -kcontrol "ADCR MIXER Mic3 Switch" = "1" -kcontrol "DIT0 SRC" = "1" -kcontrol "DIT#0 Capture Switch" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/submic_to_ap_pre_gain b/files/mc1n2/submic_to_ap_pre_gain deleted file mode 100644 index a1c08dd..0000000 --- a/files/mc1n2/submic_to_ap_pre_gain +++ /dev/null @@ -1,8 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "AD ATT Volume" = "1" -kcontrol "AD Analog Volume" = "1" -kcontrol "AD Digital Volume" = "1" -kcontrol "AENG6 Volume" = "1" -kcontrol "Mic 3 Gain Volume" = "1" -kcontrol "DIT#0 Capture Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/submic_to_cp b/files/mc1n2/submic_to_cp deleted file mode 100644 index 145eefd..0000000 --- a/files/mc1n2/submic_to_cp +++ /dev/null @@ -1,13 +0,0 @@ -'Enable Codec':1:1 -'ADC PDM SEL':1:0 -'AD ATT Switch':2:1,1 -'AD Analog Switch':2:1,1 -'AD Digital Switch':2:1,1 -'AE SRC':1:1 -'AENG6 Switch':2:1,1 -'MB3 Switch':1:1 -'ADCL MIXER Mic3 Switch':1:1 -'ADCR MIXER Mic3 Switch':1:1 -'DIT1 SRC':1:1 -'DIT#1 Capture Switch':2:1,1 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/submic_to_cp_gain b/files/mc1n2/submic_to_cp_gain deleted file mode 100644 index 66837d3..0000000 --- a/files/mc1n2/submic_to_cp_gain +++ /dev/null @@ -1,8 +0,0 @@ -'Enable Codec':1:1 -'AD ATT Volume':2:70,70 -'AD Analog Volume':2:31,31 -'AD Digital Volume':2:80,80 -'AENG6 Volume':2:70,70 -'Mic 3 Gain Volume':1:3 -'DIT#1 Capture Volume':2:70,70 -'Disable Codec':1:1
\ No newline at end of file diff --git a/files/mc1n2/submic_to_cp_pre b/files/mc1n2/submic_to_cp_pre deleted file mode 100644 index 73c2a2b..0000000 --- a/files/mc1n2/submic_to_cp_pre +++ /dev/null @@ -1,13 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "ADC PDM SEL" = "1" -kcontrol "AD ATT Switch" = "1" -kcontrol "AD Analog Switch" = "1" -kcontrol "AD Digital Switch" = "1" -kcontrol "AE SRC" = "1" -kcontrol "AENG6 Switch" = "1" -kcontrol "MB3 Switch" = "1" -kcontrol "ADCL MIXER Mic3 Switch" = "1" -kcontrol "ADCR MIXER Mic3 Switch" = "1" -kcontrol "DIT1 SRC" = "1" -kcontrol "DIT#1 Capture Switch" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/submic_to_cp_pre_gain b/files/mc1n2/submic_to_cp_pre_gain deleted file mode 100644 index bb10048..0000000 --- a/files/mc1n2/submic_to_cp_pre_gain +++ /dev/null @@ -1,8 +0,0 @@ -kcontrol "Enable Codec" = "1" -kcontrol "AD ATT Volume" = "1" -kcontrol "AD Analog Volume" = "1" -kcontrol "AD Digital Volume" = "1" -kcontrol "AENG6 Volume" = "1" -kcontrol "Mic 3 Gain Volume" = "1" -kcontrol "DIT#1 Capture Volume" = "1" -kcontrol "Disable Codec" = "1"
\ No newline at end of file diff --git a/files/mc1n2/unmute_playback b/files/mc1n2/unmute_playback deleted file mode 100644 index 2103bc4..0000000 --- a/files/mc1n2/unmute_playback +++ /dev/null @@ -1,4 +0,0 @@ -'Enable Codec':1:1 -'Master Playback Switch':2:1,1 -'DAC Playback Switch':2:1,1 -'Disable Codec':1:1 diff --git a/files/mfld.conf b/files/mfld.conf deleted file mode 100644 index a8776cd..0000000 --- a/files/mfld.conf +++ /dev/null @@ -1,396 +0,0 @@ -Section "Scenario" - Identifier = "reset" - File = "reset" - PreSequenceFile = "reset_pre" -EndSection -Section "Scenario" - Identifier = "reset_playback" - File = "reset_playback" - PreSequenceFile = "reset_playback_pre" -EndSection -Section "Scenario" - Identifier = "reset_capture" - File = "reset_capture" - PreSequenceFile = "reset_capture_pre" -EndSection - -Section "Scenario" - Identifier = "mute_playback" - File = "mute_playback" - PreSequenceFile = "mute_playback_pre" -EndSection -Section "Scenario" - Identifier = "unmute_playback" - File = "unmute_playback" - PreSequenceFile = "mute_playback_pre" -EndSection - -Section "Scenario" - Identifier = "mute_capture" - File = "mute_capture" - PreSequenceFile = "mute_capture_pre" -EndSection - -###### PLAYBACk ###### -Section "Scenario" - Identifier = "ap_to_speaker" - File = "ap_to_speaker" - PreSequenceFile = "ap_to_speaker_pre" -EndSection -Section "Scenario" - Identifier = "ap_to_speaker_left" - File = "ap_to_speaker_left" - PreSequenceFile = "ap_to_speaker_left_pre" -EndSection -Section "Scenario" - Identifier = "ap_to_speaker_right" - File = "ap_to_speaker_right" - PreSequenceFile = "ap_to_speaker_right_pre" -EndSection -Section "Scenario" - Identifier = "ap_to_speaker_gain" - File = "ap_to_speaker_gain" - PreSequenceFile = "ap_to_speaker_pre_gain" -EndSection -Section "Scenario" - Identifier = "ap_to_speaker_ringtone_gain" - File = "ap_to_speaker_ringtone_gain" - PreSequenceFile = "ap_to_speaker_pre_gain" -EndSection -Section "Scenario" - Identifier = "ap_to_speaker_keytone_gain" - File = "ap_to_speaker_keytone_gain" - PreSequenceFile = "ap_to_speaker_pre_gain" -EndSection -Section "Scenario" - Identifier = "ap_to_speaker_gametone_gain" - File = "ap_to_speaker_gametone_gain" - PreSequenceFile = "ap_to_speaker_pre_gain" -EndSection -Section "Scenario" - Identifier = "ap_to_speaker_cameraplay_gain" - File = "ap_to_speaker_cameraplay_gain" - PreSequenceFile = "ap_to_speaker_pre_gain" -EndSection -Section "Scenario" - Identifier = "ap_to_speaker_videoplay_gain" - File = "ap_to_speaker_videoplay_gain" - PreSequenceFile = "ap_to_speaker_pre_gain" -EndSection - -Section "Scenario" - Identifier = "ap_to_headset" - File = "ap_to_headset" - PreSequenceFile = "ap_to_headset_pre" -EndSection -Section "Scenario" - Identifier = "ap_to_headset_gain" - File = "ap_to_headset_gain" - PreSequenceFile = "ap_to_headset_pre_gain" -EndSection -Section "Scenario" - Identifier = "ap_to_headset_ringtone_gain" - File = "ap_to_headset_ringtone_gain" - PreSequenceFile = "ap_to_headset_pre_gain" -EndSection -Section "Scenario" - Identifier = "ap_to_headset_keytone_gain" - File = "ap_to_headset_keytone_gain" - PreSequenceFile = "ap_to_headset_pre_gain" -EndSection -Section "Scenario" - Identifier = "ap_to_headset_gametone_gain" - File = "ap_to_headset_gametone_gain" - PreSequenceFile = "ap_to_headset_pre_gain" -EndSection -Section "Scenario" - Identifier = "ap_to_headset_cameraplay_gain" - File = "ap_to_headset_cameraplay_gain" - PreSequenceFile = "ap_to_headset_pre_gain" -EndSection -Section "Scenario" - Identifier = "ap_to_headset_videoplay_gain" - File = "ap_to_headset_videoplay_gain" - PreSequenceFile = "ap_to_headset_pre_gain" -EndSection - -Section "Scenario" - Identifier = "ap_to_receiver" - File = "ap_to_receiver" - PreSequenceFile = "ap_to_receiver_pre" -EndSection -Section "Scenario" - Identifier = "ap_to_receiver_gain" - File = "ap_to_receiver_gain" - PreSequenceFile = "ap_to_receiver_pre_gain" -EndSection - -Section "Scenario" - Identifier = "ap_to_bt" - File = "ap_to_bt" - PreSequenceFile = "ap_to_bt_pre" -EndSection -Section "Scenario" - Identifier = "ap_to_bt_gain" - File = "ap_to_bt_gain" - PreSequenceFile = "ap_to_bt_pre_gain" -EndSection - -Section "Scenario" - Identifier = "bt_to_cp" - File = "bt_to_cp" - PreSequenceFile = "bt_to_cp_pre" -EndSection -Section "Scenario" - Identifier = "bt_to_cp_gain" - File = "bt_to_cp_gain" - PreSequenceFile = "bt_to_cp_pre_gain" -EndSection - -Section "Scenario" - Identifier = "bt_to_ap" - File = "bt_to_ap" - PreSequenceFile = "bt_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "bt_to_ap_gain" - File = "bt_to_ap_gain" - PreSequenceFile = "bt_to_ap_pre_gain" -EndSection - -Section "Scenario" - Identifier = "cp_to_speaker" - File = "cp_to_speaker" - PreSequenceFile = "cp_to_speaker_pre" -EndSection -Section "Scenario" - Identifier = "cp_to_speaker_gain" - File = "cp_to_speaker_gain" - PreSequenceFile = "cp_to_speaker_pre_gain" -EndSection -Section "Scenario" - Identifier = "cp_to_speaker_voicecall_gain" - File = "cp_to_speaker_voicecall_gain" - PreSequenceFile = "cp_to_speaker_pre_gain" -EndSection -Section "Scenario" - Identifier = "cp_to_speaker_videocall_gain" - File = "cp_to_speaker_videocall_gain" - PreSequenceFile = "cp_to_speaker_pre_gain" -EndSection - -Section "Scenario" - Identifier = "cp_to_headset" - File = "cp_to_headset" - PreSequenceFile = "cp_to_headset_pre" -EndSection -Section "Scenario" - Identifier = "cp_to_headset_gain" - File = "cp_to_headset_gain" - PreSequenceFile = "cp_to_headset_pre_gain" -EndSection -Section "Scenario" - Identifier = "cp_to_headset_voicecall_gain" - File = "cp_to_headset_voicecall_gain" - PreSequenceFile = "cp_to_headset_pre_gain" -EndSection -Section "Scenario" - Identifier = "cp_to_headset_videocall_gain" - File = "cp_to_headset_videocall_gain" - PreSequenceFile = "cp_to_headset_pre_gain" -EndSection - -Section "Scenario" - Identifier = "cp_to_receiver" - File = "cp_to_receiver" - PreSequenceFile = "cp_to_receiver_pre" -EndSection -Section "Scenario" - Identifier = "cp_to_receiver_gain" - File = "cp_to_receiver_gain" - PreSequenceFile = "cp_to_receiver_pre_gain" -EndSection -Section "Scenario" - Identifier = "cp_to_receiver_voicecall_gain" - File = "cp_to_receiver_voicecall_gain" - PreSequenceFile = "cp_to_receiver_pre_gain" -EndSection -Section "Scenario" - Identifier = "cp_to_receiver_videocall_gain" - File = "cp_to_receiver_videocall_gain" - PreSequenceFile = "cp_to_receiver_pre_gain" -EndSection - -Section "Scenario" - Identifier = "cp_to_ap" - File = "cp_to_ap" - PreSequenceFile = "cp_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "cp_to_ap_gain" - File = "cp_to_ap_gain" - PreSequenceFile = "cp_to_ap_pre_gain" -EndSection - -Section "Scenario" - Identifier = "cp_to_bt" - File = "cp_to_bt" - PreSequenceFile = "cp_to_bt_pre" -EndSection -Section "Scenario" - Identifier = "cp_to_bt_gain" - File = "cp_to_bt_gain" - PreSequenceFile = "cp_to_bt_pre_gain" -EndSection - -Section "Scenario" - Identifier = "codec_enable_on_suspend" - File = "codec_enable_on_suspend" - PreSequenceFile = "codec_enable_on_suspend_pre" -EndSection -Section "Scenario" - Identifier = "codec_disable_on_suspend" - File = "codec_disable_on_suspend" - PreSequenceFile = "codec_enable_on_suspend_pre" -EndSection - -Section "Scenario" - Identifier = "fmradio_to_speaker" - File = "fmradio_to_speaker" - PreSequenceFile = "fmradio_to_speaker_pre" -EndSection -Section "Scenario" - Identifier = "fmradio_to_speaker_gain" - File = "fmradio_to_speaker_gain" - PreSequenceFile = "fmradio_to_speaker_pre_gain" -EndSection - -Section "Scenario" - Identifier = "fmradio_to_headset" - File = "fmradio_to_headset" - PreSequenceFile = "fmradio_to_headset_pre" -EndSection -Section "Scenario" - Identifier = "fmradio_to_headset_gain" - File = "fmradio_to_headset_gain" - PreSequenceFile = "fmradio_to_headset_pre_gain" -EndSection - -###### CAPTURE ###### -Section "Scenario" - Identifier = "mainmic_to_ap" - File = "mainmic_to_ap" - PreSequenceFile = "mainmic_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "mainmic_to_ap_gain" - File = "mainmic_to_ap_gain" - PreSequenceFile = "mainmic_to_ap_pre_gain" -EndSection -Section "Scenario" - Identifier = "mainmic_to_ap_voicerec_gain" - File = "mainmic_to_ap_voicerec_gain" - PreSequenceFile = "mainmic_to_ap_pre_gain" -EndSection -Section "Scenario" - Identifier = "mainmic_to_ap_camcording_gain" - File = "mainmic_to_ap_camcording_gain" - PreSequenceFile = "mainmic_to_ap_pre_gain" -EndSection - -Section "Scenario" - Identifier = "mainmic_to_cp" - File = "mainmic_to_cp" - PreSequenceFile = "mainmic_to_cp_pre" -EndSection -Section "Scenario" - Identifier = "mainmic_to_cp_gain" - File = "mainmic_to_cp_gain" - PreSequenceFile = "mainmic_to_cp_pre_gain" -EndSection - -Section "Scenario" - Identifier = "earmic_to_ap" - File = "earmic_to_ap" - PreSequenceFile = "earmic_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "earmic_to_ap_gain" - File = "earmic_to_ap_gain" - PreSequenceFile = "earmic_to_ap_pre_gain" -EndSection - -Section "Scenario" - Identifier = "earmic_to_cp" - File = "earmic_to_cp" - PreSequenceFile = "earmic_to_cp_pre" -EndSection -Section "Scenario" - Identifier = "earmic_to_cp_gain" - File = "earmic_to_cp_gain" - PreSequenceFile = "earmic_to_cp_pre_gain" -EndSection - -Section "Scenario" - Identifier = "submic_to_ap" - File = "submic_to_ap" - PreSequenceFile = "submic_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "submic_to_ap_gain" - File = "submic_to_ap_gain" - PreSequenceFile = "submic_to_ap_pre_gain" -EndSection -Section "Scenario" - Identifier = "submic_to_ap_voicerec_gain" - File = "submic_to_ap_voicerec_gain" - PreSequenceFile = "submic_to_ap_pre_gain" -EndSection -Section "Scenario" - Identifier = "submic_to_ap_camcording_gain" - File = "submic_to_ap_camcording_gain" - PreSequenceFile = "submic_to_ap_pre_gain" -EndSection - -Section "Scenario" - Identifier = "submic_to_cp" - File = "submic_to_cp" - PreSequenceFile = "submic_to_cp_pre" -EndSection -Section "Scenario" - Identifier = "submic_to_cp_gain" - File = "submic_to_cp_gain" - PreSequenceFile = "submic_to_cp_pre_gain" -EndSection - -Section "Scenario" - Identifier = "stereomic_to_ap" - File = "stereomic_to_ap" - PreSequenceFile = "stereomic_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "stereomic_to_ap_gain" - File = "stereomic_to_ap_gain" - PreSequenceFile = "stereomic_to_ap_pre_gain" -EndSection -Section "Scenario" - Identifier = "stereomic_to_ap_voicerec_gain" - File = "stereomic_to_ap_voicerec_gain" - PreSequenceFile = "stereomic_to_ap_pre_gain" -EndSection -Section "Scenario" - Identifier = "stereomic_to_ap_camcording_gain" - File = "stereomic_to_ap_camcording_gain" - PreSequenceFile = "stereomic_to_ap_pre_gain" -EndSection - -Section "Scenario" - Identifier = "fmradio_to_ap" - File = "fmradio_to_ap" - PreSequenceFile = "fmradio_to_ap_pre" -EndSection -Section "Scenario" - Identifier = "fmradio_to_ap_gain" - File = "fmradio_to_ap_gain" - PreSequenceFile = "fmradio_to_ap_pre_gain" -EndSection diff --git a/files/mfld/Makefile.am b/files/mfld/Makefile.am deleted file mode 100644 index 2df824e..0000000 --- a/files/mfld/Makefile.am +++ /dev/null @@ -1,133 +0,0 @@ -include ../config.mk - -datafiles = \ - ap_to_headset \ - ap_to_headset_cameraplay_gain \ - ap_to_headset_gametone_gain \ - ap_to_headset_keytone_gain \ - ap_to_headset_gain \ - ap_to_headset_pre \ - ap_to_headset_pre_gain \ - ap_to_headset_ringtone_gain \ - ap_to_headset_videoplay_gain \ - ap_to_receiver \ - ap_to_receiver_gain \ - ap_to_receiver_pre \ - ap_to_receiver_pre_gain \ - ap_to_speaker \ - ap_to_speaker_cameraplay_gain \ - ap_to_speaker_gain \ - ap_to_speaker_gametone_gain \ - ap_to_speaker_keytone_gain \ - ap_to_speaker_left \ - ap_to_speaker_left_pre \ - ap_to_speaker_pre \ - ap_to_speaker_pre_gain \ - ap_to_speaker_right \ - ap_to_speaker_right_pre \ - ap_to_speaker_ringtone_gain \ - ap_to_speaker_videoplay_gain \ - ap_to_bt \ - ap_to_bt_pre \ - ap_to_bt_gain \ - ap_to_bt_pre_gain \ - bt_to_cp \ - bt_to_cp_gain \ - bt_to_cp_pre \ - bt_to_cp_pre_gain \ - bt_to_ap \ - bt_to_ap_pre \ - bt_to_ap_gain \ - bt_to_ap_pre_gain \ - codec_enable_on_suspend \ - codec_enable_on_suspend_pre \ - codec_disable_on_suspend \ - cp_to_ap \ - cp_to_ap_pre \ - cp_to_ap_gain \ - cp_to_ap_pre_gain \ - cp_to_bt \ - cp_to_bt_pre \ - cp_to_bt_gain \ - cp_to_bt_pre_gain \ - cp_to_headset \ - cp_to_headset_gain \ - cp_to_headset_pre \ - cp_to_headset_pre_gain \ - cp_to_headset_videocall_gain \ - cp_to_headset_voicecall_gain \ - cp_to_receiver \ - cp_to_receiver_gain \ - cp_to_receiver_pre \ - cp_to_receiver_pre_gain \ - cp_to_receiver_videocall_gain \ - cp_to_receiver_voicecall_gain \ - cp_to_speaker \ - cp_to_speaker_gain \ - cp_to_speaker_pre \ - cp_to_speaker_pre_gain \ - cp_to_speaker_videocall_gain \ - cp_to_speaker_voicecall_gain \ - earmic_to_ap \ - earmic_to_ap_gain \ - earmic_to_ap_pre \ - earmic_to_ap_pre_gain \ - earmic_to_cp \ - earmic_to_cp_gain \ - earmic_to_cp_pre \ - earmic_to_cp_pre_gain \ - fmradio_to_ap \ - fmradio_to_ap_gain \ - fmradio_to_ap_pre \ - fmradio_to_ap_pre_gain \ - fmradio_to_headset \ - fmradio_to_headset_gain \ - fmradio_to_headset_pre \ - fmradio_to_headset_pre_gain \ - fmradio_to_speaker \ - fmradio_to_speaker_gain \ - fmradio_to_speaker_pre \ - fmradio_to_speaker_pre_gain \ - mainmic_to_ap \ - mainmic_to_ap_camcording_gain \ - mainmic_to_ap_gain \ - mainmic_to_ap_pre \ - mainmic_to_ap_pre_gain \ - mainmic_to_ap_voicerec_gain \ - mainmic_to_cp \ - mainmic_to_cp_gain \ - mainmic_to_cp_pre \ - mainmic_to_cp_pre_gain \ - mute_capture \ - mute_capture_pre \ - mute_playback \ - mute_playback_pre \ - unmute_playback \ - reset \ - reset_pre \ - reset_playback \ - reset_playback_pre \ - reset_capture \ - reset_capture_pre \ - stereomic_to_ap \ - stereomic_to_ap_camcording_gain \ - stereomic_to_ap_gain \ - stereomic_to_ap_pre \ - stereomic_to_ap_pre_gain \ - stereomic_to_ap_voicerec_gain \ - submic_to_ap \ - submic_to_ap_camcording_gain \ - submic_to_ap_gain \ - submic_to_ap_pre \ - submic_to_ap_pre_gain \ - submic_to_ap_voicerec_gain \ - submic_to_cp \ - submic_to_cp_gain \ - submic_to_cp_pre \ - submic_to_cp_pre_gain - -all-local: $(datafiles) - -datafiledir= $(CONFIG_ASCENARIO_MFLD_PATH) -datafile_DATA= $(datafiles) - diff --git a/files/mfld/ap_to_bt b/files/mfld/ap_to_bt deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_bt +++ /dev/null diff --git a/files/mfld/ap_to_bt_gain b/files/mfld/ap_to_bt_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_bt_gain +++ /dev/null diff --git a/files/mfld/ap_to_bt_pre b/files/mfld/ap_to_bt_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_bt_pre +++ /dev/null diff --git a/files/mfld/ap_to_bt_pre_gain b/files/mfld/ap_to_bt_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_bt_pre_gain +++ /dev/null diff --git a/files/mfld/ap_to_headset b/files/mfld/ap_to_headset deleted file mode 100644 index 37e85cf..0000000 --- a/files/mfld/ap_to_headset +++ /dev/null @@ -1,4 +0,0 @@ -'Playback Switch':1:1 -'Mode Playback Route':1:0 -'Speaker Mux Playback Route':2:0,0 -'Headset Playback Route':1:0 diff --git a/files/mfld/ap_to_headset_cameraplay_gain b/files/mfld/ap_to_headset_cameraplay_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_headset_cameraplay_gain +++ /dev/null diff --git a/files/mfld/ap_to_headset_gain b/files/mfld/ap_to_headset_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_headset_gain +++ /dev/null diff --git a/files/mfld/ap_to_headset_gametone_gain b/files/mfld/ap_to_headset_gametone_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_headset_gametone_gain +++ /dev/null diff --git a/files/mfld/ap_to_headset_keytone_gain b/files/mfld/ap_to_headset_keytone_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_headset_keytone_gain +++ /dev/null diff --git a/files/mfld/ap_to_headset_pre b/files/mfld/ap_to_headset_pre deleted file mode 100644 index 082f57e..0000000 --- a/files/mfld/ap_to_headset_pre +++ /dev/null @@ -1,4 +0,0 @@ -kcontrol "Playback Switch" = "1" -kcontrol "Mode Playback Route" ="1" -kcontrol "Speaker Mux Playback Route" = "1" -kcontrol "Headset Playback Route" = "1" diff --git a/files/mfld/ap_to_headset_pre_gain b/files/mfld/ap_to_headset_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_headset_pre_gain +++ /dev/null diff --git a/files/mfld/ap_to_headset_ringtone_gain b/files/mfld/ap_to_headset_ringtone_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_headset_ringtone_gain +++ /dev/null diff --git a/files/mfld/ap_to_headset_videoplay_gain b/files/mfld/ap_to_headset_videoplay_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_headset_videoplay_gain +++ /dev/null diff --git a/files/mfld/ap_to_receiver b/files/mfld/ap_to_receiver deleted file mode 100644 index 892cc20..0000000 --- a/files/mfld/ap_to_receiver +++ /dev/null @@ -1,4 +0,0 @@ -'Playback Switch':1:0 -'Mode Playback Route':1:0 -'Speaker Mux Playback Route':2:0,0 -'Headset Playback Route':1:1 diff --git a/files/mfld/ap_to_receiver_gain b/files/mfld/ap_to_receiver_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_receiver_gain +++ /dev/null diff --git a/files/mfld/ap_to_receiver_pre b/files/mfld/ap_to_receiver_pre deleted file mode 100644 index d97fe9d..0000000 --- a/files/mfld/ap_to_receiver_pre +++ /dev/null @@ -1,4 +0,0 @@ -kcontrol "Playback Switch" = "1" -kcontrol "Mode Playback Route" = "1" -kcontrol "Speaker Mux Playback Route" = "1" -kcontrol "Headset Playback Route" = "1" diff --git a/files/mfld/ap_to_receiver_pre_gain b/files/mfld/ap_to_receiver_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_receiver_pre_gain +++ /dev/null diff --git a/files/mfld/ap_to_speaker b/files/mfld/ap_to_speaker deleted file mode 100644 index 630a4d1..0000000 --- a/files/mfld/ap_to_speaker +++ /dev/null @@ -1,3 +0,0 @@ -'Speaker Mux Playback Route':2:0,0 -'Mode Playback Route':1:0 -'Headset Playback Route':1:1 diff --git a/files/mfld/ap_to_speaker_cameraplay_gain b/files/mfld/ap_to_speaker_cameraplay_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_speaker_cameraplay_gain +++ /dev/null diff --git a/files/mfld/ap_to_speaker_gain b/files/mfld/ap_to_speaker_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_speaker_gain +++ /dev/null diff --git a/files/mfld/ap_to_speaker_gametone_gain b/files/mfld/ap_to_speaker_gametone_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_speaker_gametone_gain +++ /dev/null diff --git a/files/mfld/ap_to_speaker_keytone_gain b/files/mfld/ap_to_speaker_keytone_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_speaker_keytone_gain +++ /dev/null diff --git a/files/mfld/ap_to_speaker_left b/files/mfld/ap_to_speaker_left deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_speaker_left +++ /dev/null diff --git a/files/mfld/ap_to_speaker_left_pre b/files/mfld/ap_to_speaker_left_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_speaker_left_pre +++ /dev/null diff --git a/files/mfld/ap_to_speaker_pre b/files/mfld/ap_to_speaker_pre deleted file mode 100644 index c908fcc..0000000 --- a/files/mfld/ap_to_speaker_pre +++ /dev/null @@ -1,3 +0,0 @@ -kcontrol "Speaker Mux Playback Route" = "1" -kcontrol "Mode Playback Route" = "1" -kcontrol "Headset Playback Route" = "1" diff --git a/files/mfld/ap_to_speaker_pre_gain b/files/mfld/ap_to_speaker_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_speaker_pre_gain +++ /dev/null diff --git a/files/mfld/ap_to_speaker_right b/files/mfld/ap_to_speaker_right deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_speaker_right +++ /dev/null diff --git a/files/mfld/ap_to_speaker_right_pre b/files/mfld/ap_to_speaker_right_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_speaker_right_pre +++ /dev/null diff --git a/files/mfld/ap_to_speaker_ringtone_gain b/files/mfld/ap_to_speaker_ringtone_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_speaker_ringtone_gain +++ /dev/null diff --git a/files/mfld/ap_to_speaker_videoplay_gain b/files/mfld/ap_to_speaker_videoplay_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/ap_to_speaker_videoplay_gain +++ /dev/null diff --git a/files/mfld/bt_to_ap b/files/mfld/bt_to_ap deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/bt_to_ap +++ /dev/null diff --git a/files/mfld/bt_to_ap_gain b/files/mfld/bt_to_ap_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/bt_to_ap_gain +++ /dev/null diff --git a/files/mfld/bt_to_ap_pre b/files/mfld/bt_to_ap_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/bt_to_ap_pre +++ /dev/null diff --git a/files/mfld/bt_to_ap_pre_gain b/files/mfld/bt_to_ap_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/bt_to_ap_pre_gain +++ /dev/null diff --git a/files/mfld/bt_to_cp b/files/mfld/bt_to_cp deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/bt_to_cp +++ /dev/null diff --git a/files/mfld/bt_to_cp_gain b/files/mfld/bt_to_cp_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/bt_to_cp_gain +++ /dev/null diff --git a/files/mfld/bt_to_cp_pre b/files/mfld/bt_to_cp_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/bt_to_cp_pre +++ /dev/null diff --git a/files/mfld/bt_to_cp_pre_gain b/files/mfld/bt_to_cp_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/bt_to_cp_pre_gain +++ /dev/null diff --git a/files/mfld/codec_disable_on_suspend b/files/mfld/codec_disable_on_suspend deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/codec_disable_on_suspend +++ /dev/null diff --git a/files/mfld/codec_enable_on_suspend b/files/mfld/codec_enable_on_suspend deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/codec_enable_on_suspend +++ /dev/null diff --git a/files/mfld/codec_enable_on_suspend_pre b/files/mfld/codec_enable_on_suspend_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/codec_enable_on_suspend_pre +++ /dev/null diff --git a/files/mfld/cp_to_ap b/files/mfld/cp_to_ap deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/cp_to_ap +++ /dev/null diff --git a/files/mfld/cp_to_ap_gain b/files/mfld/cp_to_ap_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/cp_to_ap_gain +++ /dev/null diff --git a/files/mfld/cp_to_ap_pre b/files/mfld/cp_to_ap_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/cp_to_ap_pre +++ /dev/null diff --git a/files/mfld/cp_to_ap_pre_gain b/files/mfld/cp_to_ap_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/cp_to_ap_pre_gain +++ /dev/null diff --git a/files/mfld/cp_to_bt b/files/mfld/cp_to_bt deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/cp_to_bt +++ /dev/null diff --git a/files/mfld/cp_to_bt_gain b/files/mfld/cp_to_bt_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/cp_to_bt_gain +++ /dev/null diff --git a/files/mfld/cp_to_bt_pre b/files/mfld/cp_to_bt_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/cp_to_bt_pre +++ /dev/null diff --git a/files/mfld/cp_to_bt_pre_gain b/files/mfld/cp_to_bt_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/cp_to_bt_pre_gain +++ /dev/null diff --git a/files/mfld/cp_to_headset b/files/mfld/cp_to_headset deleted file mode 100644 index ff24cc8..0000000 --- a/files/mfld/cp_to_headset +++ /dev/null @@ -1,11 +0,0 @@ -'Playback Switch':1:1 -'Headset Playback Route':1:0 -'Mode Playback Route':1:1 -'Speaker Mux Playback Route':2:0,0 -'Mic1Mode Capture Route':1:0 -'Mic_InputL Capture Route':1:0 -'DMIC56 Capture Route':1:1 -'Txpath1 Capture Route':1:6 -'Txpath2 Capture Route':1:4 -'Mic1 Capture Volume':1:1 -'PCM1 Mode':1:0 diff --git a/files/mfld/cp_to_headset_gain b/files/mfld/cp_to_headset_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/cp_to_headset_gain +++ /dev/null diff --git a/files/mfld/cp_to_headset_pre b/files/mfld/cp_to_headset_pre deleted file mode 100644 index e3c90cb..0000000 --- a/files/mfld/cp_to_headset_pre +++ /dev/null @@ -1,11 +0,0 @@ -kcontrol "Playback Switch" = "1" -kcontrol "Headset Playback Route" = "1" -kcontrol "Mode Playback Route" = "1" -kcontrol "Speaker Mux Playback Route" = "1" -kcontrol "Mic1Mode Capture Route" = "1" -kcontrol "Mic_InputL Capture Route" = "1" -kcontrol "DMIC56 Capture Route" = "1" -kcontrol "Txpath1 Capture Route" = "1" -kcontrol "Txpath2 Capture Route" = "1" -kcontrol "Mic1 Capture Volume" = "1" -kcontrol "PCM1 Mode" = "1" diff --git a/files/mfld/cp_to_headset_pre_gain b/files/mfld/cp_to_headset_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/cp_to_headset_pre_gain +++ /dev/null diff --git a/files/mfld/cp_to_headset_videocall_gain b/files/mfld/cp_to_headset_videocall_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/cp_to_headset_videocall_gain +++ /dev/null diff --git a/files/mfld/cp_to_headset_voicecall_gain b/files/mfld/cp_to_headset_voicecall_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/cp_to_headset_voicecall_gain +++ /dev/null diff --git a/files/mfld/cp_to_receiver b/files/mfld/cp_to_receiver deleted file mode 100644 index 2f3c640..0000000 --- a/files/mfld/cp_to_receiver +++ /dev/null @@ -1,9 +0,0 @@ -'Playback Switch':1:0 -'Headset Playback Route':1:1 -'Mode Playback Route':1:1 -'Speaker Mux Playback Route':2:0,0 -'DMIC12 Capture Route':1:1 -'DMIC56 Capture Route':1:1 -'Txpath1 Capture Route':1:0 -'Txpath2 Capture Route':1:4 -'PCM1 Mode':1:0 diff --git a/files/mfld/cp_to_receiver_gain b/files/mfld/cp_to_receiver_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/cp_to_receiver_gain +++ /dev/null diff --git a/files/mfld/cp_to_receiver_pre b/files/mfld/cp_to_receiver_pre deleted file mode 100644 index ddebde1..0000000 --- a/files/mfld/cp_to_receiver_pre +++ /dev/null @@ -1,9 +0,0 @@ -kcontrol "Playback Switch" = "1" -kcontrol "Headset Playback Route" = "1" -kcontrol "Mode Playback Route" = "1" -kcontrol "Speaker Mux Playback Route" = "1" -kcontrol "DMIC12 Capture Route" = "1" -kcontrol "DMIC56 Capture Route" = "1" -kcontrol "Txpath1 Capture Route" = "1" -kcontrol "Txpath2 Capture Route" = "1" -kcontrol "PCM1 Mode" = "1" diff --git a/files/mfld/cp_to_receiver_pre_gain b/files/mfld/cp_to_receiver_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/cp_to_receiver_pre_gain +++ /dev/null diff --git a/files/mfld/cp_to_receiver_videocall_gain b/files/mfld/cp_to_receiver_videocall_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/cp_to_receiver_videocall_gain +++ /dev/null diff --git a/files/mfld/cp_to_receiver_voicecall_gain b/files/mfld/cp_to_receiver_voicecall_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/cp_to_receiver_voicecall_gain +++ /dev/null diff --git a/files/mfld/cp_to_speaker b/files/mfld/cp_to_speaker deleted file mode 100644 index 2b52471..0000000 --- a/files/mfld/cp_to_speaker +++ /dev/null @@ -1,9 +0,0 @@ -'Playback Switch':1:1 -'Headset Playback Route':1:1 -'Mode Playback Route':1:1 -'Speaker Mux Playback Route':2:1,1 -'DMIC12 Capture Route':1:0 -'DMIC56 Capture Route':1:1 -'Txpath1 Capture Route':1:4 -'Txpath2 Capture Route':1:0 -'PCM1 Mode':1:0 diff --git a/files/mfld/cp_to_speaker_gain b/files/mfld/cp_to_speaker_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/cp_to_speaker_gain +++ /dev/null diff --git a/files/mfld/cp_to_speaker_pre b/files/mfld/cp_to_speaker_pre deleted file mode 100644 index ddebde1..0000000 --- a/files/mfld/cp_to_speaker_pre +++ /dev/null @@ -1,9 +0,0 @@ -kcontrol "Playback Switch" = "1" -kcontrol "Headset Playback Route" = "1" -kcontrol "Mode Playback Route" = "1" -kcontrol "Speaker Mux Playback Route" = "1" -kcontrol "DMIC12 Capture Route" = "1" -kcontrol "DMIC56 Capture Route" = "1" -kcontrol "Txpath1 Capture Route" = "1" -kcontrol "Txpath2 Capture Route" = "1" -kcontrol "PCM1 Mode" = "1" diff --git a/files/mfld/cp_to_speaker_pre_gain b/files/mfld/cp_to_speaker_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/cp_to_speaker_pre_gain +++ /dev/null diff --git a/files/mfld/cp_to_speaker_videocall_gain b/files/mfld/cp_to_speaker_videocall_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/cp_to_speaker_videocall_gain +++ /dev/null diff --git a/files/mfld/cp_to_speaker_voicecall_gain b/files/mfld/cp_to_speaker_voicecall_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/cp_to_speaker_voicecall_gain +++ /dev/null diff --git a/files/mfld/earmic_to_ap b/files/mfld/earmic_to_ap deleted file mode 100644 index ccd9c84..0000000 --- a/files/mfld/earmic_to_ap +++ /dev/null @@ -1,7 +0,0 @@ -'Mic1Mode Capture Route':1:0 -'Mic_InputL Capture Route':1:0 -'Mic_InputR Capture Route':1:1 -'Txpath1 Capture Route':1:6 -'Txpath3 Capture Route':1:3 -'Txpath4 Capture Route':1:5 -'Mic1 Capture Volume':1:1 diff --git a/files/mfld/earmic_to_ap_gain b/files/mfld/earmic_to_ap_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/earmic_to_ap_gain +++ /dev/null diff --git a/files/mfld/earmic_to_ap_pre b/files/mfld/earmic_to_ap_pre deleted file mode 100644 index aa3868d..0000000 --- a/files/mfld/earmic_to_ap_pre +++ /dev/null @@ -1,7 +0,0 @@ -kcontrol "Mic1Mode Capture Route" = "1" -kcontrol "Mic_InputL Capture Route" = "1" -kcontrol "Mic_InputR Capture Route" = "1" -kcontrol "Txpath1 Capture Route" = "1" -kcontrol "Txpath3 Capture Route" = "1" -kcontrol "Txpath4 Capture Route" = "1" -kcontrol "Mic1 Capture Volume" = "1" diff --git a/files/mfld/earmic_to_ap_pre_gain b/files/mfld/earmic_to_ap_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/earmic_to_ap_pre_gain +++ /dev/null diff --git a/files/mfld/earmic_to_cp b/files/mfld/earmic_to_cp deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/earmic_to_cp +++ /dev/null diff --git a/files/mfld/earmic_to_cp_gain b/files/mfld/earmic_to_cp_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/earmic_to_cp_gain +++ /dev/null diff --git a/files/mfld/earmic_to_cp_pre b/files/mfld/earmic_to_cp_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/earmic_to_cp_pre +++ /dev/null diff --git a/files/mfld/earmic_to_cp_pre_gain b/files/mfld/earmic_to_cp_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/earmic_to_cp_pre_gain +++ /dev/null diff --git a/files/mfld/fmradio_to_ap b/files/mfld/fmradio_to_ap deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/fmradio_to_ap +++ /dev/null diff --git a/files/mfld/fmradio_to_ap_gain b/files/mfld/fmradio_to_ap_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/fmradio_to_ap_gain +++ /dev/null diff --git a/files/mfld/fmradio_to_ap_pre b/files/mfld/fmradio_to_ap_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/fmradio_to_ap_pre +++ /dev/null diff --git a/files/mfld/fmradio_to_ap_pre_gain b/files/mfld/fmradio_to_ap_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/fmradio_to_ap_pre_gain +++ /dev/null diff --git a/files/mfld/fmradio_to_headset b/files/mfld/fmradio_to_headset deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/fmradio_to_headset +++ /dev/null diff --git a/files/mfld/fmradio_to_headset_gain b/files/mfld/fmradio_to_headset_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/fmradio_to_headset_gain +++ /dev/null diff --git a/files/mfld/fmradio_to_headset_pre b/files/mfld/fmradio_to_headset_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/fmradio_to_headset_pre +++ /dev/null diff --git a/files/mfld/fmradio_to_headset_pre_gain b/files/mfld/fmradio_to_headset_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/fmradio_to_headset_pre_gain +++ /dev/null diff --git a/files/mfld/fmradio_to_speaker b/files/mfld/fmradio_to_speaker deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/fmradio_to_speaker +++ /dev/null diff --git a/files/mfld/fmradio_to_speaker_gain b/files/mfld/fmradio_to_speaker_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/fmradio_to_speaker_gain +++ /dev/null diff --git a/files/mfld/fmradio_to_speaker_pre b/files/mfld/fmradio_to_speaker_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/fmradio_to_speaker_pre +++ /dev/null diff --git a/files/mfld/fmradio_to_speaker_pre_gain b/files/mfld/fmradio_to_speaker_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/fmradio_to_speaker_pre_gain +++ /dev/null diff --git a/files/mfld/mainmic_to_ap b/files/mfld/mainmic_to_ap deleted file mode 100644 index a7a90f8..0000000 --- a/files/mfld/mainmic_to_ap +++ /dev/null @@ -1,6 +0,0 @@ -'DMIC12 Capture Route':1:1 -'DMIC56 Capture Route':1:1 -'Txpath1 Capture Route':1:0 -'Txpath2 Capture Route':1:4 -'Txpath3 Capture Route':1:3 -'Txpath4 Capture Route':1:5 diff --git a/files/mfld/mainmic_to_ap_camcording_gain b/files/mfld/mainmic_to_ap_camcording_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/mainmic_to_ap_camcording_gain +++ /dev/null diff --git a/files/mfld/mainmic_to_ap_gain b/files/mfld/mainmic_to_ap_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/mainmic_to_ap_gain +++ /dev/null diff --git a/files/mfld/mainmic_to_ap_pre b/files/mfld/mainmic_to_ap_pre deleted file mode 100644 index 04424ac..0000000 --- a/files/mfld/mainmic_to_ap_pre +++ /dev/null @@ -1,6 +0,0 @@ -kcontrol "DMIC12 Capture Route" = "1" -kcontrol "DMIC56 Capture Route" = "1" -kcontrol "Txpath1 Capture Route" = "1" -kcontrol "Txpath2 Capture Route" = "1" -kcontrol "Txpath3 Capture Route" = "1" -kcontrol "Txpath4 Capture Route" = "1" diff --git a/files/mfld/mainmic_to_ap_pre_gain b/files/mfld/mainmic_to_ap_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/mainmic_to_ap_pre_gain +++ /dev/null diff --git a/files/mfld/mainmic_to_ap_voicerec_gain b/files/mfld/mainmic_to_ap_voicerec_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/mainmic_to_ap_voicerec_gain +++ /dev/null diff --git a/files/mfld/mainmic_to_cp b/files/mfld/mainmic_to_cp deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/mainmic_to_cp +++ /dev/null diff --git a/files/mfld/mainmic_to_cp_gain b/files/mfld/mainmic_to_cp_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/mainmic_to_cp_gain +++ /dev/null diff --git a/files/mfld/mainmic_to_cp_pre b/files/mfld/mainmic_to_cp_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/mainmic_to_cp_pre +++ /dev/null diff --git a/files/mfld/mainmic_to_cp_pre_gain b/files/mfld/mainmic_to_cp_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/mainmic_to_cp_pre_gain +++ /dev/null diff --git a/files/mfld/mute_capture b/files/mfld/mute_capture deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/mute_capture +++ /dev/null diff --git a/files/mfld/mute_capture_pre b/files/mfld/mute_capture_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/mute_capture_pre +++ /dev/null diff --git a/files/mfld/mute_playback b/files/mfld/mute_playback deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/mute_playback +++ /dev/null diff --git a/files/mfld/mute_playback_pre b/files/mfld/mute_playback_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/mute_playback_pre +++ /dev/null diff --git a/files/mfld/reset b/files/mfld/reset deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/reset +++ /dev/null diff --git a/files/mfld/reset_capture b/files/mfld/reset_capture deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/reset_capture +++ /dev/null diff --git a/files/mfld/reset_capture_pre b/files/mfld/reset_capture_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/reset_capture_pre +++ /dev/null diff --git a/files/mfld/reset_playback b/files/mfld/reset_playback deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/reset_playback +++ /dev/null diff --git a/files/mfld/reset_playback_pre b/files/mfld/reset_playback_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/reset_playback_pre +++ /dev/null diff --git a/files/mfld/reset_pre b/files/mfld/reset_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/reset_pre +++ /dev/null diff --git a/files/mfld/stereomic_to_ap b/files/mfld/stereomic_to_ap deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/stereomic_to_ap +++ /dev/null diff --git a/files/mfld/stereomic_to_ap_camcording_gain b/files/mfld/stereomic_to_ap_camcording_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/stereomic_to_ap_camcording_gain +++ /dev/null diff --git a/files/mfld/stereomic_to_ap_gain b/files/mfld/stereomic_to_ap_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/stereomic_to_ap_gain +++ /dev/null diff --git a/files/mfld/stereomic_to_ap_pre b/files/mfld/stereomic_to_ap_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/stereomic_to_ap_pre +++ /dev/null diff --git a/files/mfld/stereomic_to_ap_pre_gain b/files/mfld/stereomic_to_ap_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/stereomic_to_ap_pre_gain +++ /dev/null diff --git a/files/mfld/stereomic_to_ap_voicerec_gain b/files/mfld/stereomic_to_ap_voicerec_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/stereomic_to_ap_voicerec_gain +++ /dev/null diff --git a/files/mfld/submic_to_ap b/files/mfld/submic_to_ap deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/submic_to_ap +++ /dev/null diff --git a/files/mfld/submic_to_ap_camcording_gain b/files/mfld/submic_to_ap_camcording_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/submic_to_ap_camcording_gain +++ /dev/null diff --git a/files/mfld/submic_to_ap_gain b/files/mfld/submic_to_ap_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/submic_to_ap_gain +++ /dev/null diff --git a/files/mfld/submic_to_ap_pre b/files/mfld/submic_to_ap_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/submic_to_ap_pre +++ /dev/null diff --git a/files/mfld/submic_to_ap_pre_gain b/files/mfld/submic_to_ap_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/submic_to_ap_pre_gain +++ /dev/null diff --git a/files/mfld/submic_to_ap_voicerec_gain b/files/mfld/submic_to_ap_voicerec_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/submic_to_ap_voicerec_gain +++ /dev/null diff --git a/files/mfld/submic_to_cp b/files/mfld/submic_to_cp deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/submic_to_cp +++ /dev/null diff --git a/files/mfld/submic_to_cp_gain b/files/mfld/submic_to_cp_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/submic_to_cp_gain +++ /dev/null diff --git a/files/mfld/submic_to_cp_pre b/files/mfld/submic_to_cp_pre deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/submic_to_cp_pre +++ /dev/null diff --git a/files/mfld/submic_to_cp_pre_gain b/files/mfld/submic_to_cp_pre_gain deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/submic_to_cp_pre_gain +++ /dev/null diff --git a/files/mfld/unmute_playback b/files/mfld/unmute_playback deleted file mode 100644 index e69de29..0000000 --- a/files/mfld/unmute_playback +++ /dev/null |