layout.c (2a267e7c41aa88215de2b542de797d03d16ecdfd) layout.c (d6869352cb3c3cf3450637a52349e2e87c1354aa)
1// SPDX-License-Identifier: GPL-2.0-only
1/*
2 * Apple Onboard Audio driver -- layout/machine id fabric
3 *
4 * Copyright 2006-2008 Johannes Berg <johannes@sipsolutions.net>
5 *
2/*
3 * Apple Onboard Audio driver -- layout/machine id fabric
4 *
5 * Copyright 2006-2008 Johannes Berg <johannes@sipsolutions.net>
6 *
6 * GPL v2, can be found in COPYING.
7 *
8 *
9 * This fabric module looks for sound codecs based on the
10 * layout-id or device-id property in the device tree.
11 */
12#include <asm/prom.h>
13#include <linux/list.h>
14#include <linux/module.h>
15#include <linux/slab.h>
16#include "../aoa.h"

--- 1166 unchanged lines hidden ---
7 * This fabric module looks for sound codecs based on the
8 * layout-id or device-id property in the device tree.
9 */
10#include <asm/prom.h>
11#include <linux/list.h>
12#include <linux/module.h>
13#include <linux/slab.h>
14#include "../aoa.h"

--- 1166 unchanged lines hidden ---