you can see those autoconfig in system log if you configure the driver
--with-debug=verbose


[   12.768067] input: HDA Intel PCH Headphone as 
/devices/pci0000:00/0000:00:1b.0/sound/card1/input12
[   12.769924] input: HDA Intel PCH Mic as 
/devices/pci0000:00/0000:00:1b.0/sound/card1/input13

did hda-jack-sense-test indicate node 0x10 and 0x18 are headphone and
mic when you plugged and unpluged hp and mic ?


some invalid pin complex can be ignored since Speaker is analog and wcaps 
support Digital 

Node 0x1d [Pin Complex] wcaps 0x406301: 8-Channels Digital
  Pincap 0x00000010: OUT
  Pin Default 0x901600f0: [Fixed] Speaker at Int N/A
    Conn = Digital, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
  Pin-ctls: 0x00:
  Connection: 1
     0x0a


/sys/class/sound/hwC1D0/init_pin_configs:
0x10 0x002b4020  <--- 
0x11 0x400000f0
0x12 0x90100110  <---- Speaker 
0x13 0x400000f0
0x14 0x400000f0
0x15 0x400000f0
0x16 0x400000f0
0x17 0x400000f0
0x18 0x00ab9030
0x19 0x400000f0
0x1a 0x400000f0
0x1b 0x400000f0
0x1c 0x90a60100
0x1d 0x400000f0
0x1e 0x400000f0
0x1f 0x400000f0
0x20 0x400000f0
0x21 0x400000f0
0x22 0x400000f0

just ignore node 0x11 and node 0x1d in snd_hda_parse_pin_defcfg()  of
hda_auto_parser.c

                case AC_JACK_SPEAKER:
+                       if (wid_caps & AC_WCAP_DIGITAL)
+                               continue;
+                       if (nid == 0x11)
+                               continue;
                        seq = get_defcfg_sequence(def_conf);


                        if (wid_caps & AC_WCAP_DIGITAL))

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1212639

Title:
  MacBookAir6,2,  No sound though speakers

Status in “alsa-driver” package in Ubuntu:
  Confirmed

Bug description:
  Hi there,

  There is no sound from the Mac's internal speakers. Audio interface is
  detected in pulseaudio and sound works through the headphones jack.
  Adjusting the volume displays the volume control bar correctly, but it
  has no effect.

  MacBook Air 6,2
  Intel® Core i7-4650U CPU @ 1.70GHz 
  8GB RAM
  128GB SSD
  Ubuntu 13.04

  lspci | grep Audio
  00:03.0 Audio device: Intel Corporation Device 0a0c (rev 09)
  00:1b.0 Audio device: Intel Corporation Lynx Point-LP HD Audio Controller 
(rev 04)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  Uname: Linux 3.11.0-rc4-custom x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USER        PID ACCESS COMMAND
   /dev/snd/controlC0:  orm        1821 F.... pulseaudio
  Date: Thu Aug 15 11:36:21 2013
  InstallationDate: Installed on 2013-08-09 (6 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USER        PID ACCESS COMMAND
   /dev/snd/controlC0:  orm        1821 F.... pulseaudio
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [MacBookAir6,2, Cirrus Logic ID 4208, Speaker, Internal] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/24/2013
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBA61.88Z.0099.B00.1305241529
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-7DF21CB3ED6977E5
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookAir6,2
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-7DF21CB3ED6977E5
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBA61.88Z.0099.B00.1305241529:bd05/24/2013:svnAppleInc.:pnMacBookAir6,2:pvr1.0:rvnAppleInc.:rnMac-7DF21CB3ED6977E5:rvrMacBookAir6,2:cvnAppleInc.:ct10:cvrMac-7DF21CB3ED6977E5:
  dmi.product.name: MacBookAir6,2
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1212639/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to