Skip to content

Commit

Permalink
Merge remote-tracking branches 'asoc/fix/pxa' and 'asoc/fix/tlv320aic…
Browse files Browse the repository at this point in the history
…3x' into asoc-linus
  • Loading branch information
Mark Brown committed Jun 3, 2014
3 parents cee429e + 4c715c7 + e6c111f commit bad6f62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/tlv320aic3x.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ static int snd_soc_dapm_put_volsw_aic3x(struct snd_kcontrol *kcontrol,
mask <<= shift;
val <<= shift;

change = snd_soc_test_bits(codec, val, mask, reg);
change = snd_soc_test_bits(codec, reg, mask, val);
if (change) {
update.kcontrol = kcontrol;
update.reg = reg;
Expand Down
1 change: 1 addition & 0 deletions sound/soc/pxa/pxa-ssp.c
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@ static const struct snd_soc_component_driver pxa_ssp_component = {
#ifdef CONFIG_OF
static const struct of_device_id pxa_ssp_of_ids[] = {
{ .compatible = "mrvl,pxa-ssp-dai" },
{}
};
#endif

Expand Down

0 comments on commit bad6f62

Please sign in to comment.