Changeset 772 for GPL/trunk/alsa-kernel/pci/emu10k1/p16v.h
- Timestamp:
- Apr 19, 2025, 8:08:37 PM (4 months ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-6.6-LTS (added) merged: 765,768-769 /GPL/branches/uniaud32-exp (added) merged: 735-741,743-744,748-751,753-760,762-764 /GPL/branches/uniaud32-next merged: 718-734
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/pci/emu10k1/p16v.h
r679 r772 3 3 * Copyright (c) by James Courtier-Dutton <James@superbug.demon.co.uk> 4 4 * Driver p16v chips 5 * Version: 0.216 *7 * FEATURES currently supported:8 * Output fixed at S32_LE, 2 channel to hw:0,09 * Rates: 44.1, 48, 96, 192.10 *11 * Changelog:12 * 0.813 * Use separate card based buffer for periods table.14 * 0.915 * Use 2 channel output streams instead of 8 channel.16 * (8 channel output streams might be good for ASIO type output)17 * Corrected speaker output, so Front -> Front etc.18 * 0.1019 * Fixed missed interrupts.20 * 0.1121 * Add Sound card model number and names.22 * Add Analog volume controls.23 * 0.1224 * Corrected playback interrupts. Now interrupt per period, instead of half period.25 * 0.1326 * Use single trigger for multichannel.27 * 0.1428 * Mic capture now works at fixed: S32_LE, 96000Hz, Stereo.29 * 0.1530 * Force buffer_size / period_size == INTEGER.31 * 0.1632 * Update p16v.c to work with changed alsa api.33 * 0.1734 * Update p16v.c to work with changed alsa api. Removed boot_devs.35 * 0.1836 * Merging with snd-emu10k1 driver.37 * 0.1938 * One stereo channel at 24bit now works.39 * 0.2040 * Added better register defines.41 * 0.2142 * Split from p16v.c43 *44 * BUGS:45 * Some stability problems when unloading the snd-p16v kernel module.46 * --47 *48 * TODO:49 * SPDIF out.50 * Find out how to change capture sample rates. E.g. To record SPDIF at 48000Hz.51 * Currently capture fixed at 48000Hz.52 *53 * --54 * GENERAL INFO:55 * Model: SB024056 * P16V Chip: CA0151-DBS57 * Audigy 2 Chip: CA0102-IAT58 * AC97 Codec: STAC 972159 * ADC: Philips 1361T (Stereo 24bit)60 * DAC: CS4382-K (8-channel, 24bit, 192Khz)61 5 * 62 6 * This code was initially based on code from ALSA's emu10k1x.c which is: … … 65 9 66 10 /********************************************************************************************************/ 67 /* Audigy2 P16V pointer-offset register set, accessed through the PTR2 and DATA2 registers 11 /* Audigy2 P16V pointer-offset register set, accessed through the PTR2 and DATA2 registers */ 68 12 /********************************************************************************************************/ 69 13
Note:
See TracChangeset
for help on using the changeset viewer.