kernel-hacking-2024-linux-s.../sound
Ondrej Zary fb716c0b7b snd-fm801: autodetect SF64-PCR (tuner-only) card
When primary AC97 is not found, don't fail with tons of AC97 errors.
Assume that the card is SF64-PCR (tuner-only).
This makes the SF64-PCR radio card work "out of the box".

Also fixes a bug that can cause an oops here:
        if (tea575x_tuner > 0 && (tea575x_tuner & 0x000f) < 4) {
when tea575x_tuner == 16, it passes this check and causes problems
a couple lines below:
        chip->tea.ops = &snd_fm801_tea_ops[(tea575x_tuner & 0x000f) - 1];

Tested with SF64-PCR, but I don't have any of those sound or sound+radio cards
to test if I didn't break anything.

Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-12-03 18:25:40 +01:00
..
aoa ALSA: Don't assume i2c device probing always succeeds 2009-10-01 07:46:33 +02:00
arm ALSA: aaci - Clean up duplicate code 2009-12-01 16:36:56 +01:00
atmel
core ALSA: remove unnecessary null check 2009-11-18 09:59:40 +01:00
drivers Merge branch 'fix/misc' into topic/misc 2009-11-14 14:38:28 +01:00
i2c ALSA: tea575x-tuner: fix mute 2009-12-03 18:23:20 +01:00
isa ALSA: opti9xx: remove snd_opti9xx fields 2009-12-02 23:56:10 +01:00
mips ALSA: Fix invalid __exit in sound/mips/*.c 2009-10-02 11:06:16 +02:00
oss sound: OSS: keep index within bounds of midi_devs[] 2009-11-16 17:45:50 +01:00
parisc ALSA: sound/parisc: Move dereference after NULL test 2009-10-30 12:01:38 +01:00
pci snd-fm801: autodetect SF64-PCR (tuner-only) card 2009-12-03 18:25:40 +01:00
pcmcia ALSA: pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (sound) 2009-11-02 11:41:41 +01:00
ppc powerpc: Minor cleanup to sound/ppc/Kconfig 2009-10-27 16:42:42 +11:00
sh Merge branch 'fix/misc' into topic/misc 2009-11-14 14:38:28 +01:00
soc Merge branch 'fix/misc' into topic/misc 2009-12-01 08:36:05 +01:00
sparc
spi
synth
usb ALSA: usb - Fix mixer map for Hercules Gamesurround Muse Pocket LT 2009-12-01 16:00:08 +01:00
ac97_bus.c
Kconfig sound: Kconfig typo fix 2009-11-17 08:58:40 +01:00
last.c
Makefile
sound_core.c
sound_firmware.c