1{ 2 "hdf_audio_codec_primary_dev0": [ 3 { 4 "deep-buffer-playback": [ 5 { 6 "headphones": [ 7 { 8 "name": "Playback Path", 9 "value": 2 10 } 11 ], 12 "Speaker": [ 13 { 14 "name": "Playback Path", 15 "value": 3 16 } 17 ], 18 "mic": [ 19 { 20 "name": "Capture MIC Path", 21 "value": 1 22 } 23 ] 24 } 25 ], 26 "low-latency-communication": [ 27 { 28 "Speaker": [ 29 { 30 "name": "Playback Path", 31 "value": 2 32 } 33 ], 34 "headphones": [ 35 { 36 "name": "Playback Path", 37 "value": 3 38 } 39 ], 40 "mic": [ 41 { 42 "name": "Capture MIC Path", 43 "value": 1 44 } 45 ] 46 } 47 ], 48 "ringtone-playback": [ 49 { 50 "Speaker": [ 51 { 52 "name": "Playback Path", 53 "value": 10 54 } 55 ] 56 } 57 ], 58 "voice-call": [ 59 { 60 "Speaker": [ 61 { 62 "name": "Playback Path", 63 "value": 7 64 } 65 ], 66 "Headphones": [ 67 { 68 "name": "Playback Path", 69 "value": 8 70 } 71 ], 72 "MIC": [ 73 { 74 "name": "Capture MIC Path", 75 "value": 1 76 } 77 ] 78 } 79 ], 80 "low-latency-noirq-playback": [ 81 { 82 "Speaker": [ 83 { 84 "name": "Playback Path", 85 "value": 2 86 } 87 ], 88 "Headphones": [ 89 { 90 "name": "Playback Path", 91 "value": 3 92 } 93 ] 94 } 95 ] 96 } 97 ] 98} 99