Digital Audio Labs Driver

ReferenceQuestions
CH000503How do I find what computer sound card I have?
CH000660Where do I locate motherboard sound drivers?
CH000834How to install and update a computer driver.
DirectXDirect X information and help.
CompanyDrivers page
A-TrendA-Trend sound card drivers.
AcerAcer sound card drivers.
Ad-ChipsAd-Chips sound card drivers.
AddonicsAddonics sound card drivers.
AdLibAdLib sound card drivers.
AIMS Lab Inc.AIMS radio card drivers.
Analog DevicesAnalog sound card drivers.
AOpenAOpen sound card drivers.
AriaAria sound card drivers.
ASOUNDAsound sound card drivers.
ASUSASUS sound card drivers.
AudioExcelAudioExcel sound card drivers.
AUDIOTRACKAUDIOTRACK sound card drivers.
Avance LogicAvance Logic sound card drivers.
AXLEAXLE sound card drivers.
AztechAztech sound card drivers.
Aztech LabsAztech Labs sound card drivers.
Boca ResearchBoca Research sound card drivers.
BTCBTC (Behavior Tech Comptuers) sound card drivers.
C-MediaCMI (C-Media) sound card drivers.
ChaintechChaintech sound card drivers.
ConexantConexant sound card drivers.
Creative LabsCreative Labs sound card drivers.
Crystal LakeCrystal Lake sound card drivers.
CrystalCrystal sound card drivers.
CyrixCyrix sound drivers.
Diamond MultimediaDiamond Multimedia sound card drivers.
Digital Audio LabsDigital Audio Labs sound card drivers.
Digital ResearchDigital Research sound card drivers.
EctivaEctiva sound card drivers.
Eiger LabsEiger Labs sound card drivers.
EnsoniqEnsoniq sound card drivers.
ESS TechnologiesESS sound card drivers.
Frontier DesignFrontier sound card drivers.
Genius-KyeGenius-Kye sound card drivers.
Genoa SystemsGenoa sound card drivers.
Guillemot HerculesGuillemot Hercules sound card drivers.
I/O MagicI/O Magic sound card drivers.
IntreSourceIntreSource sound card drivers.
LabwayLabway sound card drivers.
LogitechLogitech sound card drivers.
MagitronicMagitronic sound card drivers.
MediatrixMediatrix sound card drivers.
MultiwaveMultiwave sound card drivers.
New MediaNew Media sound card drivers.
Oak TechnologyOak Technology sound card drivers.
OpcodeOpcode sound card drivers.
OPTiOPTi sound card drivers.
Orchid TechnologyOrchid sound card drivers.
PC ChipsPC Chips sound card drivers.
PhoebePhoebe sound card drivers.
PrometheusPrometheus sound card drivers.
Pure DigitalPure Digital sound card drivers.
RealtekRealtek sound card drivers.
RockwellRockwell sound card drivers.
RolandRoland sound card drivers.
Shark MultimediaShark Multimedia sound card drivers.
SIIGSIIG sound card drivers.
Silicom MultimediaSilicom Multimedia sound card drivers.
Sound BlasterSound Blaster sound card drivers.
Sound ProSound Pro sound card drivers.
SoundMAXSoundMAX sound card drivers.
Televideo Inc.Televideo sound card drivers.
TrigemTrigem sound card drivers.
Triple DTriple D sound card drivers.
Turtle BeachTurtle Beach sound card drivers.
VIAVIA sound card drivers.
VideoLogicVideoLogic sound card drivers.
VoyetraVoyetra sound card drivers.
YamahaYamaha sound card drivers.
ZoltrixZoltrix sound card drivers.

See Github repository for files and source code: ADAU1701 driver repo.

Comment on the used kernel version:

Users of the newest version of Raspbian Jessie (kernel version 4.9.35-v7+) have to update their kernel first, because needed modules weren't included at this time.

