Skip to content

Commit

Permalink
Enable mixer controls for ALC298 codec
Browse files Browse the repository at this point in the history
This patch adds changes to enable mixer controls
to get playback and record working.

Signed-off-by: padmashree mandri <[email protected]>
  • Loading branch information
padmashree9110 committed Nov 28, 2024
1 parent 14e72f3 commit 93a57ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions groups/audio/project-celadon/default/mixer_paths_0.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<mixer>
<!-- These are the initial mixer settings -->
<ctl name="Master Playback Volume" value="87 87" />
<ctl name="Master Playback Switch" value="1 1" />
<ctl name="Master Playback Volume" value="127" />
<ctl name="Master Playback Switch" value="1" />
<ctl name="Headphone Playback Switch" value="0 0" />
<ctl name="Speaker Playback Switch" value="0 0" />
<ctl name="Speaker Playback Switch" value="1 1" />
<ctl name="Capture Switch" value="0 0" />

<path name="speaker">
Expand All @@ -18,13 +18,13 @@

<path name="main-mic">
<ctl name="Capture Switch" value="1 1" />
<ctl name="Capture Volume" value="63 63" />
<ctl name="Capture Volume" value="127 127" />
<ctl name="Capture Source" value="Internal Mic" />
</path>

<path name="headset-mic">
<ctl name="Capture Switch" value="1 1" />
<ctl name="Capture Volume" value="63 63" />
<ctl name="Capture Volume" value="127 127" />
<ctl name="Capture Source" value="Headset Mic" />
</path>
</mixer>

0 comments on commit 93a57ed

Please sign in to comment.