Merge branch 'for-3.0' into for-3.1
This commit is contained in:
@@ -463,6 +463,9 @@ static bool snd_soc_set_cache_val(void *base, unsigned int idx,
|
|||||||
static unsigned int snd_soc_get_cache_val(const void *base, unsigned int idx,
|
static unsigned int snd_soc_get_cache_val(const void *base, unsigned int idx,
|
||||||
unsigned int word_size)
|
unsigned int word_size)
|
||||||
{
|
{
|
||||||
|
if (!base)
|
||||||
|
return -1;
|
||||||
|
|
||||||
switch (word_size) {
|
switch (word_size) {
|
||||||
case 1: {
|
case 1: {
|
||||||
const u8 *cache = base;
|
const u8 *cache = base;
|
||||||
|
Reference in New Issue
Block a user