Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31215
b: refs/heads/master
c: c6feefd
h: refs/heads/master
i:
  31213: c956ac0
  31211: 5eddef0
  31207: 148e2f7
  31199: 02be919
v: v3
  • Loading branch information
Johannes Berg authored and Jaroslav Kysela committed Jun 28, 2006
1 parent d5e9c96 commit 6e8a044
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d91c4e8c63a61c2d9ec96fc6a9aa5a65d468befc
refs/heads/master: c6feefd03ed12d89af591345fb9c26de7098764d
14 changes: 8 additions & 6 deletions trunk/sound/aoa/fabrics/snd-aoa-fabric-layout.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ MODULE_ALIAS("sound-layout-82");
MODULE_ALIAS("sound-layout-84");
MODULE_ALIAS("sound-layout-86");
MODULE_ALIAS("sound-layout-92");
MODULE_ALIAS("sound-layout-96");

/* onyx with all but microphone connected */
static struct codec_connection onyx_connections_nomic[] = {
Expand Down Expand Up @@ -381,6 +382,13 @@ static struct layout layouts[] = {
.connections = toonie_connections,
},
},
{
.layout_id = 96,
.codecs[0] = {
.name = "onyx",
.connections = onyx_connections_noheadphones,
},
},
/* unknown, untested, but this comes from Apple */
{ .layout_id = 41,
.codecs[0] = {
Expand Down Expand Up @@ -479,12 +487,6 @@ static struct layout layouts[] = {
.connections = onyx_connections_noheadphones,
},
},
{ .layout_id = 96,
.codecs[0] = {
.name = "onyx",
.connections = onyx_connections_noheadphones,
},
},
{ .layout_id = 98,
.codecs[0] = {
.name = "toonie",
Expand Down

0 comments on commit 6e8a044

Please sign in to comment.