diff options
author | imp <imp@FreeBSD.org> | 2001-01-04 17:12:57 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-01-04 17:12:57 +0000 |
commit | 5504e01ce26c490fef79e0404ca26eb6d147b129 (patch) | |
tree | e8c32ffbd65683a8c1fecb25b181a27de1f9f535 /sys/dev/sound/isa/sbc.c | |
parent | 2dddf9177c3a30a62d4b04bc140d649ae2ea9776 (diff) | |
download | FreeBSD-src-5504e01ce26c490fef79e0404ca26eb6d147b129.zip FreeBSD-src-5504e01ce26c490fef79e0404ca26eb6d147b129.tar.gz |
Add the ES1681, as found in my Digital HiNote UltraII. It works with
the ES18xx DSP code and is now my MP3 juke box engine.
Reviewed by: cg
Diffstat (limited to 'sys/dev/sound/isa/sbc.c')
-rw-r--r-- | sys/dev/sound/isa/sbc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/sound/isa/sbc.c b/sys/dev/sound/isa/sbc.c index 1549926..1fc485e 100644 --- a/sys/dev/sound/isa/sbc.c +++ b/sys/dev/sound/isa/sbc.c @@ -218,6 +218,7 @@ static struct isa_pnp_id sbc_ids[] = { {0x01100000, "Avance Asound 110"}, /* @@@1001 */ {0x01200000, "Avance Logic ALS120"}, /* @@@2001 - ViBRA16X clone */ + {0x81167316, "ESS ES1681"}, /* ESS1681 */ {0x02017316, "ESS ES1688"}, /* ESS1688 */ {0x68187316, "ESS ES1868"}, /* ESS1868 */ {0x03007316, "ESS ES1869"}, /* ESS1869 */ @@ -737,5 +738,3 @@ static driver_t sbc_driver = { DRIVER_MODULE(snd_sbc, isa, sbc_driver, sbc_devclass, 0, 0); MODULE_DEPEND(snd_sbc, snd_pcm, PCM_MINVER, PCM_PREFVER, PCM_MAXVER); MODULE_VERSION(snd_sbc, 1); - - |