[PATCH V2 0/2] ASoC: max98090/max98095: Add master clock handing

From: Tushar Behera
Date: Mon May 26 2014 - 04:30:46 EST


These CODECs are used on Snow/Peach-pit boards and the master clock
needs to be set at 24MHz.

Adding support in respective codec drivers so that we can update the
master clock frequency from sound card driver through set_sysclk.

Changes for V2:
1. Added PROBE_DEFER if clock driver has not yet been probed
2. Moved clk_prepare_enable from .probe to .set_bias_level
3. Moved clk_disable_unprepare from .remove to .set_bias_level

Tushar Behera (2):
ASoC: max98090: Add master clock handling
ASoC: max98095: Add master clock handling

.../devicetree/bindings/sound/max98090.txt | 6 +++++
.../devicetree/bindings/sound/max98095.txt | 6 +++++
sound/soc/codecs/max98090.c | 23 +++++++++++++++++++
sound/soc/codecs/max98090.h | 1 +
sound/soc/codecs/max98095.c | 24 ++++++++++++++++++++
5 files changed, 60 insertions(+)

--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/