Difference between revisions of "CS4248"
(switched categorization) |
|||
(9 intermediate revisions by 4 users not shown) | |||
Line 5: | Line 5: | ||
=== CS4248 === | === CS4248 === | ||
This is a Cirrus Logic Audio controller | This is a Cirrus Logic Audio controller | ||
+ | |||
+ | On the TP750 series, this chip is incorrectly called an <i>MWave Audio Codec</i> in marketing literature | ||
=== Features === | === Features === | ||
Line 12: | Line 14: | ||
|style="vertical-align:top" | | |style="vertical-align:top" | | ||
|} | |} | ||
− | |||
− | |||
− | |||
=== Linux ALSA driver === | === Linux ALSA driver === | ||
Line 21: | Line 20: | ||
options snd-ad1848 snd_index=0 snd_port=0x4e30 snd_irq=10 snd_dma1=0 snd_thinkpad=1 | options snd-ad1848 snd_index=0 snd_port=0x4e30 snd_irq=10 snd_dma1=0 snd_thinkpad=1 | ||
− | === | + | If you're running Debian Woody: Its ALSA 0.9 hasn't this Thinkpad support yet. Hence, you need to recompile the kernel (2.4.18) including the soundcore module and adding ALSA 1.0. |
+ | |||
+ | === ThinkPads this chip may be found in === | ||
* {{360PE}} | * {{360PE}} | ||
+ | * {{750}}, {{750C}}, {{750Cs}}, {{750P}} | ||
* {{755C}}, {{755Cs}} | * {{755C}}, {{755Cs}} | ||
+ | |||
+ | [[Category:Audio Devices]] |
Latest revision as of 14:21, 15 November 2020
CS4248This is a Cirrus Logic Audio controller On the TP750 series, this chip is incorrectly called an MWave Audio Codec in marketing literature Features
|
Linux ALSA driver
This sound chip is supported by the snd-ad1848 kernel module. Use the following options line when loading this module:
options snd-ad1848 snd_index=0 snd_port=0x4e30 snd_irq=10 snd_dma1=0 snd_thinkpad=1
If you're running Debian Woody: Its ALSA 0.9 hasn't this Thinkpad support yet. Hence, you need to recompile the kernel (2.4.18) including the soundcore module and adding ALSA 1.0.