tas.c (cf40a76e7d5874bb25f4404eecc58a2e033af885) tas.c (d6869352cb3c3cf3450637a52349e2e87c1354aa)
1// SPDX-License-Identifier: GPL-2.0-only
1/*
2 * Apple Onboard Audio driver for tas codec
3 *
4 * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
5 *
2/*
3 * Apple Onboard Audio driver for tas codec
4 *
5 * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
6 *
6 * GPL v2, can be found in COPYING.
7 *
8 * Open questions:
9 * - How to distinguish between 3004 and versions?
10 *
11 * FIXMEs:
12 * - This codec driver doesn't honour the 'connected'
13 * property of the aoa_codec struct, hence if
14 * it is used in machines where not everything is
15 * connected it will display wrong mixer elements.

--- 933 unchanged lines hidden ---
7 * Open questions:
8 * - How to distinguish between 3004 and versions?
9 *
10 * FIXMEs:
11 * - This codec driver doesn't honour the 'connected'
12 * property of the aoa_codec struct, hence if
13 * it is used in machines where not everything is
14 * connected it will display wrong mixer elements.

--- 933 unchanged lines hidden ---