06 Jan, 2009
1 commit
-
If AC97 unit is in partially enabled state, early request_irq can trigger
IRQ storm or even full hang up. Workaround this by forcibly switching ACLINK off
at the start of the probe.Signed-off-by: Dmitry Baryshkov
Signed-off-by: Mark Brown
02 Dec, 2008
1 commit
-
The optimal change would be to move the AC97 register definitions into
the AC97 driver, unfortunately, the registers are shared between several
files. Move them into a dedicated regs-ac97.h first.Signed-off-by: Eric Miao
14 Oct, 2008
1 commit
-
The last ALSA merge broke pxa2xx-ac97-lib.c, as it brought back
references to cpu_is_pxa21x that Eric Miao removed in commit
0ffcbfd54ea81ca24c0749f55ca4fcf3e2bdc23e:[ARM] pxa: make cpu_is_pxa2* macros more consistent
This patch gets rid of those references, and only keeps cpu_is_pxa25x().
Signed-off-by: Marc Zyngier
Acked-by: Eric Miao
Signed-off-by: Mark Brown
Signed-off-by: Takashi Iwai
23 Sep, 2008
2 commits
-
Support building of pxa2xx-ac97-lib for several CPUs by making code
run-time selected, not only compile-time.[Fixed 3XX->3xx typos in ifdef checks -- broonie.]
Signed-off-by: Dmitry Baryshkov
Signed-off-by: Mark Brown
Signed-off-by: Jaroslav Kysela -
ASoC and non-ASoC drivers for ACLINK on PXA share lot's of common code.
Move all common code into separate module snd-pxa2xx-lib.[Fixed handing of SND_AC97_CODEC in Kconfig and some checkpatch warnings
-- broonie]Signed-off-by: Dmitry Baryshkov
Signed-off-by: Mark Brown
Signed-off-by: Jaroslav Kysela