[alsa-devel] [PATCH ALSA HDA 1/1] Fix alc662_dac_nid and change 6stack-dig to 5stack-dig

Raymond Yau superquad.vortex2 at gmail.com
Thu Apr 7 15:13:29 CEST 2011


2011/4/7 Valerio tesei <valerio.tesei at gmail.com>

> This evening i will check out the Takashi sound-2.6 git kernel tree and
> update it every day to give feedback on problems with this card on my
> motherboard.
>
> If i could help in any other way (debug, dmesg or others) let me know :)
>
> why alsaconf does not find my card? what i'm wrong?
>
> anyway, thanks for all this work.
>
>
You have to find out from system log which hardware cannot ioremap

[ 250.950937] ioremap error for 0xdde70000-0xdde71000, requested 0x10, got
0x0

Is it normal to have so many hda_codec_cleanup_stream  ?

[ 369.824424] hda_codec_cleanup_stream: NID=0x9
[ 369.824857] hda_codec_cleanup_stream: NID=0x9
[ 369.825335] hda_codec_cleanup_stream: NID=0x9
[ 369.825764] hda_codec_cleanup_stream: NID=0x9
[ 369.826232] hda_codec_cleanup_stream: NID=0x9
[ 369.826634] hda_codec_cleanup_stream: NID=0x9
[ 369.827095] hda_codec_cleanup_stream: NID=0x9


The HDA controller seem support multi stream capture

[ 6.748965] hda-intel: chipset global capabilities = 0x4401

Two stereo ADCs support 16/20/24-bit PCM format, multiple stereo recording

but the driver only create 1 capture stream.but two capture volume/switches
and input sources

ARECORD
**** List of CAPTURE Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC892 Analog [ALC892 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0

Simple mixer control 'Input Source',0
 Capabilities: cenum
 Items: 'Rear Mic' 'Front Mic' 'Line'
 Item0: 'Rear Mic'
Simple mixer control 'Input Source',1
 Capabilities: cenum
 Items: 'Rear Mic' 'Front Mic' 'Line'
 Item0: 'Rear Mic'


More information about the Alsa-devel mailing list