[EMAIL PROTECTED] wrote:
> Hi, I've got a motherboard with a builtin soundcard, proc/pci says:
> VIA Technologies, Inc. VT8233/A/8235 AC97 Audio Controller (rev 80)
> (The Mobo is a Gigabyte GA-7VAX, a VIA KT400 chipset with a VT8235)
>
> and I find that (on Line 83 in alsa-kernel/pci/via82xx.c) the:
> static int ac97_clock[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 48000};
>
> ...works better for me when the 48000 is changed to 44100.

This is a module option; instead of changing this line, you are
supposed to put the following line into modules.conf:

  options snd-via82xx ac97_clock=44100

(or, if an options line for this module already exists, add it there)


HTH
Clemens




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to