Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
L
linux-imx
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • linux-kernel
  • linux-imx
  • Repository

Switch branch/tag
  • linux-imx
  • sound
  • isa
  • Makefile
Find file
BlameHistoryPermalink
  • Ondrej Zary's avatar
    ALSA: introduce snd-cmi8328: C-Media CMI8328 driver · f9933487
    Ondrej Zary authored Aug 20, 2012
    Introduce snd-cmi8328 driver for C-Media CMI8328-based sound cards, such as
    AudioExcel AV500.
    
    It supports PCM playback and capture (full-duplex) through wss_lib, gameport,
    OPL3 and MPU401. The AV500 card has onboard Dream wavetable synth connected
    to the MPU401 port and Aux 1 input internally which works too.
    The CDROM interface is not supported (as the drivers for these CDROMs were
    removed from the kernel some time ago).
    
    A separate driver is needed because CMI8328 is completely different chip to
    CMI8329/CMI8330. It's configured by magic registers (there's no PnP). Sound is
    provided by a real WSS codec (CS4231A) and the SB part is just a SB Pro
    emulation (for DOS games, useless for Linux).
    
    When SB is enabled, the CMI8328 chip disables access to the WSS codec,
    emulates SoundBlaster on one side and outputs sound data to the codec - so SB
    and WSS can't work together with this card. The WSS codec can do full duplex
    by itself so there's no need for crazy things like snd-cmi8330 does
    (combining SB and WSS parts into one driver).
    Signed-off-by: 's avatarOndrej Zary <linux@rainbow-software.org>
    Signed-off-by: 's avatarTakashi Iwai <tiwai@suse.de>
    f9933487
Makefile 857 Bytes
EditWeb IDE
×

Replace Makefile

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.