alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ALSA: hda/ca0132 - Better handle a failed DSP firmware load.
@ 2013-03-15  0:27 Dylan Reid
  2013-03-15  0:27 ` [PATCH 1/3] ALSA: hda/ca0132 - Check if dspload_image succeeded Dylan Reid
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Dylan Reid @ 2013-03-15  0:27 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, Dylan Reid, chee_kin, ian_minett

Enabling CONFIG_SND_HDA_CODEC_CA0132_DSP on the Chromebook Pixel leads
to 10+ a second delay between running aplay and hearing audio.  This
was caused by the driver thinking the DSP was loaded when it had
actually failed.  The first two patches avoid that situation, the DSP
still fails to load every time, but at least the system continues
without a painful delay.  The third patch is just a cleanup that
touches the same state variable.

Dylan Reid (3):
  ALSA: hda/ca0132 - Check if dspload_image succeeded.
  ALSA: hda/ca0132 - Check download state of DSP.
  ALSA: hda/ca0132 - Remove extra setting of dsp_state.

 sound/pci/hda/patch_ca0132.c | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

-- 
1.8.1.3.605.g02339dd

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-03-15  6:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-15  0:27 [PATCH 0/3] ALSA: hda/ca0132 - Better handle a failed DSP firmware load Dylan Reid
2013-03-15  0:27 ` [PATCH 1/3] ALSA: hda/ca0132 - Check if dspload_image succeeded Dylan Reid
2013-03-15  0:27 ` [PATCH 2/3] ALSA: hda/ca0132 - Check download state of DSP Dylan Reid
2013-03-15  0:27 ` [PATCH 3/3] ALSA: hda/ca0132 - Remove extra setting of dsp_state Dylan Reid
2013-03-15  6:46 ` [PATCH 0/3] ALSA: hda/ca0132 - Better handle a failed DSP firmware load Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).