Revision 9c0afc861a7228f718cb6a79fa7f9d46bf9ff300 authored by Takashi Iwai on 12 January 2010, 13:00:11 UTC, committed by Takashi Iwai on 12 January 2010, 13:02:13 UTC
The capture source or input source mixer element wasn't created properly
for ALC861-VD codec due to the wrong NID passed to
alc_auto_create_input_ctls().

References: Novell bnc#568305
	http://bugzilla.novell.com/show_bug.cgi?id=568305

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Cc: <stable@kernel.org>
1 parent 74d2e4f
Raw File
loop.h
#ifndef _RDS_LOOP_H
#define _RDS_LOOP_H

/* loop.c */
extern struct rds_transport rds_loop_transport;

void rds_loop_exit(void);

#endif
back to top