mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
18 lines
340 B
Plaintext
18 lines
340 B
Plaintext
// Overlay for the Raspberry Pi DAC Plus soundcard
|
|
|
|
#include "iqaudio-dacplus-overlay.dts"
|
|
|
|
&iqaudio_dac {
|
|
card_name = "RPi DAC+";
|
|
dai_name = "Raspberry Pi DAC+";
|
|
dai_stream_name = "Raspberry Pi DAC+ HiFi";
|
|
/delete-property/ mute-gpios;
|
|
};
|
|
|
|
/ {
|
|
__overrides__ {
|
|
/delete-property/ auto_mute_amp;
|
|
/delete-property/ unmute_amp;
|
|
};
|
|
};
|