Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2006 19:36:28 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/modules/sound/driver/emu10kx Makefile src/sys/dev/sound/pci emu10kx-midi.c emu10kx-pcm.c emu10kx.c emu10kx.h src/sys/gnu/dev/sound/pci p16v-alsa.h p17v-alsa.h
Message-ID:  <200607151936.k6FJaSSe005381@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
netchild    2006-07-15 19:36:28 UTC

  FreeBSD src repository

  Added files:
    sys/modules/sound/driver/emu10kx Makefile 
    sys/dev/sound/pci    emu10kx-midi.c emu10kx-pcm.c emu10kx.c 
                         emu10kx.h 
    sys/gnu/dev/sound/pci p16v-alsa.h p17v-alsa.h 
  Log:
  Add snd_emu10kx driver for Creative SoundBlaster Live! and Audigy series
  sound cards with optional pseudo-multichannel playback.
  
  It's based on snd_emu10k1 sound driver. Single channel version is available
  from audio/emu10kx port since some time.
  
  The two new ALSA header files (GPLed), which contain Audigy 2 ("p16v") and
  Audigy 2 Value ("p17v") specific interfaces, are latest versions from ALSA
  Mercurial repository.
  
  This is not connected to the build yet.
  
  Submitted by:   Yuriy Tsibizov <Yuriy.Tsibizov@gfk.ru>
  
  Revision  Changes    Path
  1.1       +249 -0    src/sys/dev/sound/pci/emu10kx-midi.c (new)
  1.1       +965 -0    src/sys/dev/sound/pci/emu10kx-pcm.c (new)
  1.1       +3022 -0   src/sys/dev/sound/pci/emu10kx.c (new)
  1.1       +180 -0    src/sys/dev/sound/pci/emu10kx.h (new)
  1.1       +301 -0    src/sys/gnu/dev/sound/pci/p16v-alsa.h (new)
  1.1       +113 -0    src/sys/gnu/dev/sound/pci/p17v-alsa.h (new)
  1.1       +48 -0     src/sys/modules/sound/driver/emu10kx/Makefile (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607151936.k6FJaSSe005381>