mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
ASoC: SOF: Intel: fix alignment issues in intel/hda.c
Make checkpatch happy Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
parent
def495ebde
commit
9d53e0f780
|
|
@ -40,8 +40,6 @@
|
|||
/* platform specific devices */
|
||||
#include "shim.h"
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Register IO
|
||||
*/
|
||||
|
|
@ -607,7 +605,6 @@ int hda_dsp_probe(struct snd_sof_dev *sdev)
|
|||
*/
|
||||
snd_sof_pci_update_bits(sdev, PCI_TCSEL, 0x07, 0);
|
||||
|
||||
|
||||
/* init HDA capabilities */
|
||||
ret = hda_init_caps(sdev);
|
||||
if (ret < 0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user