From e125c0f93ecb562d3fcb93087295c18738e1f820 Mon Sep 17 00:00:00 2001 From: RogueM Date: Fri, 20 Nov 2015 22:25:41 +0000 Subject: [PATCH 1/4] changelog with DiscoHat --- src/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changelog.md b/src/changelog.md index 4ed6977..a0ea2d6 100644 --- a/src/changelog.md +++ b/src/changelog.md @@ -1,6 +1,9 @@ #Overlays History This document only logs the changes to the overlay files that are relevant for purposes of translations. See files history for further details! +Nov 20, 2015 +- added discohat.md + Nov 15, 2015 - major tweaks to piglow.md From 2f9a38f1b14345cdd3918412b8fb40b9b0e215b9 Mon Sep 17 00:00:00 2001 From: crtvalentincic Date: Sat, 21 Nov 2015 13:39:30 +0200 Subject: [PATCH 2/4] Add Cirrus Logic Audio Card --- src/en/overlay/cirruslogicaudiocard.md | 78 ++++++++++++++++++++++++++ src/en/settings.yaml | 1 + 2 files changed, 79 insertions(+) create mode 100644 src/en/overlay/cirruslogicaudiocard.md diff --git a/src/en/overlay/cirruslogicaudiocard.md b/src/en/overlay/cirruslogicaudiocard.md new file mode 100644 index 0000000..a96dc52 --- /dev/null +++ b/src/en/overlay/cirruslogicaudiocard.md @@ -0,0 +1,78 @@ + +#Cirrus Logic Audio Card + +###Cirrus Logic Audio Card offers an unprecedented level of features and performance for avid audiophiles who want to use their Raspberry Pi for audio applications. + +Features: + - For use with Raspberry Pi + - Capable of rendering HD Audio, at 24-bit, 192kHz + - 3.5mm 4-pole jack for a headset/boom mic combination for gaming or VoIP applications + - Two DMIC microphones onboard for stereo recording + - 3.5mm jack for Stereo Line Input for high quality audio recording or capture + - 3.5 mm jack Stereo Line Output for connection to devices such as external stereo amplifiers or powered speakers + - Stereo Digital input and output (SPDIF) diff --git a/src/en/settings.yaml b/src/en/settings.yaml index be22bb4..37934dc 100644 --- a/src/en/settings.yaml +++ b/src/en/settings.yaml @@ -45,3 +45,4 @@ overlays: - iqaudio-pi-dac - piano-hat - sense-hat +- cirruslogicaudiocard From afdb2c55b260e981c809154d438a368c0e9e214c Mon Sep 17 00:00:00 2001 From: crtvalentincic Date: Sat, 21 Nov 2015 14:00:44 +0200 Subject: [PATCH 3/4] Add Cirrus Logic Audio Card --- src/en/settings.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/en/settings.yaml b/src/en/settings.yaml index 37934dc..592b896 100644 --- a/src/en/settings.yaml +++ b/src/en/settings.yaml @@ -45,4 +45,5 @@ overlays: - iqaudio-pi-dac - piano-hat - sense-hat +- discohat - cirruslogicaudiocard From ebc8025852a6b9266997ca4eafe04ed139d3b9fd Mon Sep 17 00:00:00 2001 From: RogueM Date: Mon, 23 Nov 2015 21:36:01 +0000 Subject: [PATCH 4/4] cirrus logic audio card note in changelog --- src/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changelog.md b/src/changelog.md index a0ea2d6..a14771c 100644 --- a/src/changelog.md +++ b/src/changelog.md @@ -1,6 +1,9 @@ #Overlays History This document only logs the changes to the overlay files that are relevant for purposes of translations. See files history for further details! +Nov 21, 2015 +- added cirruslogicaudiocard.md + Nov 20, 2015 - added discohat.md