| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fix herring-wm8994.c to compile on 2.6.39
checkpoint: use mainline sound driver
checkout: audio driver loads but locks up
checkpoint: audio setup does not complain, but playback times-out
checkpoint: using soc sound i2s and dma code from 2.6.35 - dma still hangs
checkpoint: using old codec, dma and i2s code sound plays but is distorded
fix distorted sound
rename samsung wm8994 codec to not conflict with standard wm8994 mfd device
modify dma.c to work with dma wrapper
rename some audio config options and fix defconfig
remove some duplicate clocks
Change-Id: I1b72b5b7937fd4a40a1719674976ba16d7e8f3a6
|
|
|
|
|
|
|
| |
supports VCO, HCO, FULL mode of TTY during call.
Change-Id: If56d0c3da20377c59adc8681769e443f35da045c
Signed-off-by: Uk Kim <w0806.kim@samsung.com>
|
|
|
|
|
|
|
| |
devided gain table between voice capture and voice communication.
Signed-off-by: UK KIM <w0806.kim@samsung.com>
Change-Id: Ie29abf9e2bb7fd48582ef3a7550bb82398c511c6
|
|
|
|
|
| |
Change-Id: Iffc4340f37e80c446e212d656c5605687da6555d
Signed-off-by: Uk Kim <w0806.kim@samsung.com>
|
|
|
|
|
|
|
|
|
|
| |
We have to support a different microphone gain for the camcorder.
Because codec gain is set focused on SIP. When we use the phone as
the camcorder, MIC gain should be higher than SIP. This is requested
by Samsung QA.
Change-Id: I8600ed70350f2fe2d715f81e1c22d2f37d55a303
Signed-off-by: Minsong Kim <ms17.kim@samsung.com>
|
|
|
|
| |
Add a gain configuration for headsets without microphones.
|
|
|
|
|
|
|
|
|
| |
1. support gain setting in all modes for Europe.
2. change gain value
HPOUT1 L/R(1Ch, 1Dh) : -8dB
Change-Id: I3400741ae7a47fbb501348683dc57f9c0baaa174
Signed-off-by: UK KIM <w0806.kim@samsung.com>
|
|
|
|
|
|
|
|
| |
must distinguish headset and headphone device for built-in mic
output device is seperated but use same path.
Change-Id: I45cc27c74d0eb3505e1b5adb1ba52690261ae0f3
Signed-off-by: UK KIM <w0806.kim@samsung.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We only need to recalibrate the DC servo configuration when the analogue
configuration is changed, which in this system means whenver the analogue
volume is changed or whenever the path is changed. Use this to save the
~160ms taken by the recalibration by saving the value per-path
We still need to recalibrate after volume changes and the first time a given
path is used but these should be much less frequent events than headphone
enable.
Change-Id: I706fe161f5cc0709e58d7702b28796ed85c51384
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
|
|
|
|
|
|
| |
Kills reams of warnings (one per use) with sparse.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
|
|
|
|
|
|
|
| |
devide gain table with default table not to effect default gain table value.
Change-Id: I369fa9e3dfe3c733e0ba6797a44d75b0c26baf15
Signed-off-by: UK KIM <w0806.kim@samsung.com>
|
|
|
|
|
|
|
|
|
|
| |
1. add bluetooth sco path
2. clean up codec driver
3. fix sound mute issue when output device is changed in voip
4. recognition param is added for recognition rate up
Change-Id: I89f0c3ab628bc0adaf0fc809ac5745e2912d98bb
Signed-off-by: UK KIM <w0806.6.kim@samsung.com>
|
|
|
|
|
| |
Signed-off-by: UK KIM <w0806.kim@samsung.com>
Change-Id: Id5c1989203014aa72ba0f24de9cdff52e932811e
|
|
|
|
|
|
|
|
|
| |
if clock and interface is set on status of amp opened, pop noise occurs.
codec driver works by PCM Stream.
strange value name was changed from old base code.
Signed-off-by: UK KIM <w0806.kim@samsung.com>
Change-Id: Ia88b6b79fcc82900bb5411bf9bc786afe6b01f42
|
|
|
|
|
|
|
| |
update codec gain values(mp3 playback, voicecall receiver)
Signed-off-by: UK KIM <w0806.kim@samsung.com>
Change-Id: I656bc94e8e57b0c5f830d89005eb4a644a25a509
|
|
added wm8994_s5pc110.c wm8994_s5pc110.h instead of wm8994.c and wm8994.h
change header name included
modify source codes accroding to linux coding style.
Signed-off-by: UK KIM <w0806.kim@samsung.com>
Change-Id: I8dc8b103db6bc1d12162982c42b3e35377c9aeea
|