summaryrefslogtreecommitdiff
path: root/data/alsa/ucm/Tuna/HiFi
blob: a108696d9a38e82acffbcfa5fd7dd2f638132f01 (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
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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
# 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>

######### 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"
	]

	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 "Tuna 3.5mm Headset playback and capture"

	# Headset is mutually exclusive to some devices
	ConflictingDevice [
		#"HeadsetLP"
		"Headphones"
		"HeadphonesLP"
		"Mainmic"
		"Submic"
		"Line"
		#"FMRadio"
	]

	EnableSequence [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# TWL6040 playback path
		cset "name='HS Left Playback' 1"
		cset "name='HS Right Playback' 1"

		# TWL6040 Capture Path
		cset "name='Analog Left Capture Route' 0"
		cset "name='Analog Right Capture Route' 0"
		cset "name='Capture Preamplifier Volume' 2"
	]

	DisableSequence [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# TWL6040 playback path
		cset "name='HS Right Playback' 0"
		cset "name='HS Left Playback' 0"

		# TWL6040 Capture path
		cset "name='Analog Left Capture Route' 3"
		cset "name='Analog Right Capture Route' 3"
		cset "name='Capture Preamplifier Volume' 0"
	]

	TransitionSequence."Earphone" [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# TWL6040 playback path
		cset "name='HS Right Playback' 0"
		cset "name='HS Left Playback' 0"

		# TWL6040 playback path
		cset "name='Earphone Enable Switch' 1"

		# Disable HS TWL6040 Capture path
		cset "name='Analog Left Capture Route' 3"
		cset "name='Analog Right Capture Route' 3"
		cset "name='Capture Preamplifier Volume' 0"
	]

	Value {
		# Default ALSA volume gain and mute kcontrols
		CaptureVolume "name='Capture Volume' 4"
		PlaybackVolume "name='Headset Playback Volume' 13"
		PlaybackChannels "2"
		CaptureChannels "2"
	}
}

#SectionDevice."HeadsetLP" {
#	Comment "Low Power Tuna 3.5mm Headset playback and capture"
#
#	# HeadsetLP is mutually exclusive to some devices
#	ConflictingDevice [
#		"Headphones"
#		"HeadphonesLP"
#		"Headset"
#		"Mainmic"
#		"Submic"
#		"Line"
#		#"FMRadio"
#	]
#
#	EnableSequence [
#
#		# Set SDP device for following cset commands
#		cdev "hw:Tuna"
#
#		# TWL6040 playback path
#		cset "name='HS Left Playback' 1"
#		cset "name='HS Right Playback' 1"
#
#		# TWL6040 Capture Path
#		cset "name='Analog Left Capture Route' 0"
#		cset "name='Analog Right Capture Route' 0"
#		cset "name='Capture Preamplifier Volume' 2"
#	]
#
#	DisableSequence [
#
#		# Set SDP device for following cset commands
#		cdev "hw:Tuna"
#
#		# TWL6040 playback path
#		cset "name='HS Right Playback' 0"
#		cset "name='HS Left Playback' 0"
#
#		# TWL6040 Capture path
#		cset "name='Analog Left Capture Route' 3"
#		cset "name='Analog Right Capture Route' 3"
#		cset "name='Capture Preamplifier Volume' 0"
#	]
#
#	TransitionSequence."Earphone" [
#
#		# Set SDP device for following cset commands
#		cdev "hw:Tuna"
#
#		# TWL6040 playback path
#		cset "name='HS Right Playback' 0"
#		cset "name='HS Left Playback' 0"
#
#		# TWL6040 playback path
#		cset "name='Earphone Enable Switch' 1"
#
#		# Disable HS TWL6040 Capture path
#		cset "name='Analog Left Capture Route' 3"
#		cset "name='Analog Right Capture Route' 3"
#		cset "name='Capture Preamplifier Volume' 0"
#	]
#
#	Value {
#		# Default ALSA volume gain and mute kcontrols
#		CaptureVolume "name='Capture Volume' 4"
#		PlaybackVolume "name='Headset Playback Volume' 13"
#		PlaybackPCM "hw:Tuna,6"
#		PlaybackChannels "2"
#		CaptureChannels "2"
#	}
#}

###### Headphones Devices Options ############

