Hello! Esi Juli@ (all ICE1724) does not work with automatic sample rates
This change will help. [ALSA] ice1724 - Improved the Juli rate setting [Linux 2.6.26] - Linux Kernels
Hello! Esi Juli@ (all ICE1724) does not work with automatic sample rates
This change will help. [ALSA] ice1724 - Improved the Juli rate setting [Linux 2.6.26] - Linux Kernels
This change has been included in Linux kernels for almost 11 years now.
commit d16be8ed69f3e59d36be8c422508c3a10082fdaa
Author: Pavel Hofman <dustin@seznam.cz>
Date: Thu Mar 20 12:10:27 2008 +0100
[ALSA] ice1724 - Improved the Juli rate setting
If you have issues we need some more info and a description what exactly doesn't work.
so long,
Hias
It is incorrect. Release date is Dec 2018.
aplay -D hw:1,0 /storage/music/44.wav -v
it doesnt play because ice1724 is waiting for 32bit data (although file is 16bit)
But if you change to "plughw" (aplay -D plughw:1,0 /storage/music/44.wav -v), the sound appears. If you change nothing in asound.conf, the sound is 48000 Hz constantly, independently of the file being played.
This is normal. ICE1724 only supports 32 bit format and the default alsa configuration (default:0 pcm) uses the dmix plugin with a fixed 48kHz rate - this is identical to how it works on other Linux distributions.
You either need to access the hw: device in 32bit or use plughw so it can auto-convert other formats to 32bit.
so long,
Hias