Skip to content

Commit

Permalink
Merge pull request #19 from yast/sp4_db_update
Browse files Browse the repository at this point in the history
(L3) SP4 soundcard DB update
  • Loading branch information
lslezak committed Mar 6, 2017
2 parents 0fbba33 + 3616ab9 commit 2e58d56
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.17.21
2.17.22
1 change: 1 addition & 0 deletions data/addons/card_addons.ycp
Expand Up @@ -376,4 +376,5 @@
["snd-cs5535audio", "CS5536, AMD"],
["snd_ps3", "PS3 Soundcard, Sony"],
["snd-ctxfi", "X-Fi, Creative Labs"],
["snd-oxygen", "Xonar DGX, Asus"],
]
2 changes: 2 additions & 0 deletions data/addons/id_addons.ycp
Expand Up @@ -9,4 +9,6 @@
// X-Fi
["snd-ctxfi", "0x01102", "0x0000b"],
["snd-ctxfi", "0x01102", "0x00005"],
// Asus Xonar DGX
["snd-oxygen", "0x010de", "0x0fbc"],
]
9 changes: 8 additions & 1 deletion data/sndcards.ycp
Expand Up @@ -531,6 +531,9 @@ $[
"CS5535, National Semiconductor",
"CS5536, AMD"
],
82 : [
"Xonar DGX, Asus"
],
83 : [
"X-Fi, Creative Labs"
],
Expand Down Expand Up @@ -791,7 +794,8 @@ $[
3476 : 78,
3477 : 78,
3478 : 78,
3479 : 78
3479 : 78,
4028 : 82
],
4334 : $[
16320 : 54,
Expand Down Expand Up @@ -3866,6 +3870,9 @@ $[
"PowerPC",
"PowerPC (Layout ID)"
],
"Asus" : [
"Xonar DGX"
],
"AudioExecl" : [
"AV 510",
"MD Mate"
Expand Down
6 changes: 6 additions & 0 deletions package/yast2-sound.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 8 07:19:40 UTC 2016 - lslezak@suse.cz

- updated sound card database (added ASUS Xonar DGX) (bsc#982691)
- 2.17.22

-------------------------------------------------------------------
Wed May 9 08:37:54 UTC 2012 - lslezak@suse.cz

Expand Down

0 comments on commit 2e58d56

Please sign in to comment.