8 Dec
2010
8 Dec
'10
1:56 p.m.
On Tue, Dec 07, 2010 at 04:30:38PM +0000, Dimitris Papastamos wrote:
In case the codec driver did not provide a read/write function, codec->driver->read|write will be NULL. Ensure that we use the one specified in codec->read|write to avoid oopsing when we access the debugfs entries. This is achieved by using snd_soc_read() and snd_soc_write().
Signed-off-by: Dimitris Papastamos dp@opensource.wolfsonmicro.com
Applied, thanks.