SectionDevice."Headphones" {
	Comment "Tuna 3.5mm Headphones playback"

	# Headphones is mutually exclusive to some devices
	ConflictingDevice [
		"Headset"
		#"HeadsetLP"
		"HeadphonesLP"
	]

	EnableSequence [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# TWL6040 playback path
		cset "name='HS Left Playback' 1"
		cset "name='HS Right Playback' 1"
	]

	DisableSequence [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# TWL6040 playback path
		cset "name='HS Right Playback' 0"
		cset "name='HS Left Playback' 0"
	]

	TransitionSequence."Earphone" [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# TWL6040 playback path
		cset "name='HS Right Playback' 0"
		cset "name='HS Left Playback' 0"

		# TWL6040 playback path
		cset "name='Earphone Enable Switch' 1"
	]

	Value {
		# Default ALSA volume gain and mute kcontrols
		PlaybackVolume "name='Headset Playback Volume' 13"
		PlaybackChannels "2"
	}
}

SectionDevice."HeadphonesLP" {
	Comment "Low Power Tuna 3.5mm Headphones playback"

	# Headphones is mutually exclusive to some devices
	ConflictingDevice [
		"Headset"
		#"HeadsetLP"
		"Headphones"
	]

	EnableSequence [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# TWL6040 playback path
		cset "name='HS Left Playback' 1"
		cset "name='HS Right Playback' 1"
	]

	DisableSequence [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# TWL6040 playback path
		cset "name='HS Right Playback' 0"
		cset "name='HS Left Playback' 0"
	]

	TransitionSequence."Earphone" [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# TWL6040 playback path
		cset "name='HS Right Playback' 0"
		cset "name='HS Left Playback' 0"

		# TWL6040 playback path
		cset "name='Earphone Enable Switch' 1"
	]

	Value {
		# Default ALSA volume gain and mute kcontrols
		PlaybackVolume "name='Headset Playback Volume' 13"
		PlaybackPCM "plughw:Tuna,6"
		PlaybackChannels "2"
	}
}

########### Earphone Device Options ################

SectionDevice."Earphone" {
	Comment "Earphone playback"

	EnableSequence [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# TWL6040 playback path
		cset "name='Earphone Enable Switch' 1"
	]

	DisableSequence [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# TWL6040 playback path
		cset "name='Earphone Enable Switch' 0"
	]

	TransitionSequence."Headset" [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# TWL6040 playback path
		cset "name='Earphone Enable Switch' 0"

		# TWL6040 playback path
		cset "name='HS Right Playback' 1"
		cset "name='HS Left Playback' 1"
	]

	Value {
		# Default ALSA volume gain and mute kcontrols
		PlaybackVolume "name='Earphone Enable Volume' 13"
		PlaybackChannels "2"
	}
}

########### Handsfree Device Options ################

SectionDevice."Handsfree" {
	Comment "Tuna Handsfree Speaker playback"

	EnableSequence [

		# Set SDP device for following cset commands
		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"
	]

	DisableSequence [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# 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 {
		# Default ALSA volume gain and mute kcontrols
		PlaybackVolume "name='Handsfree Playback Volume' 13"
		PlaybackChannels "2"
	}
}

############ Main Mic Device #########################

SectionDevice."Mainmic" {
	Comment "Main Microphone Left Channel Capture"

	ConflictingDevice [
		"Headset"
		#"HeadsetLP"
		"Line"
		#"FMRadio"
	]

	EnableSequence [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# TWL6040 Capture Path
		cset "name='Analog Left Capture Route' 0"
	]

	DisableSequence [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# TWL6040 Capture path
		cset "name='Analog Left Capture Route' 3"
	]

	Value {
		# Default ALSA volume gain and mute kcontrols
		CaptureVolume "name='Capture Volume' 4"
		CaptureChannels "2"
	}
}

############ Sub Mic Device #########################

SectionDevice."Submic" {
	Comment "Sub Microphone Right Channel Capture"

	ConflictingDevice [
		"Headset"
		#"HeadsetLP"
		"Line"
		#"FMRadio"
	]

	EnableSequence [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# TWL6040 Capture Path
		cset "name='Analog Right Capture Route' 1"
	]

	DisableSequence [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# TWL6040 Capture path
		cset "name='Analog Right Capture Route' 3"
	]

	Value {
		# Default ALSA volume gain and mute kcontrols
		CaptureVolume "name='Capture Volume' 4"
		CaptureChannels "2"
	}
}

############ Line In Device #########################

SectionDevice."Line" {
	Comment "Line In Capture"

	ConflictingDevice [
		"Headset"
		#"HeadsetLP"
		"Submic"
		"Mainmic"
		#"FMRadio"
	]

	EnableSequence [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# TWL6040 Capture Path
		cset "name='Analog Right Capture Route' 2"
		cset "name='Analog Left Capture Route' 2"

		# TWL6040 Line Capture to 0dB
		cset "name='Aux FM Volume' 3"
	]

	DisableSequence [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# TWL6040 Capture path
		cset "name='Analog Right Capture Route' 3"
		cset "name='Analog Left Capture Route' 3"

		# TWL6040 Mute Line Capture
		cset "name='Aux FM Volume' 0"
	]

	Value {
		# Default ALSA volume gain and mute kcontrols
		CaptureVolume "name='Capture Volume' 4"
		CaptureChannels "2"
	}
}

