Linux Audio

Check our new training course

Loading...
v6.13.7
 1// SPDX-License-Identifier: GPL-2.0-only
 2/*
 3 * Copyright (C) 2012 Samsung Electronics.
 4 * Kyungmin Park <kyungmin.park@samsung.com>
 5 * Tomasz Figa <t.figa@samsung.com>
 
 
 
 
 6 */
 7
 8#include <linux/kernel.h>
 9#include <linux/suspend.h>
10
11#include <asm/firmware.h>
12
13static const struct firmware_ops default_firmware_ops;
14
15const struct firmware_ops *firmware_ops = &default_firmware_ops;
v3.15
 
 1/*
 2 * Copyright (C) 2012 Samsung Electronics.
 3 * Kyungmin Park <kyungmin.park@samsung.com>
 4 * Tomasz Figa <t.figa@samsung.com>
 5 *
 6 * This program is free software; you can redistribute it and/or modify
 7 * it under the terms of the GNU General Public License version 2 as
 8 * published by the Free Software Foundation.
 9 */
10
11#include <linux/kernel.h>
12#include <linux/suspend.h>
13
14#include <asm/firmware.h>
15
16static const struct firmware_ops default_firmware_ops;
17
18const struct firmware_ops *firmware_ops = &default_firmware_ops;