summaryrefslogtreecommitdiff
path: root/ucm-config/for_all_boards/Dell-WD15-Dock
AgeCommit message (Collapse)Author
2020-04-08Revert "ucm-config: remove Dell-WD15-Dock"Curtis Malainey
This reverts commit c62080643bb7ea77d28cf4dda11974e3f4b70328. Reason for revert: Upstream no longer bundles alsa-lib and ucms, therefore we can revert this patch with the next alsa-lib uprev Original change's description: > ucm-config: remove Dell-WD15-Dock > > ALSA lib upstream now maintains ucm files for this dock, lets upstream > what we have and carry any local patches we have to on top of ALSA lib. > This will also allow us to uprev ALSA since currently adhd conflicts > with it. > > Added README explaining reasoning behind leaving dead symlinks in the > repo versus adding them to the overlay. > > BUG=b:132848755 > TEST=emerge and don't conflict with ALSA 1.1.8 > > Cq-Depend: chromium:1658664 > Change-Id: I31f5a52f37e0cafd983249619074ca8f04c27d5d > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/adhd/+/1657029 > Reviewed-by: Curtis Malainey <cujomalainey@chromium.org> > Reviewed-by: Dylan Reid <dgreid@chromium.org> > Tested-by: Curtis Malainey <cujomalainey@chromium.org> > Commit-Queue: Jason Clinton <jclinton@chromium.org> BUG=b:132848755, chromium:2023646 Change-Id: Icf683d83cdd64fa31a751d21ac597efde01d8f23 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/adhd/+/2063374 Tested-by: Curtis Malainey <cujomalainey@chromium.org> Commit-Queue: Curtis Malainey <cujomalainey@chromium.org> Reviewed-by: Cheng-Yi Chiang <cychiang@chromium.org>
2019-09-09ucm-config: remove Dell-WD15-DockCurtis Malainey
ALSA lib upstream now maintains ucm files for this dock, lets upstream what we have and carry any local patches we have to on top of ALSA lib. This will also allow us to uprev ALSA since currently adhd conflicts with it. Added README explaining reasoning behind leaving dead symlinks in the repo versus adding them to the overlay. BUG=b:132848755 TEST=emerge and don't conflict with ALSA 1.1.8 Cq-Depend: chromium:1658664 Change-Id: I31f5a52f37e0cafd983249619074ca8f04c27d5d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/adhd/+/1657029 Reviewed-by: Curtis Malainey <cujomalainey@chromium.org> Reviewed-by: Dylan Reid <dgreid@chromium.org> Tested-by: Curtis Malainey <cujomalainey@chromium.org> Commit-Queue: Jason Clinton <jclinton@chromium.org>
2019-04-21CRAS: Deprecate Input/OutputDspName with DspNameEn-Shuo Hsu
Replace InputDspName="" and OutputDspName="" with DspName="". Also remove some unnecessary set DspName="" lines. BUG=chromium:849598,chromium:947948 TEST=deploy and test on peppy Cq-Depend: chromium:1556872 Change-Id: Id08fcab7faff7df1ad5ce54cbb674e9b8003d307 Reviewed-on: https://chromium-review.googlesource.com/1557833 Commit-Ready: En-Shuo Hsu <enshuo@google.com> Tested-by: En-Shuo Hsu <enshuo@google.com> Reviewed-by: Yu-Hsuan Hsu <yuhsuan@chromium.org>
2019-03-26UCM: Set JackType "always" for dell docks (WD15, and WD19)Crag.Wang
USB audio class 1 has been chosen for Dell docks hence no support for the insertion control of input/output terminals. CRAS has added a new jack type to support UAC1 devices, with this new type assigned the jack status will be "plugged" permanently regardless the actual status. http://crrev.com/c/1530351 BUG=b:124428741 TEST="Mic" and "Line Out" from dell dock are always plugged even without jack. These nodes will be displayed in the audio selection UI. Change-Id: If5298e0dc183526c923f0ad166c2c1786b842c23 Reviewed-on: https://chromium-review.googlesource.com/1535297 Commit-Ready: Crag.Wang <crag_wang@dell.corp-partner.google.com> Tested-by: Crag.Wang <crag_wang@dell.corp-partner.google.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Yu-Hsuan Hsu <yuhsuan@chromium.org> Reviewed-by: Crag.Wang <crag_wang@dell.corp-partner.google.com>
2019-03-21UCM: Add dell docks WD15 and WD19Crag.Wang
WD15 Dock: USB_DEVICE(0x0bda, 0x4014) WD19 Dock: USB_DEVICE(0x0bda, 0x402e) BUG=b:124428741 TEST=Run commands (cros_sdk)$ emerge-sarien adhd (cros_sdk)$ cros deploy $IP adhd (chromebook)$ restart cras (chromebook)$ cras_test_client --dump_s Change-Id: I23b7c942f3480994d9933508f414e86197b77a49 Reviewed-on: https://chromium-review.googlesource.com/1524611 Commit-Ready: Cheng-Yi Chiang <cychiang@chromium.org> Tested-by: Crag.Wang <crag_wang@dell.corp-partner.google.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Cheng-Yi Chiang <cychiang@chromium.org>