提交 c6feefd0 编写于 作者: J Johannes Berg 提交者: Jaroslav Kysela

[ALSA] snd-aoa: support iMac G5 iSight

This properly adds support for the iMac G5 iSight.
Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
Signed-off-by: NJaroslav Kysela <perex@suse.cz>
上级 d91c4e8c
...@@ -94,6 +94,7 @@ MODULE_ALIAS("sound-layout-82"); ...@@ -94,6 +94,7 @@ MODULE_ALIAS("sound-layout-82");
MODULE_ALIAS("sound-layout-84"); MODULE_ALIAS("sound-layout-84");
MODULE_ALIAS("sound-layout-86"); MODULE_ALIAS("sound-layout-86");
MODULE_ALIAS("sound-layout-92"); MODULE_ALIAS("sound-layout-92");
MODULE_ALIAS("sound-layout-96");
/* onyx with all but microphone connected */ /* onyx with all but microphone connected */
static struct codec_connection onyx_connections_nomic[] = { static struct codec_connection onyx_connections_nomic[] = {
...@@ -381,6 +382,13 @@ static struct layout layouts[] = { ...@@ -381,6 +382,13 @@ static struct layout layouts[] = {
.connections = toonie_connections, .connections = toonie_connections,
}, },
}, },
{
.layout_id = 96,
.codecs[0] = {
.name = "onyx",
.connections = onyx_connections_noheadphones,
},
},
/* unknown, untested, but this comes from Apple */ /* unknown, untested, but this comes from Apple */
{ .layout_id = 41, { .layout_id = 41,
.codecs[0] = { .codecs[0] = {
...@@ -479,12 +487,6 @@ static struct layout layouts[] = { ...@@ -479,12 +487,6 @@ static struct layout layouts[] = {
.connections = onyx_connections_noheadphones, .connections = onyx_connections_noheadphones,
}, },
}, },
{ .layout_id = 96,
.codecs[0] = {
.name = "onyx",
.connections = onyx_connections_noheadphones,
},
},
{ .layout_id = 98, { .layout_id = 98,
.codecs[0] = { .codecs[0] = {
.name = "toonie", .name = "toonie",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册