Ignore:
Timestamp:
Apr 21, 2025, 7:17:25 PM (4 months ago)
Author:
David Azarewicz
Message:

Merge from uniaud32-exp branch

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/include/sound/intel-nhlt.h

    r772 r777  
    144144                             u8 num_ch, u32 rate, u8 dir, u8 dev_type);
    145145
     146int intel_nhlt_ssp_device_type(struct device *dev, struct nhlt_acpi_table *nhlt,
     147                               u8 virtual_bus_id);
     148
    146149#else
    147150
     
    185188}
    186189
     190static inline int intel_nhlt_ssp_device_type(struct device *dev,
     191                                             struct nhlt_acpi_table *nhlt,
     192                                             u8 virtual_bus_id)
     193{
     194        return -EINVAL;
     195}
     196
    187197#endif
    188198
Note: See TracChangeset for help on using the changeset viewer.