From: Gerd Bavendiek <bav@rw.sni.de>
To: linux-sound@vger.kernel.org
Subject: Re: Crystal CS4235 with 2.2.0-pre7
Date: Fri, 22 Jan 1999 07:53:24 +0000 [thread overview]
Message-ID: <marc-linux-sound-91700939126173@msgid-missing> (raw)
In-Reply-To: <marc-linux-sound-91669060300940@msgid-missing>
Hi,
I'm glad that with the help of Moc Liamtoh, who suggested swapping DMA,
and Mike Haller, who provided me with a fix to the recent ad1848.c I'm
now able to playback and record with my Crystal CS4235 and Linux
2.2.0-pre7.
My defines in .config (those which are not set are not shown)
#
# Sound
#
CONFIG_SOUND=y
CONFIG_SOUND_OSS=y
CONFIG_SOUND_PSS=m
CONFIG_SOUND_CS4232=y
CONFIG_CS4232_BASES4
CONFIG_CS4232_IRQ=5
CONFIG_CS4232_DMA=1
CONFIG_CS4232_DMA2=0
CONFIG_CS4232_MPU_BASE:8
CONFIG_CS4232_MPU_IRQ=9
Mike's changes are as follows:
momo:/usr/src/linux/drivers/sound> diff ad1848.c.org ad1848.c
1812c1812,1813
< if (devc->model != MD_1848 && devc->model != MD_C930)
---
> if (devc->model != MD_1848 && devc->model != MD_C930 && devc->model !> MD_4235)
Thanks a lot !
Kind regards
Gerd
prev parent reply other threads:[~1999-01-22 7:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-01-18 12:05 Crystal CS4235 with 2.2.0-pre7 moc liamtoh
1999-01-18 18:54 ` Gerd Bavendiek
1999-01-19 3:16 ` Tony Nugent
1999-01-19 7:57 ` Gerd Bavendiek
1999-01-19 8:02 ` Gerd Bavendiek
1999-01-22 7:53 ` Gerd Bavendiek [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-sound-91700939126173@msgid-missing \
--to=bav@rw.sni.de \
--cc=linux-sound@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.