You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
384k: hifiberry_dacplus: Support 352k8 sample rate
Use CLK44EN for 352k8 sample rate support.
Set (initial) the clk rate to CLK_48EN_RATE in the init method.
Set (reset) the clk rate to CLK_48EN_RATE in the shutdown method.
(Otherwise codec pcm512x_dai_startup_master method can call
snd_pcm_hw_constraint_ratnums based on CLK_44EN, which will
result in loss of 384k sample rate, even though we are
capable of it with CLK_48EN, because 22579200/64=352800.)
Signed-off-by: DigitalDreamtime <[email protected]>
0 commit comments