mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
ASoC: tlv320dac33: typo fix in the header
Fix the definition of DAC33_LTM field, the LTM bits in FIFO_IRQ_MODE_B register are starting at bit 6. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
02624621a5
commit
017deee639
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@
|
|||
#define DAC33_NSM(x) (x << 0)
|
||||
#define DAC33_PSM(x) (x << 2)
|
||||
#define DAC33_ATM(x) (x << 4)
|
||||
#define DAC33_LTM(x) (x << 4)
|
||||
#define DAC33_LTM(x) (x << 6)
|
||||
|
||||
/* DAC33_DAC_CTRL_A (0x2C) */
|
||||
#define DAC33_DACRATE(x) (x << 0)
|
||||
|
|
Loading…
Reference in a new issue