The D150 Digital Preamplifier expands McIntosh's digital music capabilities by supporting many of the newest digital audio formats such as DSD and DXD. A USB input accepts up to 32-bit/384kHz signals and supports DSD64, DSD128, DXD 352.8kHz and DXD 384kHz. Two coaxial and two optical inputs accept up to 24-bit/192kHz signals. Check out the latest innovations, partnerships and videos from DTS including the award winning DTS:X immersive audio, next-gen infotainment and AI-powered in cabin safety experiences in our connected car technology, and all of the creator and tournament activations within gaming! At the 'Realtek High Definition Audio Ver. 6.0.1.6764' screen, click 'Next'. At the 'License Agreement' dialog, read the agreement, then, if you agree, click 'I Agree' to continue with the installation. DOWNLOAD Version 5.10.3523 Download 238 File Size 1.56 MB File Count 1 Create Date July 23, 2019 Last Updated July 23, 2019 CardDeluxe WDM/ASIO device driver (5.10.3523) (Windows® XP/Vista/7; 32/64-bit) CardDeluxe WDM/ASIO device driver (5.10.3523) (Windows® XP/Vista/7; 32/64-bit) Attached Files. Creative Labs Sound Blaster Live! 5.12.1.203, A05-W. This is the latest version of this driver for your Dimension 2400. Please refer to the Release.

The current kernel version can be checked with the following command:

> uname -a

Update to Kernelversion 4.9.80-v7+ (higher versions also possible) with:

> sudo rpi-update 5c80565

Installation guide for Raspbian (in a Terminal-Window or SSH-Client):

(Volumio users see below)

Install git:

> sudo apt-get install git

Clone files:

> git clone https://github.com/MKSounds/ADAU1701-I2S-Audio-Driver-for-Raspberry-Pi.git

Copy overlay file to overlays directory:

> sudo cp ADAU1701-I2S-Audio-Driver-for-Raspberry-Pi/adau1701-i2s.dtbo /boot/overlays

Relink the overlay to the device tree: Therefore config.txt has to be modified.

Open the file with:

> sudo nano /boot/config.txt

Search for the following line and comment it with a hash (navigation with arrow keys):

Digital Audio Drivers Windows 10

Download

#dtparam=audio=on

Add the following line at the end of the file:

dtoverlay=adau1701-i2s

Close the editor by pressing STRG+X and save the changes with y.

If you want to play files which don't use 48 kHz sample rate, you have to resample the audio data. Therefore a ALSA config file will be used, which will affect the whole audio output of the system.

Create file and open it (if it's already existing and there is code in it, you have to integrate the new code or delete the existing):

> sudo nano ~/.asoundrc

Copy and paste the following lines (paste by right clicking):

pcm.InterpolatedOutput {

type plug

slave {

pcm 'hw:0,0'

format S24_LE

rate 48000

}

}

pcm.!default InterpolatedOutput

Close the editor by pressing STRG+X and save the changes with y.

Reboot:

> sudo reboot

After a reboot the ADAU1701 I²S output should be present as an output device (without any controls!).

You can check if everything worked correctly by typing:

Realtek Digital Audio Driver

> aplay -l

You should see the following output:

pi@raspberrypi:~ $ aplay -l

**** List of PLAYBACK Hardware Devices ****

Digital Audio Labs Driver

card 0: Output [ADAU1701 I2S Output], device 0: bcm2835-i2s-dit-hifi dit-hifi-0 []

Subdevices: 1/1

Subdevice #0: subdevice #0

You are now able to play sound via music player of your choice (tested with Audacity and LX music player).

Installation guide for Volumio:

(Volumio version: 2.389 2018-03-26)

Set-up the volumio partition and go through the installation wizard. Don't choose an I²S-soundcard already.

Activate SSH via a SSH file directly in the boot partition or via DEV zone in Volumio: Link

SSH-user and -password are 'volumio'. For sudo commands you have to type the password again.

Install git (should be included in Volumio):

> sudo apt-get install git

Clone files:

> git clone https://github.com/MKSounds/ADAU1701-I2S-Audio-Driver-for-Raspberry-Pi.git

Copy overlay file to overlays directory:

> sudo cp ADAU1701-I2S-Audio-Driver-for-Raspberry-Pi/adau1701-i2s.dtbo /boot/overlays

Integrate the ADAU1701 soundcard in the dropdown menue of Volumio:

Open the file dacs.json with:

> sudo nano /volumio/app/plugins/system_controller/i2s_dacs/dacs.json

Add (copy&paste) the following line as new first device in the list of available I²S devices:

Audio Labs Speakers

{'id':'adau1701-i2s','name':'ADAU1701 I2S Output','overlay':'adau1701-i2s','alsanum':'1','mixer':','modules':','script':','needsreboot':'yes'},