mbox series

[v2,0/3] ASoC: Intel: boards: fix compilation and quirk handling

Message ID 20190419201218.19821-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Intel: boards: fix compilation and quirk handling | expand

Message

Pierre-Louis Bossart April 19, 2019, 8:12 p.m. UTC
Fix compilation warning and align quirk override handling between
machine drivers.

V2: use default -1 in all cases as discussed with Hans de Goede

Pierre-Louis Bossart (3):
  ASoC: Intel: bytcht_es8316: fix compilation warning
  ASoC: Intel: bytcr_rt5640: align quirk override handling
  ASoC: Intel: bytcr_rt5651: align quirk override handling

 sound/soc/intel/boards/bytcht_es8316.c | 7 ++++---
 sound/soc/intel/boards/bytcr_rt5640.c  | 6 +++---
 sound/soc/intel/boards/bytcr_rt5651.c  | 6 +++---
 3 files changed, 10 insertions(+), 9 deletions(-)

Comments

Hans de Goede April 19, 2019, 10:50 p.m. UTC | #1
Hi,

On 19-04-19 22:12, Pierre-Louis Bossart wrote:
> Fix compilation warning and align quirk override handling between
> machine drivers.
> 
> V2: use default -1 in all cases as discussed with Hans de Goede

Thank you, series looks good to me:

Reviewed-by: Hans de Goede <hdegoede@redhat.com>

Regards,

Hans