Re: ALC883 recording troubles...

From: Vegard Nossum
Date: Sat Jun 28 2008 - 08:39:44 EST


On Sat, Jun 28, 2008 at 2:29 PM, Daniel J Blueman
<daniel.blueman@xxxxxxxxx> wrote:
> Using your dumped config and
> ftp://202.65.194.211/pc/audio/ALC268_DataSheet_1.3.pdf page 42, your
> front mic pin complex is at node 19h; the mixers connecting to it are
> at nodes 0Bh, 22h and 23h, all at the second input index, so one of
> these should work:
>
> # ./hda-verb /dev/snd/hwC0D0 0x0b SET_AMP_GAIN_MUTE 0x7280
> # ./hda-verb /dev/snd/hwC0D0 0x22 SET_AMP_GAIN_MUTE 0x7280
> # ./hda-verb /dev/snd/hwC0D0 0x23 SET_AMP_GAIN_MUTE 0x7280
>
> On my ALC883, we need to mute the first input instead, thus 0x7180.
> Can you see if the above helps you out?

Thanks for helping out!

Unfortunately, none of these commands (with either 0x7180 or 0x7280)
seems to make any difference at all. (I tried various combinations,
with reloading the driver in-between to undo the trial attempts.)


Vegard

--
"The animistic metaphor of the bug that maliciously sneaked in while
the programmer was not looking is intellectually dishonest as it
disguises that the error is the programmer's own creation."
-- E. W. Dijkstra, EWD1036
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/