summaryrefslogtreecommitdiffstats
path: root/CrespoParts/res/xml/wm8994_settings.xml
blob: 984fd61cd8711b7b8adeff87a390570d2001f7a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="UTF-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">

        <!-- General settings -->
        <PreferenceCategory android:key="general_category"
                android:title="@string/general_sound_title">

                <CheckBoxPreference android:key="pref_wm8994_control_enable"
                        android:title="@string/pref_wm8994_control_enable_title"
                        android:summary="@string/pref_wm8994_control_enable_summary" />
        </PreferenceCategory>

        <!--  Internal speaker options -->
        <PreferenceCategory android:key="wm8994_internal_speaker_category"
                android:title="@string/category_wm8994_internal_speaker">

                <CheckBoxPreference android:key="pref_wm8994_speaker_tuning"
                        android:title="@string/pref_wm8994_speaker_tuning_title"
                        android:summary="@string/pref_wm8994_speaker_tuning_summary"
                        android:dependency="pref_wm8994_control_enable" />

    </PreferenceCategory>

    <!-- Signal Processing -->
    <PreferenceCategory android:key="wm8994_signal_processing_category"
        android:title="@string/category_wm8994_signal_processing">

                <CheckBoxPreference android:key="pref_wm8994_mono_downmix"
                        android:title="@string/pref_wm8994_mono_downmix_title"
                        android:summary="@string/pref_wm8994_mono_downmix_summary"
                        android:dependency="pref_wm8994_control_enable" />

                <CheckBoxPreference android:key="pref_wm8994_stereo_expansion"
                        android:title="@string/pref_wm8994_stereo_expansion_title"
                        android:summary="@string/pref_wm8994_stereo_expansion_summary"
                        android:dependency="pref_wm8994_control_enable" />

        </PreferenceCategory>

        <!--  D/AC, A/DC -->
        <PreferenceCategory android:key="wm8994_dac_config_category"
                android:title="@string/category_wm8994_dac_config">

                <CheckBoxPreference android:key="pref_wm8994_dac_direct"
                        android:title="@string/pref_wm8994_dac_direct_title"
                        android:summary="@string/pref_wm8994_dac_direct_summary"
                        android:dependency="pref_wm8994_control_enable" />

                <CheckBoxPreference android:key="pref_wm8994_dac_osr128"
                        android:title="@string/pref_wm8994_dac_osr128_title"
                        android:summary="@string/pref_wm8994_dac_osr128_summary"
                        android:dependency="pref_wm8994_control_enable" />

                <CheckBoxPreference android:key="pref_wm8994_adc_osr128"
                        android:title="@string/pref_wm8994_adc_osr128_title"
                        android:summary="@string/pref_wm8994_adc_osr128_summary"
                        android:dependency="pref_wm8994_control_enable" />

        </PreferenceCategory>

        <!-- Codec settings -->
        <PreferenceCategory android:key="wm8994_codec_optimization_category"
                android:title="@string/category_wm8994_codec_optimization">

                <CheckBoxPreference android:key="pref_wm8994_fll_tuning"
                        android:title="@string/pref_wm8994_fll_tuning_title"
                        android:summary="@string/pref_wm8994_fll_tuning_summary"
                        android:dependency="pref_wm8994_control_enable" />

        </PreferenceCategory>

</PreferenceScreen>