OpenELEC Testbuilds for RaspberryPi Part 3 (Kodi 14.0)
Hi plugh,

I downloaded a 24Bit Testfile from here

Its not possible to play a 24Bit file

Code:
OpenELEC:~ # aplay -vv /storage/music/M1F1-int24WE-AFsp.wav
Playing WAVE '/storage/music/M1F1-int24WE-AFsp.wav' : Signed 24 bit Little Endian in 3bytes, Rate 8000 Hz, Stereo
aplay: set_params:1297: Unable to install hw params:
ACCESS:  RW_INTERLEAVED
FORMAT:  S24_3LE
SUBFORMAT:  STD
SAMPLE_BITS: 24
FRAME_BITS: 48
CHANNELS: 2
RATE: 8000
PERIOD_TIME: 125000
PERIOD_SIZE: 1000
PERIOD_BYTES: 6000
PERIODS: 4
BUFFER_TIME: 500000
BUFFER_SIZE: 4000
BUFFER_BYTES: 24000
TICK_TIME: 0
OpenELEC:~ #

At the moment i dont have a '.asoundrc' in /storage/.config/ because i dont need this file in the past.

aplay -l give me

Code:
OpenELEC:~ # aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: sndrpihifiberry [snd_rpi_hifiberry_dac], device 0: HifiBerry DAC HiFi pcm5102a-hifi-0 []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
OpenELEC:~ #

I created asound.conf in /storage/.config/ an did a reboot but i still get no sound with my HifiBerry DAC.

Code:
pcm.!default {
   type plug
    slave {
      pcm "hw:0,0"
   }
}

lsmod gives me

Code:
OpenELEC:~ # lsmod
Module                  Size  Used by
cfg80211              213147  0
8192cu                603401  0
snd_soc_pcm512x_i2c     1481  0
snd_soc_wm8804          6900  0
snd_soc_tas5713         4760  0
regmap_spi              1465  1 snd_soc_wm8804
snd_soc_pcm512x         6092  1 snd_soc_pcm512x_i2c
regmap_i2c              1974  3 snd_soc_wm8804,snd_soc_pcm512x_i2c,snd_soc_tas5713
lirc_rpi                5972  3
lirc_dev                7885  1 lirc_rpi
rc_core                13961  1 lirc_dev
snd_soc_hifiberry_dac     1728  0
snd_soc_pcm5102a        1046  1
snd_soc_bcm2708_i2s     5577  2
regmap_mmio             2181  1 snd_soc_bcm2708_i2s
snd_soc_core          100609  6 snd_soc_pcm512x,snd_soc_wm8804,snd_soc_hifiberry_dac,snd_soc_tas5713,snd_soc_pcm5102a,snd_soc_bcm2708_i2s
snd_compress            7084  1 snd_soc_core
snd_pcm_dmaengine       2927  1 snd_soc_core
snd_pcm                62712  3 snd_soc_core,snd_soc_hifiberry_dac,snd_pcm_dmaengine
snd_timer              17660  1 snd_pcm
snd                    41549  4 snd_soc_core,snd_timer,snd_pcm,snd_compress
bcm2708_rng              808  0
OpenELEC:~ #

Thank you very much for your help Nod


Messages In This Thread
Re: RE: - by Mafarricos - 2014-06-04, 20:21
Live tv issues again - by pootler - 2014-06-04, 23:29
RE: OpenELEC Testbuilds for RaspberryPi Part 3, - by removed151214 - 2014-08-04, 23:38
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-08-19, 00:11
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-08-21, 20:42
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-09-22, 22:20
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-09-22, 22:34
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-09-22, 22:44
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-09-23, 01:12
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-09-23, 23:24
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-09-25, 01:38
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by BoBeRzE - 2014-09-23, 18:29
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-10-01, 18:12
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-10-01, 18:26
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-10-05, 01:07
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-10-11, 03:48
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-10-11, 04:06
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-10-11, 11:29
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi Part 3 (Kodi 14.0)8