[ubuntu/cosmic-proposed] linux-oem-osp1_5.0.0-1006.7_amd64.tar.gz - (Accepted)
Timo Aaltonen
timo.aaltonen at canonical.com
Tue May 7 11:04:03 UTC 2019
linux-oem-osp1 (5.0.0-1006.7) bionic; urgency=medium
* linux-oem-osp1: 5.0.0-1006.7 -proposed tracker (LP: #1827847)
* Add DMIC support to oem-kernel (LP: #1826181)
- ASoC: dmic: declare trigger function as static
- ASoC: soc-core: remove error due to probe deferral
- ASoC: soc-core: add .num_platform for dai_link
- ASoC: soc-core: add new snd_soc_flush_all_delayed_work()
- ASoC: soc-core: merge card resources cleanup method
- ASoC: soc-core: reduce if/else nest on soc_probe_link_dais
- ASoC: soc-core: add soc_cleanup_component()
- ASoC: soc-core: use for_each_link_codecs() for dai_link codecs
- ASoC: core: Fix multi-CODEC setups
- ASoC: soc-core: use for_each_link_codecs() for dai_link codecs V2
- ASoC: soc-acpi: add static inline fallbacks when CONFIG_ACPI=n
- ASoC: add helper to change platform name for all dailinks
- ASoC: topology: Reduce number of dereferences when accessing dobj
- ASoC: topology: Remove widgets from dobj list
- ASoC: topology: Fix memory leak from soc_tplg_denum_create_texts
- ASoC: topology: fix memory leak in soc_tplg_dapm_widget_create
- ASoC: topology: add SND_SOC_DOBJ_GRAPH type for dapm routes
- ASoC: topology: modify dapm route loading routine and add dapm route
unloading
- ASoC: dapm: fix use-after-free issue with dailink sname
- ASoC: dapm: Only power up active channels from a DAI
- ASoC: dapm: Add warnings for widget overwrite when adding route
- ASoC: soc-core: clear platform pointers on error
- ASoC: topology: unload physical dai link in remove
- ASoC: dapm: Check for NULL widget in dapm_update_dai_unlocked
- ASoC: compress: Clarify the intent of current compressed ops handling
- ASoC: compress: Add helper functions for component trigger/set_params
- ASoC: dapm: harden use of lookup tables
- ASoC: regulator notifier registration should be managed
- ASoC: core: don't increase component module refcount unconditionally
- ASoC: Intel: Skylake: set .ignore_module_refcount field in component
- ASoC: hdac_hdmi: use devm_kzalloc for all structures
- ASoC: dmaengine: Improve of_node test in dmaengine_pcm_request_chan_of()
- ASoC: dmaengine: Extend use of chan_names provided in custom DMA config
- ASoC: Intel: bxt-match: remove prefix for SOF files
- ASoC: Intel: byt-match.c: remove prefix for SOF files
- ASoC: Intel: cht-match: remove prefix for SOF files
- ASoC: Intel: cnl-match: remove prefix for SOF files
- ASoC: Intel: glk-match: remove prefix for SOF files
- ASoC: Intel: hda-match: remove prefix for SOF files
- ASoC: Intel: hsw-bdw-match: remove prefix for SOF files
- ASoC: Intel: icl-match: remove prefix for SOF files
- ASoC: dmaengine: Remove unused SND_DMAENGINE_PCM_FLAG_CUSTOM_CHANNEL_NAME
flag
- ASoC: dapm: Potential small memory leak in dapm_cnew_widget()
- ASoC: soc-core: Fix probe deferral following prelink failure
- ALSA: PCM: check if ops are defined before suspending PCM
- ALSA: hda: Fix a mask wrong issue in snd_hdac_stream_start()
- ALSA: hda: Fix mismatches for register mask and value in hdac controller
- ALSA: hda: add verbs for stripe control
- ALSA: hda: Add api to program stripe control bits
- ALSA: hda: add register offset for stripe control
- ALSA: hda: program stripe bits for controller
- ALSA: pcm: Suspend streams globally via device type PM ops
- ALSA: pcm: Make snd_pcm_suspend() local static
- ALSA: pcm: Call snd_card_unref() inside in_pcm_file()
- ALSA: pcm: Unify snd_pcm_group initialization
- ALSA: pcm: Make PCM linked list consistent while re-grouping
- ALSA: pcm: Avoid confusing loop in snd_pcm_unlink()
- ALSA: pcm: More fine-grained PCM link locking
- ALSA: pcm: Remove down_write() hack for snd_pcm_link_rwsem
- ALSA: pcm: Cleanup snd_pcm_stream_lock() & co
- ALSA: pcm: Drop unused snd_pcm_substream.file field
- ALSA: pcm: Simplify proc file destruction
- ALSA: proc: Avoid possible leaks of snd_info_entry objects
- ALSA: pcm: Use the common error path in __snd_pcm_lib_xfer()
- ALSA: pcm: remove a superfluous function declaration
- ALSA: isa: Avoid passing NULL to memory allocators
- ALSA: core: Don't allow NULL device for memory allocation
- ALSA: info: Always register entries recursively
- ALSA: pcm: Remove superfluous snd_info_register() calls
- ALSA: compress: Remove superfluous snd_info_register() calls
- ALSA: info: Add standard helpers for card proc file entries
- ALSA: info: Drop unused snd_info_entry.card field
- ALSA: info: Minor optimization
- ALSA: info: Move card id proc creation into info.c
- ASoC: intel: Drop superfluous PCM preallocation error checks
- ASoC: dmaengine: Drop superfluous PCM preallocation error checks
- ALSA: pcm: Define snd_pcm_lib_preallocate_*() as returning void
- component: Add documentation
- components: multiple components for a device
- i915/snd_hdac: I915 subcomponent for the snd_hdac
- ALSA: pcm: Comment why read blocks when PCM is not running
- ASoC:soc-pcm:fix a codec fixup issue in TDM case
- ASoC:hdac_hda:use correct format to setup hda codec
- ASoC:intel:skl:fix a simultaneous playback & capture issue on hda platform
- ASoC: dpcm: prevent snd_soc_dpcm use after free
- ALSA: hda: Avoid NULL pointer dereference at snd_hdac_stream_start()
- ASoC: topology: create tlv before soc_tplg_init_kcontrol
- ASoC: topology: free stream_name of dai_drv
- ASoC: topology: free link string in error
- ASoC: intel: Fix crash at suspend/resume after failed codec registration
- ASoC: dapm: Fix NULL pointer dereference in snd_soc_dapm_free_kcontrol
- ASoC: dapm: Initialize private_value in snd_soc_dapm_new_dai
- ACPI / utils: Introduce acpi_dev_get_first_match_dev() helper
- ASoC: dpcm: skip missing substream while applying symmetry
- ASoC: dapm: set power_check callback for widgets that shouldnt be always on
- ASoC: core: support driver alias names for FE topology overrides
- ASoC: topology: Align tplg pointer increment across all kcontrols
- ASoC: intel: skylake: add remove() callback for component driver
- ASoC: core: remove link components before cleaning up card resources
- ASoC: topology: fix endianness issues
- ASoC: topology: fix big-endian check
- ASoC: topology: Use the correct dobj to free enum control values and texts
- ASoC: core: conditionally increase module refcount on component open
- ASoC: pcm: update module refcount if module_get_upon_open is set
- ASoC: pcm: fix error handling when try_module_get() fails.
- ALSA: hda: Fix racy display power access
- ASoC: pcm: save fixed-up hw_params of BE
- ASoC: codec: hdac_hdmi add device_link to card device
- ASoC: SOF: Add Sound Open Firmware driver core
- ASoC: SOF: Add Sound Open Firmware KControl support
- ASoC: SOF: Add driver debug support.
- ASoC: SOF: Add support for IPC IO between DSP and Host
- ASoC: SOF: Add PCM operations support
- ASoC: SOF: Add support for loading topologies
- ASoC: SOF: Add DSP firmware logger support
- ASoC: SOF: Add DSP HW abstraction operations
- ASoC: SOF: Add firmware loader support
- ASoC: SOF: Add userspace ABI support
- ASoC: SOF: Add PM support
- ASoC: SOF: Add Nocodec machine driver support
- ASoC: SOF: Add xtensa support
- ASoC: SOF: Add utils
- ASoC: SOF: Intel: Add BYT, CHT and BSW DSP HW support.
- ASoC: SOF: Intel: Add BDW HW DSP support
- ASoC: SOF: Intel: Add legacy IPC support
- ASoC: SOF: Intel: Add APL/CNL HW DSP support
- ASoC: SOF: Intel: Add HDA controller for Intel DSP
- ASoC: SOF: Intel: Add Intel specific HDA DSP HW operations
- ASoC: SOF: Intel: Add Intel specific HDA IPC mechanisms.
- ASoC: SOF: Intel: Add Intel specific HDA firmware loader
- ASoC: SOF: Intel: Add Intel specific HDA PCM operations
- ASoC: SOF: Intel: Add hda-bus support and initialization
- ASoC: SOF: Intel: Add Intel specific HDA stream operations
- ASoC: SOF: Intel: Add Intel specific HDA trace operations
- ASoC: SOF: Intel: Add support for HDAudio codecs
- ASoC: SOF: Intel: add SKL+ platform DAIs
- ASoC: SOF: Intel: Add platform differentiation for APL and CNL
- ASoC: SOF: Add ACPI device support
- ASoC: SOF: Add PCI device support
- ASoC: Intel: Kconfig: expose common option between SST and SOF drivers
- ASoC: SOF: Add Build support for SOF core and Intel drivers
- ASoC: Intel: Make sure BDW based machine drivers build for SOF
- ASoC: Intel: select relevant machine drivers for SOF
- SAUCE: ASoC: Intel: ApolloLake support for SOF
- SAUCE: ASoC: Intel: Haswell support with SOF
- SAUCE: ASoC: Intel: Make sure HSW based machine drivers build for SOF
- SAUCE: ASoC: SOF: Intel: Add HSW HW DSP support
- SAUCE: ASoC: SOF: Intel: add Build support for Haswell
- SAUCE: ASoC: SOF: Intel: Add SKL-specific code loader
- SAUCE: ASoC: SOF: Intel: Add platform differentiation for SKL
- SAUCE: ASoC: SOF: Intel: add Build support for Skylake and Kabylake
- SAUCE: ASoC: Intel: Kconfig: disable SST and legacy drivers when SOF is
selected
- SAUCE: ASoC: dapm: fix kcontrols for effect widgets
- SAUCE: ASoC: SOF: pcm: remove checks on preallocate_pages
- SAUCE: ASoC: SOF: cnl: add pointer ops to use DPIB position
- SAUCE: ASoC: Intel: skl_hda_dsp_generic: add DMIC support
- SAUCE: SoC: Intel: skl_hda_dsp_generic:refine code style
- SAUCE: ASoC: SOF: Intel: hda-ipc: remove irq_status from sdev and fix
missing handling to IPC IRQ in the thread
- SAUCE: ASoC: SOF: Intel: hda-stream: store stream capabilities
- SAUCE: ASoC: SOF: Intel: hda-stream: handle real stream interrupts only
- SAUCE: ALSA: hda: fix unregister device twice on ASoC driver
- SAUCE: ASoC: hdac_hda: overwrite hdev type to HDA_DEV_ASOC
- SAUCE: ASoC:SOF: fix FW loaded failed
- SAUCE: ASoC:SOF:get spcm from FE dai link during BE dai link prepare
- SAUCE: ASoC: SOF: add Kconfig option for strict ABI checks
- SAUCE: ASOC: SOF: ipc: add support for stricter ABI checks
- SAUCE: ASoC: SOF: topology: add support for stricter ABI checks
- ALSA: hda/realtek - Add new Dell platform for headset mode
- SAUCE: ASoC: soc-pcm: BE dai needs prepare when pause release after resume
- media: Drop superfluous PCM preallocation error checks
- ALSA: atmel: Drop superfluous PCM preallocation error checks
- ALSA: parisc: Drop superfluous PCM preallocation error checks
- ALSA: pci: Drop superfluous PCM preallocation error checks
- ALSA: ppc: Drop superfluous PCM preallocation error checks
- ASoC: txx9: Drop superfluous PCM preallocation error checks
- ASoC: xtensa: Drop superfluous PCM preallocation error checks
- ASoC: mediatek: Drop superfluous PCM preallocation error checks
- ASoC: stm: Drop superfluous PCM preallocation error checks
- ASoC: dwc: Drop superfluous PCM preallocation error checks
- ASoC: uniphier: Drop superfluous PCM preallocation error checks
- ALSA: sparc: Drop superfluous PCM preallocation error checks
- ALSA: spi: Drop superfluous PCM preallocation error checks
- ASoC: amd: Avoid passing NULL to memory allocators
- ASoC: amd: Drop superfluous PCM preallocation error checks
- ASoC: sh: Avoid passing NULL to memory allocators
- ASoC: sh: Drop superfluous PCM preallocation error checks
- ALSA: x86: Remove superfluous snd_pcm_suspend*() calls
- ALSA: pci: Remove superfluous snd_pcm_suspend*() calls
- ALSA: usb: Drop superfluous PCM preallocation error checks
- [Config] Enable SOC_SOF configs
- SAUCE: [Config-oem] Enable SOC_SOF configs
Date: Mon, 06 May 2019 12:17:56 +0300
Changed-By: Timo Aaltonen <timo.aaltonen at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at lcy01-amd64-018.buildd>
-------------- next part --------------
Format: 1.8
Date: Mon, 06 May 2019 12:17:56 +0300
Source: linux-oem-osp1
Binary: linux-oem-osp1-headers-5.0.0-1006 linux-oem-osp1-tools-5.0.0-1006 linux-oem-osp1-tools-host linux-image-unsigned-5.0.0-1006-oem-osp1 linux-modules-5.0.0-1006-oem-osp1 linux-headers-5.0.0-1006-oem-osp1 linux-image-unsigned-5.0.0-1006-oem-osp1-dbgsym linux-tools-5.0.0-1006-oem-osp1 linux-udebs-oem-osp1 linux-buildinfo-5.0.0-1006-oem-osp1 kernel-image-5.0.0-1006-oem-osp1-di fat-modules-5.0.0-1006-oem-osp1-di fb-modules-5.0.0-1006-oem-osp1-di firewire-core-modules-5.0.0-1006-oem-osp1-di floppy-modules-5.0.0-1006-oem-osp1-di fs-core-modules-5.0.0-1006-oem-osp1-di fs-secondary-modules-5.0.0-1006-oem-osp1-di input-modules-5.0.0-1006-oem-osp1-di md-modules-5.0.0-1006-oem-osp1-di nic-modules-5.0.0-1006-oem-osp1-di nic-pcmcia-modules-5.0.0-1006-oem-osp1-di nic-usb-modules-5.0.0-1006-oem-osp1-di nic-shared-modules-5.0.0-1006-oem-osp1-di parport-modules-5.0.0-1006-oem-osp1-di pata-modules-5.0.0-1006-oem-osp1-di pcmcia-modules-5.0.0-1006-oem-osp1-di
pcmcia-storage-modules-5.0.0-1006-oem-osp1-di plip-modules-5.0.0-1006-oem-osp1-di ppp-modules-5.0.0-1006-oem-osp1-di sata-modules-5.0.0-1006-oem-osp1-di scsi-modules-5.0.0-1006-oem-osp1-di serial-modules-5.0.0-1006-oem-osp1-di storage-core-modules-5.0.0-1006-oem-osp1-di usb-modules-5.0.0-1006-oem-osp1-di nfs-modules-5.0.0-1006-oem-osp1-di block-modules-5.0.0-1006-oem-osp1-di message-modules-5.0.0-1006-oem-osp1-di crypto-modules-5.0.0-1006-oem-osp1-di virtio-modules-5.0.0-1006-oem-osp1-di mouse-modules-5.0.0-1006-oem-osp1-di vlan-modules-5.0.0-1006-oem-osp1-di ipmi-modules-5.0.0-1006-oem-osp1-di
multipath-modules-5.0.0-1006-oem-osp1-di
Architecture: amd64 all
Version: 5.0.0-1006.7
Distribution: bionic
Urgency: medium
Maintainer: Launchpad Build Daemon <buildd at lcy01-amd64-018.buildd>
Changed-By: Timo Aaltonen <timo.aaltonen at canonical.com>
Description:
block-modules-5.0.0-1006-oem-osp1-di - Block storage devices (udeb)
crypto-modules-5.0.0-1006-oem-osp1-di - crypto modules (udeb)
fat-modules-5.0.0-1006-oem-osp1-di - FAT filesystem support (udeb)
fb-modules-5.0.0-1006-oem-osp1-di - Framebuffer modules (udeb)
firewire-core-modules-5.0.0-1006-oem-osp1-di - Firewire (IEEE-1394) Support (udeb)
floppy-modules-5.0.0-1006-oem-osp1-di - Floppy driver support (udeb)
fs-core-modules-5.0.0-1006-oem-osp1-di - Base filesystem modules (udeb)
fs-secondary-modules-5.0.0-1006-oem-osp1-di - Extra filesystem modules (udeb)
input-modules-5.0.0-1006-oem-osp1-di - Support for various input methods (udeb)
ipmi-modules-5.0.0-1006-oem-osp1-di - ipmi modules (udeb)
kernel-image-5.0.0-1006-oem-osp1-di - kernel image and system map (udeb)
linux-buildinfo-5.0.0-1006-oem-osp1 - Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP
linux-headers-5.0.0-1006-oem-osp1 - Linux kernel headers for version 5.0.0 on 64 bit x86 SMP
linux-image-unsigned-5.0.0-1006-oem-osp1 - Linux kernel image for version 5.0.0 on 64 bit x86 SMP
linux-image-unsigned-5.0.0-1006-oem-osp1-dbgsym - Linux kernel debug image for version 5.0.0 on 64 bit x86 SMP
linux-modules-5.0.0-1006-oem-osp1 - Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
linux-oem-osp1-headers-5.0.0-1006 - Header files related to Linux kernel version 5.0.0
linux-oem-osp1-tools-5.0.0-1006 - Linux kernel version specific tools for version 5.0.0-1006
linux-oem-osp1-tools-host - Linux kernel VM host tools
linux-tools-5.0.0-1006-oem-osp1 - Linux kernel version specific tools for version 5.0.0-1006
linux-udebs-oem-osp1 - Metapackage depending on kernel udebs (udeb)
md-modules-5.0.0-1006-oem-osp1-di - Multi-device support (raid, device-mapper, lvm) (udeb)
message-modules-5.0.0-1006-oem-osp1-di - Fusion and i2o storage modules (udeb)
mouse-modules-5.0.0-1006-oem-osp1-di - Mouse support (udeb)
multipath-modules-5.0.0-1006-oem-osp1-di - DM-Multipath support (udeb)
nfs-modules-5.0.0-1006-oem-osp1-di - NFS filesystem drivers (udeb)
nic-modules-5.0.0-1006-oem-osp1-di - Network interface support (udeb)
nic-pcmcia-modules-5.0.0-1006-oem-osp1-di - PCMCIA network interface support (udeb)
nic-shared-modules-5.0.0-1006-oem-osp1-di - nic shared modules (udeb)
nic-usb-modules-5.0.0-1006-oem-osp1-di - USB network interface support (udeb)
parport-modules-5.0.0-1006-oem-osp1-di - Parallel port support (udeb)
pata-modules-5.0.0-1006-oem-osp1-di - PATA support modules (udeb)
pcmcia-modules-5.0.0-1006-oem-osp1-di - PCMCIA Modules (udeb)
pcmcia-storage-modules-5.0.0-1006-oem-osp1-di - PCMCIA storage support (udeb)
plip-modules-5.0.0-1006-oem-osp1-di - PLIP (parallel port) networking support (udeb)
ppp-modules-5.0.0-1006-oem-osp1-di - PPP (serial port) networking support (udeb)
sata-modules-5.0.0-1006-oem-osp1-di - SATA storage support (udeb)
scsi-modules-5.0.0-1006-oem-osp1-di - SCSI storage support (udeb)
serial-modules-5.0.0-1006-oem-osp1-di - Serial port support (udeb)
storage-core-modules-5.0.0-1006-oem-osp1-di - Core storage support (udeb)
usb-modules-5.0.0-1006-oem-osp1-di - Core USB support (udeb)
virtio-modules-5.0.0-1006-oem-osp1-di - VirtIO Modules (udeb)
vlan-modules-5.0.0-1006-oem-osp1-di - vlan modules (udeb)
Launchpad-Bugs-Fixed: 1826181 1827847
Changes:
linux-oem-osp1 (5.0.0-1006.7) bionic; urgency=medium
.
* linux-oem-osp1: 5.0.0-1006.7 -proposed tracker (LP: #1827847)
.
* Add DMIC support to oem-kernel (LP: #1826181)
- ASoC: dmic: declare trigger function as static
- ASoC: soc-core: remove error due to probe deferral
- ASoC: soc-core: add .num_platform for dai_link
- ASoC: soc-core: add new snd_soc_flush_all_delayed_work()
- ASoC: soc-core: merge card resources cleanup method
- ASoC: soc-core: reduce if/else nest on soc_probe_link_dais
- ASoC: soc-core: add soc_cleanup_component()
- ASoC: soc-core: use for_each_link_codecs() for dai_link codecs
- ASoC: core: Fix multi-CODEC setups
- ASoC: soc-core: use for_each_link_codecs() for dai_link codecs V2
- ASoC: soc-acpi: add static inline fallbacks when CONFIG_ACPI=n
- ASoC: add helper to change platform name for all dailinks
- ASoC: topology: Reduce number of dereferences when accessing dobj
- ASoC: topology: Remove widgets from dobj list
- ASoC: topology: Fix memory leak from soc_tplg_denum_create_texts
- ASoC: topology: fix memory leak in soc_tplg_dapm_widget_create
- ASoC: topology: add SND_SOC_DOBJ_GRAPH type for dapm routes
- ASoC: topology: modify dapm route loading routine and add dapm route
unloading
- ASoC: dapm: fix use-after-free issue with dailink sname
- ASoC: dapm: Only power up active channels from a DAI
- ASoC: dapm: Add warnings for widget overwrite when adding route
- ASoC: soc-core: clear platform pointers on error
- ASoC: topology: unload physical dai link in remove
- ASoC: dapm: Check for NULL widget in dapm_update_dai_unlocked
- ASoC: compress: Clarify the intent of current compressed ops handling
- ASoC: compress: Add helper functions for component trigger/set_params
- ASoC: dapm: harden use of lookup tables
- ASoC: regulator notifier registration should be managed
- ASoC: core: don't increase component module refcount unconditionally
- ASoC: Intel: Skylake: set .ignore_module_refcount field in component
- ASoC: hdac_hdmi: use devm_kzalloc for all structures
- ASoC: dmaengine: Improve of_node test in dmaengine_pcm_request_chan_of()
- ASoC: dmaengine: Extend use of chan_names provided in custom DMA config
- ASoC: Intel: bxt-match: remove prefix for SOF files
- ASoC: Intel: byt-match.c: remove prefix for SOF files
- ASoC: Intel: cht-match: remove prefix for SOF files
- ASoC: Intel: cnl-match: remove prefix for SOF files
- ASoC: Intel: glk-match: remove prefix for SOF files
- ASoC: Intel: hda-match: remove prefix for SOF files
- ASoC: Intel: hsw-bdw-match: remove prefix for SOF files
- ASoC: Intel: icl-match: remove prefix for SOF files
- ASoC: dmaengine: Remove unused SND_DMAENGINE_PCM_FLAG_CUSTOM_CHANNEL_NAME
flag
- ASoC: dapm: Potential small memory leak in dapm_cnew_widget()
- ASoC: soc-core: Fix probe deferral following prelink failure
- ALSA: PCM: check if ops are defined before suspending PCM
- ALSA: hda: Fix a mask wrong issue in snd_hdac_stream_start()
- ALSA: hda: Fix mismatches for register mask and value in hdac controller
- ALSA: hda: add verbs for stripe control
- ALSA: hda: Add api to program stripe control bits
- ALSA: hda: add register offset for stripe control
- ALSA: hda: program stripe bits for controller
- ALSA: pcm: Suspend streams globally via device type PM ops
- ALSA: pcm: Make snd_pcm_suspend() local static
- ALSA: pcm: Call snd_card_unref() inside in_pcm_file()
- ALSA: pcm: Unify snd_pcm_group initialization
- ALSA: pcm: Make PCM linked list consistent while re-grouping
- ALSA: pcm: Avoid confusing loop in snd_pcm_unlink()
- ALSA: pcm: More fine-grained PCM link locking
- ALSA: pcm: Remove down_write() hack for snd_pcm_link_rwsem
- ALSA: pcm: Cleanup snd_pcm_stream_lock() & co
- ALSA: pcm: Drop unused snd_pcm_substream.file field
- ALSA: pcm: Simplify proc file destruction
- ALSA: proc: Avoid possible leaks of snd_info_entry objects
- ALSA: pcm: Use the common error path in __snd_pcm_lib_xfer()
- ALSA: pcm: remove a superfluous function declaration
- ALSA: isa: Avoid passing NULL to memory allocators
- ALSA: core: Don't allow NULL device for memory allocation
- ALSA: info: Always register entries recursively
- ALSA: pcm: Remove superfluous snd_info_register() calls
- ALSA: compress: Remove superfluous snd_info_register() calls
- ALSA: info: Add standard helpers for card proc file entries
- ALSA: info: Drop unused snd_info_entry.card field
- ALSA: info: Minor optimization
- ALSA: info: Move card id proc creation into info.c
- ASoC: intel: Drop superfluous PCM preallocation error checks
- ASoC: dmaengine: Drop superfluous PCM preallocation error checks
- ALSA: pcm: Define snd_pcm_lib_preallocate_*() as returning void
- component: Add documentation
- components: multiple components for a device
- i915/snd_hdac: I915 subcomponent for the snd_hdac
- ALSA: pcm: Comment why read blocks when PCM is not running
- ASoC:soc-pcm:fix a codec fixup issue in TDM case
- ASoC:hdac_hda:use correct format to setup hda codec
- ASoC:intel:skl:fix a simultaneous playback & capture issue on hda platform
- ASoC: dpcm: prevent snd_soc_dpcm use after free
- ALSA: hda: Avoid NULL pointer dereference at snd_hdac_stream_start()
- ASoC: topology: create tlv before soc_tplg_init_kcontrol
- ASoC: topology: free stream_name of dai_drv
- ASoC: topology: free link string in error
- ASoC: intel: Fix crash at suspend/resume after failed codec registration
- ASoC: dapm: Fix NULL pointer dereference in snd_soc_dapm_free_kcontrol
- ASoC: dapm: Initialize private_value in snd_soc_dapm_new_dai
- ACPI / utils: Introduce acpi_dev_get_first_match_dev() helper
- ASoC: dpcm: skip missing substream while applying symmetry
- ASoC: dapm: set power_check callback for widgets that shouldnt be always on
- ASoC: core: support driver alias names for FE topology overrides
- ASoC: topology: Align tplg pointer increment across all kcontrols
- ASoC: intel: skylake: add remove() callback for component driver
- ASoC: core: remove link components before cleaning up card resources
- ASoC: topology: fix endianness issues
- ASoC: topology: fix big-endian check
- ASoC: topology: Use the correct dobj to free enum control values and texts
- ASoC: core: conditionally increase module refcount on component open
- ASoC: pcm: update module refcount if module_get_upon_open is set
- ASoC: pcm: fix error handling when try_module_get() fails.
- ALSA: hda: Fix racy display power access
- ASoC: pcm: save fixed-up hw_params of BE
- ASoC: codec: hdac_hdmi add device_link to card device
- ASoC: SOF: Add Sound Open Firmware driver core
- ASoC: SOF: Add Sound Open Firmware KControl support
- ASoC: SOF: Add driver debug support.
- ASoC: SOF: Add support for IPC IO between DSP and Host
- ASoC: SOF: Add PCM operations support
- ASoC: SOF: Add support for loading topologies
- ASoC: SOF: Add DSP firmware logger support
- ASoC: SOF: Add DSP HW abstraction operations
- ASoC: SOF: Add firmware loader support
- ASoC: SOF: Add userspace ABI support
- ASoC: SOF: Add PM support
- ASoC: SOF: Add Nocodec machine driver support
- ASoC: SOF: Add xtensa support
- ASoC: SOF: Add utils
- ASoC: SOF: Intel: Add BYT, CHT and BSW DSP HW support.
- ASoC: SOF: Intel: Add BDW HW DSP support
- ASoC: SOF: Intel: Add legacy IPC support
- ASoC: SOF: Intel: Add APL/CNL HW DSP support
- ASoC: SOF: Intel: Add HDA controller for Intel DSP
- ASoC: SOF: Intel: Add Intel specific HDA DSP HW operations
- ASoC: SOF: Intel: Add Intel specific HDA IPC mechanisms.
- ASoC: SOF: Intel: Add Intel specific HDA firmware loader
- ASoC: SOF: Intel: Add Intel specific HDA PCM operations
- ASoC: SOF: Intel: Add hda-bus support and initialization
- ASoC: SOF: Intel: Add Intel specific HDA stream operations
- ASoC: SOF: Intel: Add Intel specific HDA trace operations
- ASoC: SOF: Intel: Add support for HDAudio codecs
- ASoC: SOF: Intel: add SKL+ platform DAIs
- ASoC: SOF: Intel: Add platform differentiation for APL and CNL
- ASoC: SOF: Add ACPI device support
- ASoC: SOF: Add PCI device support
- ASoC: Intel: Kconfig: expose common option between SST and SOF drivers
- ASoC: SOF: Add Build support for SOF core and Intel drivers
- ASoC: Intel: Make sure BDW based machine drivers build for SOF
- ASoC: Intel: select relevant machine drivers for SOF
- SAUCE: ASoC: Intel: ApolloLake support for SOF
- SAUCE: ASoC: Intel: Haswell support with SOF
- SAUCE: ASoC: Intel: Make sure HSW based machine drivers build for SOF
- SAUCE: ASoC: SOF: Intel: Add HSW HW DSP support
- SAUCE: ASoC: SOF: Intel: add Build support for Haswell
- SAUCE: ASoC: SOF: Intel: Add SKL-specific code loader
- SAUCE: ASoC: SOF: Intel: Add platform differentiation for SKL
- SAUCE: ASoC: SOF: Intel: add Build support for Skylake and Kabylake
- SAUCE: ASoC: Intel: Kconfig: disable SST and legacy drivers when SOF is
selected
- SAUCE: ASoC: dapm: fix kcontrols for effect widgets
- SAUCE: ASoC: SOF: pcm: remove checks on preallocate_pages
- SAUCE: ASoC: SOF: cnl: add pointer ops to use DPIB position
- SAUCE: ASoC: Intel: skl_hda_dsp_generic: add DMIC support
- SAUCE: SoC: Intel: skl_hda_dsp_generic:refine code style
- SAUCE: ASoC: SOF: Intel: hda-ipc: remove irq_status from sdev and fix
missing handling to IPC IRQ in the thread
- SAUCE: ASoC: SOF: Intel: hda-stream: store stream capabilities
- SAUCE: ASoC: SOF: Intel: hda-stream: handle real stream interrupts only
- SAUCE: ALSA: hda: fix unregister device twice on ASoC driver
- SAUCE: ASoC: hdac_hda: overwrite hdev type to HDA_DEV_ASOC
- SAUCE: ASoC:SOF: fix FW loaded failed
- SAUCE: ASoC:SOF:get spcm from FE dai link during BE dai link prepare
- SAUCE: ASoC: SOF: add Kconfig option for strict ABI checks
- SAUCE: ASOC: SOF: ipc: add support for stricter ABI checks
- SAUCE: ASoC: SOF: topology: add support for stricter ABI checks
- ALSA: hda/realtek - Add new Dell platform for headset mode
- SAUCE: ASoC: soc-pcm: BE dai needs prepare when pause release after resume
- media: Drop superfluous PCM preallocation error checks
- ALSA: atmel: Drop superfluous PCM preallocation error checks
- ALSA: parisc: Drop superfluous PCM preallocation error checks
- ALSA: pci: Drop superfluous PCM preallocation error checks
- ALSA: ppc: Drop superfluous PCM preallocation error checks
- ASoC: txx9: Drop superfluous PCM preallocation error checks
- ASoC: xtensa: Drop superfluous PCM preallocation error checks
- ASoC: mediatek: Drop superfluous PCM preallocation error checks
- ASoC: stm: Drop superfluous PCM preallocation error checks
- ASoC: dwc: Drop superfluous PCM preallocation error checks
- ASoC: uniphier: Drop superfluous PCM preallocation error checks
- ALSA: sparc: Drop superfluous PCM preallocation error checks
- ALSA: spi: Drop superfluous PCM preallocation error checks
- ASoC: amd: Avoid passing NULL to memory allocators
- ASoC: amd: Drop superfluous PCM preallocation error checks
- ASoC: sh: Avoid passing NULL to memory allocators
- ASoC: sh: Drop superfluous PCM preallocation error checks
- ALSA: x86: Remove superfluous snd_pcm_suspend*() calls
- ALSA: pci: Remove superfluous snd_pcm_suspend*() calls
- ALSA: usb: Drop superfluous PCM preallocation error checks
- [Config] Enable SOC_SOF configs
- SAUCE: [Config-oem] Enable SOC_SOF configs
Checksums-Sha1:
19d0a1982bba8954ff490294e4de456edfea1187 363120 block-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
d1baec28b768a0fb88ce0ac2774d99be0b4a6e2b 329256 crypto-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
2dc18dc63b42cdd298e59fec964264053dcbbde3 4372 fat-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
0305eba7ed3de03ebe3d2dea04be33df0b8c5b43 13764 fb-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
e8bb5a2ef1f796df820f5f49b91b2aa3895d75fc 64528 firewire-core-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
e721415c8c6b7edd74715da10276952838557bfa 35064 floppy-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
d4e3ac040a008af215f7e752c539799bf77e3013 1304584 fs-core-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
e74a187d9f8729e3551bae492b9ff2bebe5acd57 709736 fs-secondary-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
41a209d84c9c3c5f8922f26d500ad72f662753f7 457620 input-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
72bcc09d1083c7ab4fc4746b7459074bfdf7b7cc 61736 ipmi-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
7f2785252ff5a144b0fcfa73d1d0d87b00758223 9333416 kernel-image-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
aba033c8ba69100dbd7a1810d62524d473911c14 245808 linux-buildinfo-5.0.0-1006-oem-osp1_5.0.0-1006.7_amd64.deb
7de8206e4be101aaaeb73434a302b227ee004ecb 1109788 linux-headers-5.0.0-1006-oem-osp1_5.0.0-1006.7_amd64.deb
470e510a2eb15e5238d7d2e2d5fed107e7468743 836122480 linux-image-unsigned-5.0.0-1006-oem-osp1-dbgsym_5.0.0-1006.7_amd64.ddeb
e23a132a4c760f22887768619717d578826448ee 8373744 linux-image-unsigned-5.0.0-1006-oem-osp1_5.0.0-1006.7_amd64.deb
c65d9ae5272793a644f092e842d0eb1cf6db0236 46827688 linux-modules-5.0.0-1006-oem-osp1_5.0.0-1006.7_amd64.deb
b987edf463127ba8199fd0dba1e369d6e2c2e72a 10693228 linux-oem-osp1-headers-5.0.0-1006_5.0.0-1006.7_all.deb
d69a8180cdbd17f3fb33e5243340d3cba6ccd86a 5020424 linux-oem-osp1-tools-5.0.0-1006_5.0.0-1006.7_amd64.deb
e448d356fe984041966293aa25b40cb183b7afab 45048 linux-oem-osp1-tools-host_5.0.0-1006.7_all.deb
cddd989a27cb4d686883be57e337fb89040ca10d 28090 linux-oem-osp1_5.0.0-1006.7_amd64.buildinfo
69efddb6d8d2620d4cd7cc1d756455f88424441b 8355182 linux-oem-osp1_5.0.0-1006.7_amd64.tar.gz
8b9d6e473f5eb04498bb6509ccc7e268b90d5337 1960 linux-tools-5.0.0-1006-oem-osp1_5.0.0-1006.7_amd64.deb
ef9803213de7925d9f4b3a5611fa9f106a93f077 1020 linux-udebs-oem-osp1_5.0.0-1006.7_amd64.udeb
b5b67e38a71bf4c745df98c3f5a4ce5242104728 287704 md-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
f2e9e8bdf386092bd5ceda664b59c83f5028fad2 202328 message-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
6f493a6c2887551ab998e098d63810261f026193 59752 mouse-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
bb776019942500bc531c2a3923f755b3f5172950 18308 multipath-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
3c210e93cbaa7e5f594838a2d7648d5ebede3391 575720 nfs-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
677fac3798fa89aaec2df5f43ea441cf41f38587 4625560 nic-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
97b7250e1281f2c06cf23eb04468b13b1c45363c 143308 nic-pcmcia-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
9828d4470094e7fa014603785135375463bda23e 572380 nic-shared-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
1d76a768b998fa54f21ee1a8717c81d67b088992 317864 nic-usb-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
f7c33aa5de1659331fc6b3d7f0e19213ccfab87b 31476 parport-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
2b1bc655ed114956a0b03a92253b9bc3c87666ba 122632 pata-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
433d31639aecea96e332e00fa947052bd9cb0686 64220 pcmcia-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
f55d5a3a8375192418389965fc5062427ea9059c 61168 pcmcia-storage-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
a66b50a47fa22b3fa43dd185cf77270f74ede48a 8768 plip-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
5e2fbbe84ba97350cbf369bf0abfa5138d753339 25100 ppp-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
9c38a3c3cfd8607a3c8f59bf5b3f27a82ea9f529 94456 sata-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
0fe14296ff3e05dc9f817ebcf6407721570273a5 2649700 scsi-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
014c32fc65f16f840a79006185e25091eb86f73b 93716 serial-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
2923e0b75bec2e256f8b84a2c1b520b3560d8e6c 50696 storage-core-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
05dd3b7ca08335c3d4f45faf5836797013cad979 140396 usb-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
4156505e557c9c28a408cf5abd9cc663ef9880e4 109832 virtio-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
cbb895044122d6a1afeee84805f371df9d50d64d 25920 vlan-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
Checksums-Sha256:
6d8ad52f39efaf7990b9bd7e67835a9dcc4d008e60e4f31666ca4e2dcc885552 363120 block-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
156f6fa12035c999145cb19d05c626fc00382affb21a46f6f71838459d04cc3a 329256 crypto-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
d17699c3b8b2310fd7433470ba26e4cc5e862da057270402db5ce8043d438072 4372 fat-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
80c2a271e99bd60cd2559c3c9e98bfab6989ef41ab1af5c227ff33a6d81f0d51 13764 fb-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
3d64d70997ccada2ec1eb90448161e9c84e83d4ccae0e4442610df5c50f5f83e 64528 firewire-core-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
97cce6c20864d6b6eb96b5020c166676b83b5b18f58c9153ab3f62fd617a45c1 35064 floppy-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
71459161aece3615b7637d4383f57e4856638b7e5d579bbf44f4122210fd399e 1304584 fs-core-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
4657e3b88bd532598a40af22b610cc98b569117385590f22d30b056b8840ab64 709736 fs-secondary-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
e4b82f5509a89abeb484e03272109c397b26f8b5afa23fc793bf0f1092e2fcf1 457620 input-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
87787daaed73002c327b355ea58c4ab09419fd994e5c40b73d5b12bedc5ded11 61736 ipmi-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
d6dcf3b33c9da55bb8db3b608faa59524062f2fcb84bd536f750fb721d08e19c 9333416 kernel-image-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
9e144f214ece2558b9469b1585b17fbbcc3edf2aeb7373442fd40fe678873ded 245808 linux-buildinfo-5.0.0-1006-oem-osp1_5.0.0-1006.7_amd64.deb
28a6e9e76527c6de9d7b6ca1e149077dd271509c23b19471f1d8ec38fe00c2be 1109788 linux-headers-5.0.0-1006-oem-osp1_5.0.0-1006.7_amd64.deb
9cfc6ae7bc12fab7551470a1789db230b2a1c447bf7c54df59eb08e30f431cfd 836122480 linux-image-unsigned-5.0.0-1006-oem-osp1-dbgsym_5.0.0-1006.7_amd64.ddeb
a3f94da955a00a65edc14fb86b5c8211c8e2502717372bc5837ec2eb803528e7 8373744 linux-image-unsigned-5.0.0-1006-oem-osp1_5.0.0-1006.7_amd64.deb
aef30fcdbabd23c2b41691656dd9091b85e008f250c87a9e536f689f32b06f8a 46827688 linux-modules-5.0.0-1006-oem-osp1_5.0.0-1006.7_amd64.deb
bd9049035475bdda8ba4ed356e318eb2eae054747da5ef8885bd5273f1ed45cc 10693228 linux-oem-osp1-headers-5.0.0-1006_5.0.0-1006.7_all.deb
a793faffa8cd584be519439c2b2a90c103192092ebf578ed89c03c50f4cc2cae 5020424 linux-oem-osp1-tools-5.0.0-1006_5.0.0-1006.7_amd64.deb
422d6b72488f645e084de4b50127850d2ea23f933c5dfe39aed7e8c738bf953d 45048 linux-oem-osp1-tools-host_5.0.0-1006.7_all.deb
31c40c0f1cd2bdd43ab970d1a4faf28113bbf8a276abc6abc6cea47a337be3ca 28090 linux-oem-osp1_5.0.0-1006.7_amd64.buildinfo
8b8c0eef0b154e5c997a9d46409c705944c707f12aaa9f1d0c7a2b482b9de27f 8355182 linux-oem-osp1_5.0.0-1006.7_amd64.tar.gz
c4c19752f0e76699791036b50519f90ddb372269ad32de3575c4249842035f3e 1960 linux-tools-5.0.0-1006-oem-osp1_5.0.0-1006.7_amd64.deb
b6e466eed387dea20afd040a1fccd4bbd897500ef0d6ec013a267c98962941a7 1020 linux-udebs-oem-osp1_5.0.0-1006.7_amd64.udeb
7cf15fabad71ad32b328fbcc55af81fc990d57589c9bb52605de8ef029977809 287704 md-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
72bd84479f2107e91be0d238f03c76dd5c141ffb2a1413e9225246a2762c1b85 202328 message-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
b8a1636450e7616df7f839218b0581db1afbc038997c789cf91d538da9bd06c1 59752 mouse-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
b92130c94da90088bd7be7fb3d4c36b1b1acbdf286fa4bc5b5cf9762e723a01b 18308 multipath-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
6fb07a4c3411e947870e7e0f8542ff54f563452ec7d15435748ff75fcb70d832 575720 nfs-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
a009ba468495ca73b2c974c718354a3656709fe7492938084786bd53aae7598c 4625560 nic-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
9947e7fb241f3aeadd19ee00c699534939a5e6b6829f6f0544e5f5c6330bfab6 143308 nic-pcmcia-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
2510b73be2eba2ef3968c06813f9592ba61f1f6dfa627e9237c21fcc02b0014d 572380 nic-shared-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
5e1135d5c03c213857228e0e1f54d680d7d67376140575333f2b468f6c27265a 317864 nic-usb-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
cae8741a6d67fa95480b0017dd8d1ff3b8b92c560bb43058e09d5c8ea731747d 31476 parport-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
b50f3b0836d21cd4fd8ef456e5efc1f1026260f0898500c148ebd5e293c8970f 122632 pata-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
b89327e22fa37f927f5a8bee83007dbc31387a46ac902965722e121464c44195 64220 pcmcia-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
4b4ae48419c2ef3b44f8cb19fa9c8d92b91505bfde4c81731ca5325959179583 61168 pcmcia-storage-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
a1841f53b18643025ba577b497285c9d764e0ffce90eacdc33459e08443bca4c 8768 plip-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
9eaf688918e9c70fa13d33fe471c75a693c56b2460be06a5c25efdc654861fc2 25100 ppp-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
82a56620f1523566e47f32eef909a2dfa5d5ffb6e3138bfa85bc02381f291733 94456 sata-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
1aaa2471fcd9b9fc0cd2c6586f3e558dbe26e11c898c30c6f0cd3fe93ca17ca3 2649700 scsi-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
1fb0061b42d034c16ac8a710a091bd244c757477d74fcc86393aab6b71cfc7c3 93716 serial-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
8b48c16e7ed05fa58e674bd61c6c7731b9c93c14c39942c36421aa86c47c3029 50696 storage-core-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
0e6046acc64df17641af904fdb05d98d3a78ffc54ab5cd2d35c74a9bded40c3b 140396 usb-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
d8bd12271cfe856dcbe049c88a5819fb52ec6d664a8698f8053ebb58aa3a3af6 109832 virtio-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
aedbe2a89440ede99078e048a75f5ddfe1b4233dab8b7539f57d5895e57beb18 25920 vlan-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
Files:
d30505cf76bf00d4384f6a83aafbc522 363120 debian-installer standard block-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
77678eba23413e4b6c3e27a2aea6c086 329256 debian-installer extra crypto-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
d37dda20d4be926101f5d3e79915715f 4372 debian-installer standard fat-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
c2038e11c3c653660249bdf34eda53cd 13764 debian-installer standard fb-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
c77b224144293638c11d7f3c10417052 64528 debian-installer standard firewire-core-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
63241bdc2c691ffa01ee38e826860900 35064 debian-installer standard floppy-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
92614246f205c8f06c7bdd662cbdd6ae 1304584 debian-installer standard fs-core-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
298d156dae20bc5df06e14c790f5e4d4 709736 debian-installer standard fs-secondary-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
0a7c9a8657ee8f96e698941eb5a05656 457620 debian-installer standard input-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
5d09d20ef843abe0f2accba5a6e78173 61736 debian-installer standard ipmi-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
bd829a38e97aab6aff7842a0ba51d211 9333416 debian-installer optional kernel-image-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
a11340872279079adda1424e53a2a624 245808 kernel optional linux-buildinfo-5.0.0-1006-oem-osp1_5.0.0-1006.7_amd64.deb
181e1c00749bb14127f825bdc71e8e88 1109788 devel optional linux-headers-5.0.0-1006-oem-osp1_5.0.0-1006.7_amd64.deb
ba2082cfeb7ee86d21101326fa225acd 836122480 devel optional linux-image-unsigned-5.0.0-1006-oem-osp1-dbgsym_5.0.0-1006.7_amd64.ddeb
eb22a0d5e19057ef13d52ca8b51c7b92 8373744 kernel optional linux-image-unsigned-5.0.0-1006-oem-osp1_5.0.0-1006.7_amd64.deb
fa5dd2c47ecf2c7c4e9d1946942762fb 46827688 kernel optional linux-modules-5.0.0-1006-oem-osp1_5.0.0-1006.7_amd64.deb
d6525df38dd96e99f406ad2cbe23ea7d 10693228 devel optional linux-oem-osp1-headers-5.0.0-1006_5.0.0-1006.7_all.deb
ebe84e92582a8e24983070ef48660d9e 5020424 devel optional linux-oem-osp1-tools-5.0.0-1006_5.0.0-1006.7_amd64.deb
073cf2ab1779097f050b2fdf356d59bc 45048 kernel optional linux-oem-osp1-tools-host_5.0.0-1006.7_all.deb
5086af80aca151bf9fa1135edd316937 28090 devel optional linux-oem-osp1_5.0.0-1006.7_amd64.buildinfo
905f10d020b1152e934db91cfbd90732 8355182 raw-signing - linux-oem-osp1_5.0.0-1006.7_amd64.tar.gz
ed28e6bd327bc3c817276cceadb8aace 1960 devel optional linux-tools-5.0.0-1006-oem-osp1_5.0.0-1006.7_amd64.deb
0ccd72faa4cf2c7414b2e48a2467b86d 1020 debian-installer optional linux-udebs-oem-osp1_5.0.0-1006.7_amd64.udeb
1bf10968c8b5a2a079736b766e2490d0 287704 debian-installer standard md-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
fb3ec118455b8ad9c0539d35ebec0b10 202328 debian-installer standard message-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
e8666d14fd04b307c38c936e8d0a4469 59752 debian-installer extra mouse-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
0bcb9368354069e5bda2d6229c6373a6 18308 debian-installer extra multipath-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
47eb115a1cc9035540021b3f33ac6178 575720 debian-installer standard nfs-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
99c6b90f3e2fc7f6c19478af0920e43e 4625560 debian-installer standard nic-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
2fb45b0c865c69c00f31a83a0d9f55e9 143308 debian-installer standard nic-pcmcia-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
9ba334e9a9e1fd34ddb786307a3439e8 572380 debian-installer standard nic-shared-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
baa649f3adb9e72363c752e1e0102bf1 317864 debian-installer standard nic-usb-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
f4c47ad0d9094e627ebe063fb756b376 31476 debian-installer standard parport-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
5d9aabcf02f1fb69a8135fb4f7bb4aa9 122632 debian-installer standard pata-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
39208d299c8021eda28033e2f3c5ca90 64220 debian-installer standard pcmcia-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
bf4b4e6639ec7f6037fa687597563666 61168 debian-installer standard pcmcia-storage-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
28f50741939247d6569c49b7fa47860c 8768 debian-installer standard plip-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
225ab1738b21d5b317d951c16709df58 25100 debian-installer standard ppp-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
5b09d8dfb6950567e0810d1bb8d4e2dc 94456 debian-installer standard sata-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
0188c6b78831b97aafa1f7dd9a97fbf3 2649700 debian-installer standard scsi-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
a0b0f957338b502fc07681492ec6a872 93716 debian-installer standard serial-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
0a5c7aec2e49df4afc812c69dd68cbb3 50696 debian-installer standard storage-core-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
cace2a7b20e02cd72cc286ac168622e8 140396 debian-installer standard usb-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
3d7d3f99a05a08a4d1975a4259012057 109832 debian-installer standard virtio-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
72585bf17eb4bee2f17bb41022435685 25920 debian-installer extra vlan-modules-5.0.0-1006-oem-osp1-di_5.0.0-1006.7_amd64.udeb
Package-Type: udeb
More information about the Cosmic-changes
mailing list