diff options
author | Luke Yelavich <luke.yelavich@canonical.com> | 2010-02-12 00:28:29 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-02-22 02:27:57 -0500 |
commit | e458b1fadf9239d1fdb165ff4c4ea0d807041bec (patch) | |
tree | 671c35b0e525f89bab8be5ab912716470ec947d7 /Documentation/sound | |
parent | ba579eb7b30791751f556ee01905636cda50c864 (diff) |
ALSA: hda - Add Macmini 3,1 support
BugLink: https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/343989
Add a model quirk for the NVIDIA based Macmini hardware, aka Macmini 3,1. The
pinout is almost identical to the mb5 quirk, except for no microphone and
the line-in mixer controls being on a different index. Everything works in
2ch mode, but as I am not sure what needs to be changed for 6ch mode, or
whether the Mac Mini's chip supports 6ch mode, I have simply duplicated
the code from the mb5 quirk for the mac mini chmode management. The new
model parameter for this quirk is "macmini3".
Signed-off-by: Luke Yelavich <luke.yelavich@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/alsa/HD-Audio-Models.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/sound/alsa/HD-Audio-Models.txt b/Documentation/sound/alsa/HD-Audio-Models.txt index 0c7ebef62893..5efacf01d9e3 100644 --- a/Documentation/sound/alsa/HD-Audio-Models.txt +++ b/Documentation/sound/alsa/HD-Audio-Models.txt | |||
@@ -124,6 +124,7 @@ ALC882/883/885/888/889 | |||
124 | asus-a7m ASUS A7M | 124 | asus-a7m ASUS A7M |
125 | macpro MacPro support | 125 | macpro MacPro support |
126 | mb5 Macbook 5,1 | 126 | mb5 Macbook 5,1 |
127 | macmini3 Macmini 3,1 | ||
127 | mbp3 Macbook Pro rev3 | 128 | mbp3 Macbook Pro rev3 |
128 | imac24 iMac 24'' with jack detection | 129 | imac24 iMac 24'' with jack detection |
129 | imac91 iMac 9,1 | 130 | imac91 iMac 9,1 |