TAS5825 Dummy codec driver

Required properties:

- compatible : "sony,tas5825"
- mute-busy : Busy time after hw-mute (usec. order) (Optional)

Example:
/ {
	tas5825 {
		compatible = "sony,tas5825";
		mute-busy = <10000>;
	};
};
