Merge remote-tracking branches 'asoc/topic/txx9', 'asoc/topic/uda134x', 'asoc/topic/ux500' and 'asoc/topic/width' into asoc-next
This commit is contained in:
@@ -430,7 +430,7 @@ static int max98925_dai_hw_params(struct snd_pcm_substream *substream,
|
||||
struct snd_soc_codec *codec = dai->codec;
|
||||
struct max98925_priv *max98925 = snd_soc_codec_get_drvdata(codec);
|
||||
|
||||
switch (snd_pcm_format_width(params_format(params))) {
|
||||
switch (params_width(params)) {
|
||||
case 16:
|
||||
regmap_update_bits(max98925->regmap,
|
||||
MAX98925_FORMAT,
|
||||
|
Reference in New Issue
Block a user