/etc/libphoneui.conf is in libphone-ui-common 1:0.0.1+git20110825-3build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 73 74 75 76 77 78 79 80 | # The following sections are "view" specific settings
# every view must have a "module" field that specifies the name of the
# module that should be used for that view, and additional view specific
# settings if supported by that view.
[dialer]
module = shr
[messages]
module = shr
request_message_receipt = 0
[contacts]
module = shr
[calls]
module = shr
[phonelog]
module = shr
[notification]
module = shr
[idle_screen]
module = shr
[settings]
module = shr
#Alsa configuration for the sound utility functions
# The general alsa section
[alsa]
hardware_control_name = hw:0
#Each section describs a sound state
#each section can accept the following fields:
#speaker: the name of the corrosponding alsa control
#microphone: the name of the corrosponding alsa control
#speaker_min: the wanted lower bound to allow setting this control to
#speaker_max: the wanted upper bound to allow setting this control to
#microphone_min: the wanted lower bound to allow setting this control to
#microphone_max: the wanted upper bound to allow setting this control to
[alsa_control_idle]
#speaker = PCM Volume
[alsa_control_speaker]
speaker = Headphone Playback Volume
microphone = Mono Playback Volume
microphone_mute = Mono Mixer Sidetone Playback Switch
[alsa_control_handset]
speaker = Speaker Playback Volume
speaker_min = 90
microphone = Mono Playback Volume
microphone_mute = Mono Mixer Sidetone Playback Switch
[alsa_control_headset]
speaker = Headphone Playback Volume
microphone = Mono Playback Volume
microphone_mute = Mono Mixer Sidetone Playback Switch
[alsa_control_bluetooth]
speaker = Speaker Playback Volume
microphone = Mono Playback Volume
[device]
# sysfs node for the vibrator to use
vibrator = /sys/class/leds/gta02\::vibrator/brightness
# sysfs node to set the backlight brightness
backlight = /sys/class/backlight/pcf50633-backlight
#[feedback_error]
#[feedback_warning]
#[feedback_notice]
#[feedback_click]
|