Summary: | phonon whishlist from script | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Phonon | Reporter: | john <bl4ck.3yed> |
Component: | kded module for audio device listing | Assignee: | Matthias Kretz <kretz> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
john
2007-12-27 10:48:45 UTC
SVN commit 760365 by mkretz: Add entries for ATI SB450 HDA Audio and adjust name of similar device (soon I'll be able to write up some rules for consistent naming) Thanks for the report. BUG: 154665 M +15 -3 hardwaredatabase WebSVN link: http://websvn.kde.org/?view=rev&revision=760365 commit 7834daaf47196a3c7c6476aca6cb0e20b47ca174 branch 4.1 Author: Matthias Kretz <kretz@kde.org> Date: Sat Jan 12 14:24:29 2008 +0000 Add entries for ATI SB450 HDA Audio and adjust name of similar device (soon I'll be able to write up some rules for consistent naming) Thanks for the report. BUG: 154665 diff --git a/libkaudiodevicelist/hardwaredatabase b/libkaudiodevicelist/hardwaredatabase index 6b571c0..521f9ba 100644 --- a/libkaudiodevicelist/hardwaredatabase +++ b/libkaudiodevicelist/hardwaredatabase @@ -121,15 +121,15 @@ initialPreference=35 # Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller Samsung Electronics Co Ltd HDA Intel AD198x Analog [pci:8086:27d8:144d:c024:both:oss] -name=Analog Devices AD1986A +name=HDA Intel (AD1986A) initialPreference=20 [pci:8086:27d8:144d:c024:capture:alsa:0] -name=Analog Devices AD1986A +name=HDA Intel (AD1986A) initialPreference=36 [pci:8086:27d8:144d:c024:playback:alsa:0] -name=Analog Devices AD1986A +name=HDA Intel (AD1986A) initialPreference=36 # Logitech USB Audio Interface Logitech Logitech USB Headset USB Audio @@ -270,3 +270,15 @@ initialPreference=36 name=Intel ICH6 with AD1981B S/PDIF initialPreference=15 +# ATI Technologies Inc SB450 HDA Audio HDA ATI SB AD198x Analog +[pci:1002:437b:30b0:103c:both:oss] +name=ATI SB450 HDA Audio (AD1981) +initialPreference=20 + +[pci:1002:437b:30b0:103c:capture:alsa:0] +name=ATI SB450 HDA Audio (AD1981) +initialPreference=36 + +[pci:1002:437b:30b0:103c:playback:alsa:0] +name=ATI SB450 HDA Audio (AD1981) +initialPreference=36 |