Hi,
is it possible that the bit perfect issue comes from the following?
.CHANNELS_MAX = 2
Code:
--------------------
High resolution audio through HDMI:
Thanks to the suggestion from giantpopples from the squeezbox forum and the
work by tghewett from the raspberry pi forum it is now possible to stream high
resolution audio through the HDMI cable. Before the raspberry pi would
down-sample everything to 48 kHz. But we modified the bcm2835-pcm.c and build
the kernel. Now it is possible to stream 88.1 kHz and 96 kHz through HDMI. It
might be possible even to use up to 192 kHZ, but I have not received any report
on this.
Original:
.formats = SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S16_LE,
.rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000_48000,
.rate_min = 8000,
.rate_max = 48000,
.channels_min = 1,
.channels_max = 2,
Changed to:
.formats = SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S16_LE |
SNDRV_PCM_FMTBIT_S32_LE,
.rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000_192000,
.rate_min = 8000,
.rate_max = 192000,
.channels_min = 1,
.channels_max = 2,
--------------------
LMS 7.7.2 - r33908 (Vortexbox 2.0)
W2K8R2 DE (AMD 1060T/4GB/1x1TB RAID1 + 1x6TB RAID5)
1x Touch - 1x Receiver - 2x Boom - 1x Radio
Denon 3808 + Elac FS247
------------------------------------------------------------------------
Mr. Floppy's Profile: http://forums.slimdevices.com/member.php?userid=29772
View this thread: http://forums.slimdevices.com/showthread.php?t=97803
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix