The Following 2 Users Say Thank You to vi_ For This Useful Post: | ||
|
2012-02-01
, 09:40
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#102
|
The Following 3 Users Say Thank You to freemangordon For This Useful Post: | ||
|
2012-02-01
, 10:00
|
Posts: 1,523 |
Thanked: 1,997 times |
Joined on Jul 2011
@ not your mom's FOSS basement
|
#103
|
+The codec driver leverages the codecs effects through alsa controls and a
+hwdep device for controlling the hardware fourth-order IIR filter block.
+
+There's an alsa control, "3D Control - Depth" for depth simulation.
+The rest of the controls are for the IIR filter:
+
+1- A control for setting the bass/treble gain, which sets the filter's
+ coefficients to certain precalculated values.
+2- A control for 'off' / 'Bass/Treble' / 'Custom'. 'Bass/Treble' means
+ the bass/treble gain controls are used, while 'custom' means the
+ coefficients have been set through the hwdep device (see below).
+Note: bass/treble controls are not yet implemented
+
+Filters
+--------
+Note: Setting a filter's coeffs automatically turns it off, it needs to
+be turned on explicitly.
+
+The De-emphasis filter can only be controlled on the machine driver level.
+For example for the n900 (rx51.c) it is used as highpass filter for
+speaker protection. See tlv320aic3x.h, aic3x_deemph_set_* for details.
/* Default De-emphasis filter coefficients to use as a highpass for
+ * cheap speaker protection */
The Following User Says Thank You to don_falcone For This Useful Post: | ||
|
2012-02-01
, 10:10
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#104
|
Now kernel-power has 4 major packages (needed for using):
kernel-power
kernel-power-flasher
kernel-power-modules
kernel-power-bootimg
and some more for development...
I have question: Why two packages are needed for flashing kernel? kernel-power only contains fiasco image (with packaged zImage) and kernel-power-flasher has only postinst script which flash that fiasco image (from package kernel-power) and then REMOVE fiasco image from rootfs. (Note that stock kernel has same process, kernel-power only copied kernel source package)
What do you think about merging kernel-power and kernel-power-flasher to one package kernel-power-flasher? (I will do not delete kernel-power package, I only mark it as dummy/transitional)
Positive on this change:
* you do not need to install kernel-power package
* when you want to reinstall/reflash kernel-power, you need only reinstall package kernel-power-flasher
Negative:
* packages which depends directly on kernel-power will must change dependences to kernel-power-flasher
But I will let kernel-power package in repository, but it will be empty (+ added dependency on kernel-power-flasher) - so this does not break last negative point.
So what do you think?
|
2012-02-01
, 10:16
|
Posts: 1,523 |
Thanked: 1,997 times |
Joined on Jul 2011
@ not your mom's FOSS basement
|
#105
|
|
2012-02-01
, 10:36
|
|
Posts: 1,625 |
Thanked: 998 times |
Joined on Aug 2010
|
#106
|
Now kernel-power has 4 major packages (needed for using):
kernel-power
kernel-power-flasher
kernel-power-modules
kernel-power-bootimg
and some more for development...
[...]
So what do you think?
|
2012-02-01
, 11:21
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#107
|
The Following 8 Users Say Thank You to pali For This Useful Post: | ||
|
2012-02-01
, 14:45
|
Posts: 53 |
Thanked: 40 times |
Joined on May 2009
@ Brooksville, Florida
|
#108
|
|
2012-02-01
, 14:56
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#109
|
So is there actually a real problem with Support-for-tlv320aic3x-codec-highpass-filter-needed.diff? If you guys would prefer to potentially blow up your speakers, so be it...
|
2012-02-01
, 14:57
|
Posts: 53 |
Thanked: 40 times |
Joined on May 2009
@ Brooksville, Florida
|
#110
|
Tags |
development, kernel-power |
|
Is it this?
From this guy?
who said this: