[alsa-devel] [BUG]ABit aa8xe sound card not selected

Raymond Yau superquad.vortex2 at gmail.com
Sun May 18 17:23:01 CEST 2014


>
>   Try specify model=6stack-dig
>
>
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/Documentation/sound/alsa/HD-Audio-Models.txt

have you try the model=6stack-digout or 6stack-automute ?

https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_realtek.c?id=67b6ec3196da235317ff1b9474f17379b78f3294

ALC880_FIXUP_6ST_BASE] = {
+ .type = ALC_FIXUP_PINS,
+ .v.pins = (const struct alc_pincfg[]) {
+ { 0x14, 0x01014010 }, /* front */
+ { 0x15, 0x01016412 }, /* surr */
+ { 0x16, 0x01011411 }, /* CLFE */
+ { 0x17, 0x01012414 }, /* side */
+ { 0x18, 0x01a19c30 }, /* mic-in */
+ { 0x19, 0x02a19c40 }, /* front-mic */
+ { 0x1a, 0x01813031 }, /* line-in */
+ { 0x1b, 0x0121411f }, /* HP */

HP in ALC880_FIXUP_6ST_BASE explicitly disable jack detection ,

Do you need a new model which support headphone automute speaker with
digital output since 6stack-automute does not have digital ouput ?

https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_realtek.c?id=5397145f4faeabbb7937ac784f734b06b20ed921

>
> 00:1b.0 0403: 8086:2668 (rev 04)
>
>  Subsystem: 147b:1045
>
> send email to alsa-devel mailing list to add pci quirk since Bios does
not setup pin default
>  Default 0x00000000: [Jack] Line Out at Ext N/A
>
> Sysfs Files
>
> !!-----------
>
> /sys/class/sound/hwC0D0/init_pin_configs:
>
> 0x14 0x00000000
>
> 0x15 0x00000000
>
> 0x16 0x00000000
>
> 0x17 0x00000000
>
> 0x18 0x00000000
>
> 0x19 0x00000000
>
> 0x1a 0x00000000
>
> 0x1b 0x00000000
>
> 0x1c 0x00000000
>
> 0x1d 0x00000000
>
> 0x1e 0x00000000
>
> 0x1f 0x00000000
> -----
>

https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/hda_auto_parser.c?id=9b7564a64999597844513604df4a206fa4da3b69

Do you mean the driver still does not provide any warning message when all
your pins are ignored by the driver ?


More information about the Alsa-devel mailing list