Hi everyone,
I have a pi2 with the amp+ card (rev1). The card is well detected:
root@Multiroom:/etc# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
Subdevices: 7/7
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
Subdevice #4: subdevice #4
Subdevice #5: subdevice #5
Subdevice #6: subdevice #6
card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: sndrpihifiberry [snd_rpi_hifiberry_amp], device 0: HifiBerry AMP HiFi tas5713-hifi-0 []
Subdevices: 0/1
Subdevice #0: subdevice #0
root@Multiroom:/etc#
I have nothing loaded in /etc/modules
root@Multiroom:/etc# nano /etc/asound.conf
ctl.!default {
type hw
card 1
}
pcm.equal {
type plug;
slave.pcm plugequal;
}
ctl.equal {
type equal;
module "Eq10";
}
pcm.plugequal {
type equal;
module "Eq10";
slave {
pcm "plughw:0,0";
}
hint {show on;description "Equalizer for plughw:0,0"}
}
Then I test but no sound:
root@Multiroom:/etc# speaker-test -Dhw:0,0 -c2 -twav
speaker-test 1.1.3
Playback device is hw:0,0
Stream parameters are 48000Hz, S16_LE, 2 channels
WAV file(s)
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 256 to 32768
Period size range from 256 to 32768
Using max buffer size 32768
Periods = 4
was set period_size = 8192
was set buffer_size = 32768
0 - Front Left
1 - Front Right
Time per period = 2.414282
0 - Front Left
1 - Front Right
If you have any ideas. thanks a lot.
PS: I tried with the OS provided by hifiberry, same result.