-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audio GD NFB-1 (usb via vinyl audio vt1731 try to dsd_native)) #12
Comments
I forgot to add that there is no sound (in these modes), only squeak !!! |
Content of /usr/include/sound comes from the kernel-headers package. Did you install these (from a recent or DSD patched kernel) ? There is no native DSD support for Audio GD in the kernel. |
No i dont! I use ARMBIAN install based on Kernel 4.4.* |
Yes, your kernel is new enough, but your kernel-headers (or linux-headers) or not. |
Ok! I must to just install kernel-headers and test again? |
dpkg --list 'linux-*' |
dpkg -s 'linux-headers-dev-sunxi' |
i Found linux-libc-dev:armhf Try sudo apt-get remove linux-libc-dev:armhf |
cd /usr/include/sound |
wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.1.0.tar.bz2 cd /usr/include/sound cd /usr/src/alsa/alsa-lib-1.1.0/include/sound Why install not update asound.h ?? |
/usr/include/sound/asound.h should come from kernel headers package matching your kernel version. Maybe you can try reinstalling it. On ARM systems getting the correct version can be difficult. I this fails please ask on a appropriate mailinglist or forum for the distribution you use. |
for make need some libraries , i install it using |
linux-libc-dev is not the same as kernel headers. apt-cache search linux-headers-$(uname -r) If no headers for your current kernel are found bug your OS supplier. This is not a MPD-019 patch issue. |
UPD! cat asound.h | grep DSD and install new version of and now BUT!!! audio_output {
} cat /proc/asound/card1/pcm0p/sub0/hw_params cat /proc/asound/card1/stream0 Playback: for
} |
Ok! cp /boot/config-$( uname -r ) .configzcat /proc/config.gz > .configmake oldconfig |
mpd -V Copyright (C) 2003-2007 Warren Dukes warren.dukes@gmail.com Database plugins: Storage plugins: Neighbor plugins: Decoders plugins: Do not Help! May be some problems with kernel? |
Good to see you overcame the kernel and mpd hurdle. As I have mentioned earlier, there is no native DSD support for your Audio GD NFB-1 DAC. So you do not have any device actually using one of the native DSD sample formats. |
Hi FRIEND! in quirks
i add so if DSD Native mode = 0 Playback: access: RW_INTERLEAVED so if DSD Native mode = 2 In evening i check sound ( |
Finally, established mpd-dsd!
But I think probably there is a problem with the configuration of the kernel!
cd /usr/include/sound
cat asound.h | grep DSD
define SNDRV_PCM_FORMAT_DSD_U8 ((snd_pcm_format_t) 48) /* DSD, 1-byte samples DSD (x8) */
define SNDRV_PCM_FORMAT_DSD_U16_LE ((snd_pcm_format_t) 49) /* DSD, 2-byte samples DSD (x16), little endian */
define SNDRV_PCM_FORMAT_LAST SNDRV_PCM_FORMAT_DSD_U16_LE
I do not FIND
SNDRV_PCM_FORMAT_LAST SNDRV_PCM_FORMAT_DSD_U32_BE
Reports U can find in attachment`s file!
AUDIO-GD.zip
The text was updated successfully, but these errors were encountered: