Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Fix EDID audio regression (#97)
Browse files Browse the repository at this point in the history
The previously updated EDID contained an audio support regression. This
revised EDID redefines the audio descriptors to match the original
TinyPilot EDID with the following attributes:

Format: Linear PCM
Channels: 2
Sampling frequencies: 32kHz, 44kHz, 48kHz
Bit depth: 16 bits, 20 bits, 24 bits


<a data-ca-tag
href="https://codeapprove.com/pr/tiny-pilot/ansible-role-ustreamer/97"><img
src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review
on CodeApprove" /></a>
  • Loading branch information
db39 authored Mar 30, 2023
1 parent d6cf566 commit 731acb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ ustreamer_edid: |
3020350040442100001e000000fc0054
696e7950696c6f740a202020000000fd
003b3d0f2e1000000000000000000147
02031c734c010204139f2021223c3d3e
3c2066030c00300080e2007f00000000
02031f734c010204139f2021223c3d3e
3c2309070766030c00300080e2007f00
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
0000000000000000000000000000006b
0000000000000000000000000000004e
# Location to store EDID files.
ustreamer_edids_dir: /home/{{ ustreamer_user }}/edids
Expand Down

0 comments on commit 731acb3

Please sign in to comment.