quirks.c (767d75ad1c08c31646498a13837a5c59db90ccad) | quirks.c (7b1eda223debcba706ab989a09c4eecb327aebdf) |
---|---|
1/* 2 * This program is free software; you can redistribute it and/or modify 3 * it under the terms of the GNU General Public License as published by 4 * the Free Software Foundation; either version 2 of the License, or 5 * (at your option) any later version. 6 * 7 * This program is distributed in the hope that it will be useful, 8 * but WITHOUT ANY WARRANTY; without even the implied warranty of --- 11 unchanged lines hidden (view full) --- 20 21#include <sound/core.h> 22#include <sound/info.h> 23#include <sound/pcm.h> 24 25#include "usbaudio.h" 26#include "card.h" 27#include "usbmixer.h" | 1/* 2 * This program is free software; you can redistribute it and/or modify 3 * it under the terms of the GNU General Public License as published by 4 * the Free Software Foundation; either version 2 of the License, or 5 * (at your option) any later version. 6 * 7 * This program is distributed in the hope that it will be useful, 8 * but WITHOUT ANY WARRANTY; without even the implied warranty of --- 11 unchanged lines hidden (view full) --- 20 21#include <sound/core.h> 22#include <sound/info.h> 23#include <sound/pcm.h> 24 25#include "usbaudio.h" 26#include "card.h" 27#include "usbmixer.h" |
28#include "mixer_quirks.h" |
|
28#include "midi.h" 29#include "quirks.h" 30#include "helper.h" 31#include "endpoint.h" 32#include "pcm.h" 33 34/* 35 * handle the quirks for the contained interfaces --- 557 unchanged lines hidden --- | 29#include "midi.h" 30#include "quirks.h" 31#include "helper.h" 32#include "endpoint.h" 33#include "pcm.h" 34 35/* 36 * handle the quirks for the contained interfaces --- 557 unchanged lines hidden --- |