aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs42l73.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-06ASoC: cs42l73: If Internal MCLK is >= 6.4MHz, then set SCLK to 64*Fs.Paul Handrigan1-1/+5
2012-12-15Merge remote-tracking branch 'asoc/topic/cs42l73' into asoc-nextMark Brown1-27/+89
2012-12-10ASoC: cs42l73: Change VSPIN/VSPOUT to VSPINOUTPaul Handrigan1-19/+13
2012-12-10ASoC: cs42l73: Add DAPM events for power down.Paul Handrigan1-8/+72
2012-12-10ASoC: cs42l73: Add DMIC's as DAPM inputs.Paul Handrigan1-0/+4
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-4/+4
2012-06-05ASoC: cs42l73: Convert to devm_regmap_init_i2c()Brian Austin1-15/+5
2012-05-21Merge branch 'topic/asoc' into for-linusTakashi Iwai1-50/+43
2012-05-13Merge tag 'v3.4-rc7' into for-3.5Mark Brown1-0/+2
2012-05-11ASoC: cs42l73: Sync digital mixer kcontrols to allow for 0dBBrian Austin1-8/+8
2012-05-09ASoC: cs42l73: Use DAPM routes to hook AIF widgets to DAI'sBrian Austin1-13/+28
2012-05-09ASoC: cs42l73: Remove Chip ID's from reg_defaultBrian Austin1-3/+0
2012-05-09ASoC: cs42l73: Convert to module_i2c_driver()Brian Austin1-19/+1
2012-04-13ASoC: cs42l73: don't use negative array indexJesper Juhl1-0/+2
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-2/+1
2012-04-03ASoC: core: Rework SOC_DOUBLE_R_SX_TLV add SOC_SINGLE_SX_TLVBrian Austin1-13/+13
2012-02-01ASoC: cs42l73: Fix Output [X|A|V]SP_SCLK Sourcing Mode setting for master modeAxel Lin1-1/+1
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+1
2011-11-29ASoC: cs42l73: Fix clear wrong bits in cs42l73_set_dai_fmtAxel Lin1-1/+2
2011-11-28ASoC: Convert CS42L73 to devm_kzalloc()Brian Austin1-4/+2
2011-11-23ASoC: Cleanup duplicated constLars-Peter Clausen1-1/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-11-23ASoC: Staticise and constify cs42l73_reg_defaultsMark Brown1-1/+1
2011-11-22ASoC: cs42l73: Make inv and format to be unsigned intAxel Lin1-1/+1
2011-11-22ASoC: cs42l73: Unify the way to define bits of registerAxel Lin1-3/+3
2011-11-21ASoC: Remove redundant regcache_sync call in cs42l73_resumeAxel Lin1-4/+0
2011-11-21ASoC: cs42l73: Show correct revision idAxel Lin1-1/+1
2011-11-21ASoC: cs42l73: Return proper error code if device id mismatchAxel Lin1-0/+1
2011-11-17ASoC: Add support for CS42L73 codecBrian Austin1-0/+1457