Volumio 3 Generic I2S dac output incorrect Bit clock

Volumio 3 Issues?

Just setup Raspberri Pi4 with Volumio Ver. 3.472
Selected Generic I2S DAC overlay.
When I play the music It plays at wrong speed. Any Data Rate has bit clock set at 1/2 of nominal.
Why?
How do I fix this issue?

----------------------------- Delete here & above before posting below -----------------

You need to provide more data, then just stating something is not working on your rPi4.
please post the output of:
cat /boot/config.txt
cat /boot/userconfig.txt
cat /boot/volumioconfig.txt

Correction:
Only 44.1 and 48KHz has this issue.
Here are the configuration files:

I can not upload the files, so pasting text from each file.

“CONFIG.TXT”

DO NOT EDIT THIS FILE

APPLY CUSTOM PARAMETERS TO userconfig.txt

initramfs volumio.initrd
gpu_mem=128
gpu_mem_256=32
gpu_mem_512=32
gpu_mem_1024=128
max_usb_current=1
[pi5]
usb_max_current_enable=1
[all]
include volumioconfig.txt
include userconfig.txt

Volumio i2s setting below: do not alter

dtoverlay=hifiberry-dac

“VOLUMIOCONFIG.TXT”

DO NOT EDIT THIS FILE

APPLY CUSTOM PARAMETERS TO userconfig.txt

[cm4]
dtoverlay=dwc2,dr_mode=host
otg_mode=1
[pi5]
dtoverlay=vc4-kms-v3d-pi5

dtparam=uart0_console # Disabled by default

dtparam=nvme
dtparam=pciex1_gen=2
[all]
arm_64bit=0
dtparam=audio=on
audio_pwm_mode=2
dtparam=i2c_arm=on
disable_splash=1
hdmi_force_hotplug=1
force_eeprom_read=0

“USERCONFIG.TXT”
Add your custom config.txt options to this file, which will be preserved during updates

Then try with adding this line to /boot/userconfig.txt
dtparam=i2c_arm_baudrate=1000000

Thanks for your response.
I have added it userconfig.txt.
It did not help.
44.1khz files still have 1.4112MHz bit clock.

please try to use the overlay rpi-dac

Looks like there is a problem with generic dac overlay. I have selected "Audio Injector Bare: overlay.
It works fine now.
Thanks