linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] ALSA: hda/ca0132 - Fix no-audio issues and add documentation.
@ 2020-12-10 16:06 Connor McAdams
  2020-12-10 16:06 ` [PATCH v2 1/5] ALSA: hda/ca0132 - Reset codec upon initialization Connor McAdams
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Connor McAdams @ 2020-12-10 16:06 UTC (permalink / raw)
  Cc: conmanx360, Jaroslav Kysela, Takashi Iwai, alsa-devel, linux-kernel

This patch series attempts to fix the no audio at startup issues that
have been occurring for some users, using information gained through
reverse engineering the ca0132's onboard 8051 processor.

The issue of no audio on startup seemed to be caused by two separate
problems: not resetting the codec upon initialization, and not making
sure the DSP allocates it's DMA channels correctly.

Tested and working on all cards, except for the AE-7. The AE-7 shouldn't
have any issues, however, I don't have one on hand to test.

Connor McAdams (5):
  ALSA: hda/ca0132 - Reset codec upon initialization.
  ALSA: hda/ca0132 - Add stream port remapping function.
  ALSA: hda/ca0132 - Add 8051 exram helper functions.
  ALSA: hda/ca0132 - Ensure DSP is properly setup post-firmware
    download.
  ALSA: hda/ca0132 - Remove now unnecessary DSP setup functions.

 sound/pci/hda/patch_ca0132.c | 558 ++++++++++++++++++++++-------------
 1 file changed, 354 insertions(+), 204 deletions(-)

v2 changes:
-Remove conditional mutexes from patches 3 and 4.

-- 
2.25.1


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

end of thread, other threads:[~2020-12-10 16:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-10 16:06 [PATCH v2 0/5] ALSA: hda/ca0132 - Fix no-audio issues and add documentation Connor McAdams
2020-12-10 16:06 ` [PATCH v2 1/5] ALSA: hda/ca0132 - Reset codec upon initialization Connor McAdams
2020-12-10 16:06 ` [PATCH v2 2/5] ALSA: hda/ca0132 - Add stream port remapping function Connor McAdams
2020-12-10 16:06 ` [PATCH v2 3/5] ALSA: hda/ca0132 - Add 8051 exram helper functions Connor McAdams
2020-12-10 16:06 ` [PATCH v2 4/5] ALSA: hda/ca0132 - Ensure DSP is properly setup post-firmware download Connor McAdams
2020-12-10 16:06 ` [PATCH v2 5/5] ALSA: hda/ca0132 - Remove now unnecessary DSP setup functions Connor McAdams
2020-12-10 16:24 ` [PATCH v2 0/5] ALSA: hda/ca0132 - Fix no-audio issues and add documentation 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).