Yet Another Sound Patch (YASP :-). This should fix the problems with

the cs4231, soundblaster, and pas-16 that people have been reporting.
Submitted by:	james
This commit is contained in:
Jordan K. Hubbard 1995-09-05 19:48:58 +00:00
parent a06a8a9829
commit c734076e9c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10564
3 changed files with 0 additions and 12 deletions

View File

@ -474,11 +474,7 @@ static struct audio_operations ad1848_pcm_operations[MAX_AUDIO_DEV] =
{
{
"Generic AD1848 codec",
#if defined(__FreeBSD__)
NEEDS_RESTART,/* disable automode for now until we get this working right */
#else
DMA_AUTOMODE,
#endif
AFMT_U8, /* Will be set later */
NULL,
ad1848_open,

View File

@ -373,11 +373,7 @@ pas_pcm_prepare_for_output (int dev, int bsize, int bcount)
static struct audio_operations pas_pcm_operations =
{
"Pro Audio Spectrum",
#if defined(__FreeBSD__)
0, /* disable automode for now until we get this working right */
#else
DMA_AUTOMODE,
#endif
AFMT_U8 | AFMT_S16_LE,
NULL,
pas_pcm_open,

View File

@ -84,11 +84,7 @@ static void dsp_cleanup (void);
static struct audio_operations sb16_dsp_operations =
{
"SoundBlaster 16",
#if defined(__FreeBSD__)
0, /* disable automode for now until we get this working right */
#else
DMA_AUTOMODE,
#endif
AFMT_U8 | AFMT_S16_LE,
NULL,
sb16_dsp_open,