/usr/share/alsa/ucm/Tuna/HiFi is in libasound2-data 1.1.3-5.
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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 | # Use case Configuration for TI Tuna HiFi audio playback and capture
# By Liam Girdwood <lrg@ti.com>
# Updated by Sebastien Jan <s-jan@ti.com>
# Adapted to Ubuntu Touch by David Henningsson <david.henningsson@canonical.com>
######### Main Verb Config #################
SectionVerb {
EnableSequence [
# Set SDP device for following cset commands
cdev "hw:Tuna"
# Enable ABE playback path through DL1
cset "name='DL1 Mixer Multimedia' 1"
cset "name='Sidetone Mixer Playback' 1"
cset "name='DL1 PDM Switch' 1"
# set ABE playback gains to 0dB
cset "name='DL1 Media Playback Volume' 120"
cset "name='DL2 Media Playback Volume' 120"
cset "name='SDT DL Volume' 120"
# Enable ABE PDM-UL Capture path
cset "name='MUX_UL10' 11"
cset "name='MUX_UL11' 12"
# set ABE capture gains to 0dB
cset "name='AMIC UL Volume' 120"
# Disable Earpiece output, leave enabling to device enable
# sequence
cset "name='Earphone Enable Switch' 0"
]
DisableSequence [
# Set SDP device for following cset commands
cdev "hw:Tuna"
# Disable ABE playback path through DL1
cset "name='DL1 Mixer Multimedia' 0"
cset "name='Sidetone Mixer Playback' 0"
cset "name='DL1 PDM Switch' 0"
# mute ABE playback gains
cset "name='DL1 Media Playback Volume' 0"
cset "name='DL2 Media Playback Volume' 0"
cset "name='SDT DL Volume' 0"
# Disable ABE PDM-UL Capture path
cset "name='MUX_UL10' 0"
cset "name='MUX_UL11' 0"
# mute ABE capture gains
cset "name='AMIC UL Volume' 0"
]
# ALSA PCM
Value {
TQ "HiFi"
# ALSA PCM device for HiFi
PlaybackPCM "hw:Tuna,0"
CapturePCM "hw:Tuna,1"
}
}
###### Headset Devices Options ############
SectionDevice."Headset" {
Comment "Headset Microphone"
# Headset is mutually exclusive to some devices
ConflictingDevice [
"Mainmic"
"Submic"
]
EnableSequence [
cdev "hw:Tuna"
# TWL6040 Capture Path
cset "name='Analog Left Capture Route' 0"
cset "name='Analog Right Capture Route' 0"
cset "name='Capture Preamplifier Volume' 2"
cset "name='Capture Volume' 4"
]
DisableSequence [
cdev "hw:Tuna"
# TWL6040 Capture path
cset "name='Analog Left Capture Route' 3"
cset "name='Analog Right Capture Route' 3"
cset "name='Capture Preamplifier Volume' 0"
]
Value {
CaptureChannels "2"
}
}
###### Headphones Devices Options ############
SectionDevice."Headphones" {
Comment "Tuna 3.5mm Headphones playback"
# Headphones is mutually exclusive to some devices
ConflictingDevice [
"Speaker"
"Earpiece"
]
EnableSequence [
cdev "hw:Tuna"
# TWL6040 playback path
cset "name='HS Left Playback' 1"
cset "name='HS Right Playback' 1"
cset "name='Headset Playback Volume' 14"
]
DisableSequence [
cdev "hw:Tuna"
cset "name='Headset Playback Volume' 0"
# TWL6040 playback path
cset "name='HS Right Playback' 0"
cset "name='HS Left Playback' 0"
]
Value {
PlaybackChannels "2"
}
}
########### Earpiece Device Options ################
SectionDevice."Earpiece" {
Comment "Earpiece playback"
EnableSequence [
cdev "hw:Tuna"
# TWL6040 playback path
cset "name='Earphone Enable Switch' 1"
cset "name='Earphone Enable Volume' 13"
]
DisableSequence [
cdev "hw:Tuna"
cset "name='Earphone Enable Volume' 0"
# TWL6040 playback path
cset "name='Earphone Enable Switch' 0"
]
Value {
PlaybackChannels "2"
}
}
########### Speaker Device Options ################
SectionDevice."Speaker" {
Comment "Main speaker playback"
EnableSequence [
cdev "hw:Tuna"
# ABE playback path through DL2
cset "name='DL2 Mixer Multimedia' 1"
# TWL6040 playback path
cset "name='HF Left Playback' 1"
cset "name='HF Right Playback' 1"
cset "name='Handsfree Playback Volume' 28"
]
DisableSequence [
cdev "hw:Tuna"
cset "name='Handsfree Playback Volume' 0"
# ABE playback path through DL2
cset "name='DL2 Mixer Multimedia' 0"
# TWL6040 playback path
cset "name='HF Left Playback' 0"
cset "name='HF Right Playback' 0"
]
Value {
PlaybackChannels "2"
}
}
############ Main Mic Device #########################
SectionDevice."Handset" {
Comment "Main Microphone Left Channel Capture"
ConflictingDevice [
"Headset"
]
EnableSequence [
cdev "hw:Tuna"
# TWL6040 Capture Path
cset "name='Analog Left Capture Route' 0"
cset "name='Capture Volume' 4"
]
DisableSequence [
cdev "hw:Tuna"
# TWL6040 Capture path
cset "name='Analog Left Capture Route' 3"
]
Value {
# Default ALSA volume gain and mute kcontrols
CaptureChannels "2"
}
}
############ Sub Mic Device #########################
SectionDevice."Submic" {
Comment "Sub Microphone Right Channel Capture"
ConflictingDevice [
"Headset"
]
EnableSequence [
cdev "hw:Tuna"
# TWL6040 Capture Path
cset "name='Analog Right Capture Route' 1"
cset "name='Capture Volume' 4"
]
DisableSequence [
cdev "hw:Tuna"
# TWL6040 Capture path
cset "name='Analog Right Capture Route' 3"
]
Value {
CaptureChannels "2"
}
}
############## Play Tone Modifier ####################
#
# We have 2 PlayTone modifiers. Each one supports different devices as the
# path configuration is different depending on the device being used when
# the modifier is enabled.
#
SectionModifier."PlayTone" {
Comment "Play a ring tone or system sound"
# For the following devices we need to set the DL2 path
SupportedDevice [
"Headphones"
"Earpiece"
]
EnableSequence [
# Set SDP device for following cset commands
cdev "hw:Tuna"
# ABE playback path through DL2
cset "name='DL2 Mixer Tones' 1"
cset "name='DL2 Tones Playback Volume' 120"
cset "name='DL1 Mixer Tones' 1"
cset "name='DL1 Tones Playback Volume' 120"
# # TWL6040 playback path
# cset "name='HF Left Playback' 1"
# cset "name='HF Right Playback' 1"
]
DisableSequence [
# Set SDP device for following cset commands
cdev "hw:Tuna"
# ABE playback path through DL2
cset "name='DL2 Mixer Tones' 0"
cset "name='DL2 Tones Playback Volume' 0"
cset "name='DL1 Mixer Tones' 0"
cset "name='DL1 Tones Playback Volume' 0"
# # TWL6040 playback path
# cset "name='HF Left Playback' 0"
# cset "name='HF Right Playback' 0"
]
# QoS, Mixers and ALSA PCMs
Value {
TQ "Tones"
PlaybackPCM "hw:Tuna,3"
PlaybackVolume "name='DL2 Tones Playback Volume' 120"
}
}
SectionModifier."PlayTone" {
Comment "Play a ring tone or system sound"
# For the following devices we dont need to set the DL2 path
SupportedDevice [
"Speaker"
]
EnableSequence [
# Set SDP device for following cset commands
cdev "hw:Tuna"
# ABE playback path through DL2
cset "name='DL2 Mixer Tones' 1"
cset "name='DL2 Tones Playback Volume' 120"
]
DisableSequence [
# Set SDP device for following cset commands
cdev "hw:Tuna"
cset "name='DL2 Mixer Tones' 0"
]
# QoS, Mixers and ALSA PCMs
Value {
TQ "Tones"
PlaybackPCM "hw:Tuna,3"
PlaybackVolume "name='DL2 Tones Playback Volume' 120"
}
}
|