summaryrefslogtreecommitdiffstats
path: root/net/lapb/lapb_timer.c
diff options
context:
space:
mode:
authorDaniel Mack <daniel@caiaq.de>2009-06-10 21:32:01 +0200
committerTakashi Iwai <tiwai@suse.de>2009-06-11 03:02:31 +0200
commit955f2d966534803ec32411086a1698170f17f962 (patch)
tree77e7f1821abff1d27bf589ffcca5bf5f875093b8 /net/lapb/lapb_timer.c
parentc6e24d4db824d277303201811e88626778c59999 (diff)
downloadkernel-crypto-955f2d966534803ec32411086a1698170f17f962.tar.gz
kernel-crypto-955f2d966534803ec32411086a1698170f17f962.tar.xz
kernel-crypto-955f2d966534803ec32411086a1698170f17f962.zip
ALSA: snd_usb_caiaq: set mixername
alsamixer and friends want the mixername to be set. Even though the driver does not exports a real mixer device, export the name doesn't harm. Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions
6 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
/*
 *  debugfs.h - a tiny little debug file system
 *
 *  Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com>
 *  Copyright (C) 2004 IBM Inc.
 *
 *	This program is free software; you can redistribute it and/or
 *	modify it under the terms of the GNU General Public License version
 *	2 as published by the Free Software Foundation.
 *
 *  debugfs is for people to use instead of /proc or /sys.
 *  See Documentation/DocBook/kernel-api for more details.
 */

#ifndef _DEBUGFS_H_
#define _DEBUGFS_H_

#include <linux/fs.h>