05 Jul, 2013
1 commit
-
SGTL5000_PLL_FRAC_DIV_MASK is used to mask bits 0-10 (11 bits in total) of
register CHIP_PLL_CTRL, so fix the mask to accomodate all this bit range.Reported-by: Oskar Schirmer
Signed-off-by: Fabio Estevam
Signed-off-by: Mark Brown
Cc: stable@vger.kernel.org
13 May, 2013
1 commit
-
The list below the comment relates to sgtl5000 registers addresses, so change
the comment to improve the description.Signed-off-by: Fabio Estevam
Signed-off-by: Mark Brown
19 Oct, 2011
1 commit
-
According to the datasheet:
CHIP_MIC_CTRL 0x002ABITS[9:8] BIAS_RESISTOR
0x0 = Powerd off
0x1 = 2.0 kohm
0x2 = 4.0 kohm
0x3 = 8.0 kohmThus SGTL5000_BIAS_R_MASK should be defined as 0x0300 instead of 0x0200.
Signed-off-by: Axel Lin
Acked-by: Wolfram Sang
Acked-by: Liam Girdwood
Signed-off-by: Mark Brown
28 Feb, 2011
1 commit
-
Remove unnecessary headers:
- mach/hardware.h in sgtl5000.c
- linux/i2c.h in sgtl5000.hSigned-off-by: Zeng Zhaoming
Signed-off-by: Mark Brown
25 Feb, 2011
1 commit
-
Add Freescale SGTL5000 codec support.
Supported features:
- line-in and mic input
- headphone and line-out output
- line-in bypass ADC and DAC to headphone
- 16, 20, 24, 32 bit audio
- 8 ~ 96k sample ratesSigned-off-by: Zeng Zhaoming
Acked-by: Liam Girdwood
Signed-off-by: Mark Brown