############ FM Analog Radio Device #########################

#SectionDevice."FMRadio" {
#	Comment "FM Radio Analog Playback and Capture"
#
#	ConflictingDevice [
#		"Headset"
#		"HeadsetLP"
#		"Submic"
#		"Mainmic"
#		"Line"
#	]
#
#	EnableSequence [
#
#		# Set SDP device for following cset commands
#		cdev "hw:Tuna"
#
#		# enable ABE path for FM playback via DL1
#		cset "name='DL1 Mixer Capture' 1"
#		cset "name='DL1 Capture Playback Volume' 120"
#
#		# TWL6040 Capture Path
#		cset "name='Analog Right Capture Route' 2"
#		cset "name='Analog Left Capture Route' 2"
#
#		# TWL6040 Line Capture to 0dB
#		cset "name='Aux FM Volume' 3"
#	]
#
#	DisableSequence [
#
#		# Set SDP device for following cset commands
#		cdev "hw:Tuna"
#
#		# disable ABE path for FM playback via DL1
#		cset "name='DL1 Mixer Capture' 0"
#		cset "name='DL1 Capture Playback Volume' 0"
#
#		# TWL6040 Capture path
#		cset "name='Analog Right Capture Route' 3"
#		cset "name='Analog Left Capture Route' 3"
#
#		# TWL6040 Mute Line Capture
#		cset "name='Aux FM Volume' 0"
#	]
#
#	Value {
#		# Default ALSA volume gain and mute kcontrols
#		CaptureVolume "name='Capture Volume' 4"
#		CaptureChannels "2"
#	}
#}

############ Digital Mic Device #########################

SectionDevice."Dmic" {
	Comment "Digital Microphones"

	EnableSequence [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# ABE DMIC Capture path
		cset "name='MUX_UL00' 1"
		cset "name='MUX_UL01' 2"
		cset "name='MUX_UL02' 3"
		cset "name='MUX_UL03' 4"
		cset "name='MUX_UL04' 5"
		cset "name='MUX_UL05' 6"
	]

	DisableSequence [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# ABE DMIC Capture path
		cset "name='MUX_UL00' 0"
		cset "name='MUX_UL01' 0"
		cset "name='MUX_UL02' 0"
		cset "name='MUX_UL03' 0"
		cset "name='MUX_UL04' 0"
		cset "name='MUX_UL05' 0"
	]

	Value {
		# Default ALSA volume gain and mute kcontrols
		CaptureVolume "name='DMIC1 UL Capture Volume' 30, 30"
		CaptureVolume "name='DMIC2 UL Capture Volume' 30, 30"
		CaptureVolume "name='DMIC3 UL Capture Volume' 30, 30"
		CapturePCM "hw:Tuna,0"
	}
}

############ Bluetooth Device #########################

SectionDevice."Bluetooth" {
	Comment "Bluetooth Playback and Capture"

	EnableSequence [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# enable 0dB ABE path for BT capture via ROUTE_UL
		cset "name='MUX_UL10' 7"
		cset "name='MUX_UL11' 8"
		cset "name='BT UL Volume' 120"

		# enable ABE DL1 BT path
		cset "name='DL1 BT_VX Switch' 1"
	]

	DisableSequence [

		# Set SDP device for following cset commands
		cdev "hw:Tuna"

		# Mute ABE path for BT capture via ROUTE_UL
		cset "name='MUX_UL10' 0"
		cset "name='MUX_UL11' 0"
		cset "name='BT UL Volume' 0"

		# enable ABE DL1 BT path
		cset "name='DL1 BT_VX Switch' 0"
	]

	Value {
		# Default ALSA volume gain and mute kcontrols
		TQ "Voice"
		PlaybackPriority "150"
		CapturePriority "150"
		PlaybackChannels "2"
		CaptureChannels "2"
	}
}

############ HDMI Device #########################

#SectionDevice."HDMI" {
#	Comment "HDMI Connected Device"
#
#	EnableSequence [
#	]
#
#	DisableSequence [
#	]
#
#	Value {
#		PlaybackPCM "hw:OMAP4HDMI,0"
#	}
#}

##############  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 [
		"Headset"
		"HeadsetLP"
		"Headphones"
		"Earphone"
	]

	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 [
		"Handsfree"
	]

	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"
	}
}