]> git.neil.brown.name Git - history.git/commit
Fix up sound driver proc-reading interfaces.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 9 Aug 2004 09:09:47 +0000 (02:09 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 9 Aug 2004 09:09:47 +0000 (02:09 -0700)
commit7551961b87207dd2f2f0ceda9063d4e76566c1b9
treef5d6085dde945fb123d783d0ff7eea4bc6097ede
parent4b3aac8de06284ab58072b364290784185e277fe
Fix up sound driver proc-reading interfaces.

The old ones were not only hard to use, they were in fact
impossible or a low-level sound driver to get right, since
the core sound code didn't even export all the necessary
information.

Add the file offset to the /proc read interfaces, and make
them simpler to use. The core now does a offset updates, and
sanity-checks the values so that the low-level drivers don't
need to worry.
Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl
include/sound/info.h
sound/core/info.c
sound/drivers/opl4/opl4_proc.c
sound/isa/gus/gus_mem_proc.c
sound/pci/cs4281.c
sound/pci/cs46xx/cs46xx_lib.c
sound/pci/emu10k1/emuproc.c
sound/pci/mixart/mixart.c