mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
Merge remote-tracking branch 'asoc/topic/wm8996' into asoc-next
This commit is contained in:
commit
71d0c3a876
@ -438,6 +438,8 @@ static int wm8996_get_retune_mobile_enum(struct snd_kcontrol *kcontrol,
|
||||
struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec);
|
||||
int block = wm8996_get_retune_mobile_block(kcontrol->id.name);
|
||||
|
||||
if (block < 0)
|
||||
return block;
|
||||
ucontrol->value.enumerated.item[0] = wm8996->retune_mobile_cfg[block];
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user