* snd_hda_intel locking up on VIA CX700M2 with VT1708A codec
@ 2008-04-18 14:21 Simon Farnsworth
2008-04-18 17:39 ` Simon Farnsworth
0 siblings, 1 reply; 3+ messages in thread
From: Simon Farnsworth @ 2008-04-18 14:21 UTC (permalink / raw)
To: alsa-devel
Hello,
I'm trying to work out what's going wrong with the HDA controller in our
VIA CX700M2 board; there's a full bug report at
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3910, but
briefly, I'm seeing it lock up and refuse to DMA after long enough
transferring audio data.
Does anyone have any ideas that would help me track down this lockup and
find a workaround?
--
Thanks,
Simon Farnsworth
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: snd_hda_intel locking up on VIA CX700M2 with VT1708A codec
2008-04-18 14:21 snd_hda_intel locking up on VIA CX700M2 with VT1708A codec Simon Farnsworth
@ 2008-04-18 17:39 ` Simon Farnsworth
2008-04-21 9:05 ` Simon Farnsworth
0 siblings, 1 reply; 3+ messages in thread
From: Simon Farnsworth @ 2008-04-18 17:39 UTC (permalink / raw)
To: alsa-devel
Simon Farnsworth wrote:
> Hello,
>
> I'm trying to work out what's going wrong with the HDA controller in our
> VIA CX700M2 board; there's a full bug report at
> https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3910, but
> briefly, I'm seeing it lock up and refuse to DMA after long enough
> transferring audio data.
>
Following up on myself; the last command sent to the codec is always
0x014f000a in my testing. Is it likely that the digital output (node
0x14) is causing problems (it's not wired to anything)?
--
Simon Farnsworth
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: snd_hda_intel locking up on VIA CX700M2 with VT1708A codec
2008-04-18 17:39 ` Simon Farnsworth
@ 2008-04-21 9:05 ` Simon Farnsworth
0 siblings, 0 replies; 3+ messages in thread
From: Simon Farnsworth @ 2008-04-21 9:05 UTC (permalink / raw)
To: alsa-devel
Simon Farnsworth wrote:
> Simon Farnsworth wrote:
>> Hello,
>>
>> I'm trying to work out what's going wrong with the HDA controller in our
>> VIA CX700M2 board; there's a full bug report at
>> https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3910, but
>> briefly, I'm seeing it lock up and refuse to DMA after long enough
>> transferring audio data.
>>
> Following up on myself; the last command sent to the codec is always
> 0x014f000a in my testing. Is it likely that the digital output (node
> 0x14) is causing problems (it's not wired to anything)?
I've manually crippled the code that enables the digital output
(commented out the following lines in patch_via.c at line 846 ish):
if (spec->autocfg.dig_out_pin)
spec->multiout.dig_out_nid = VT1708_DIGOUT_NID;
if (spec->autocfg.dig_in_pin)
spec->dig_in_nid = VT1708_DIGIN_NID;
This hasn't helped, beyond removing the last_cmd message from dmesg.
Back to the drawing board for me.
--
Simon Farnsworth
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-04-21 9:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-18 14:21 snd_hda_intel locking up on VIA CX700M2 with VT1708A codec Simon Farnsworth
2008-04-18 17:39 ` Simon Farnsworth
2008-04-21 9:05 ` Simon Farnsworth
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.