History log of /sound/pci/pcxhr/pcxhr_mixer.c
Revision Date Author Comments
55aef4508598d59c2baea7e2a3e6dfed415bbfc0 23-Jan-2009 Markus Bollinger <bollinger@digigram.com> ALSA: pcxhr - add support for gpio ports and minor bug fix

- add support for gpio ports (2 GPI, 2 GPO) of pcxhr stereo cards
- minor bugfixes : allow setting clock to internal by the mixer
even if there is no stream (but monitoring)

Signed-off-by: Markus Bollinger <bollinger@digigram.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
c0193f39f43c79bde6c1c5804f5315f3983152b5 25-Nov-2008 Markus Bollinger <bollinger@digigram.com> ALSA: pcxhr - add support for pcxhr stereo sound cards (mixer part)

- add support for pcxhr stereo cards mixer controls
- adjust tlv db scales to real dBu values
- fix bug with monitoring volume control pcxhr_monitor_vol_put
- do some cleanup

Signed-off-by: Markus Bollinger <bollinger@digigram.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
9004acc70e8c49c50c4c7b652f906f1e0ed5709d 08-Jan-2008 Takashi Iwai <tiwai@suse.de> [ALSA] Remove sound/driver.h

This header file exists only for some hacks to adapt alsa-driver
tree. It's useless for building in the kernel. Let's move a few
lines in it to sound/core.h and remove it.
With this patch, sound/driver.h isn't removed but has just a single
compile warning to include it. This should be really killed in
future.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
4e98d6a7ce934b19bffb309f2522b22384355fef 15-Nov-2007 Takashi Iwai <tiwai@suse.de> [ALSA] pci - check value range in ctl callbacks

Check the value ranges in ctl put callbacks properly in the rest of
PCI drivers.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
e6382cf8b0c34be26e667d45911fa827aea8df5c 10-Oct-2007 Takashi Iwai <tiwai@suse.de> [ALSA] pcxhr - Fix dB level information

Some dB level information is wrong in pcxhr driver according to the
datasheet. Fixed now.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
a5ce88909d3007caa7b65996a8f6784350beb2a6 23-Jul-2007 Takashi Iwai <tiwai@suse.de> [ALSA] Clean up with common snd_ctl_boolean_*_info callbacks

Clean up codes using the new common snd_ctl_boolean_*_info() callbacks.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
0cb29ea0d449d7c0ecc9649a08ab63476389701d 29-Jan-2007 Takashi Iwai <tiwai@suse.de> [ALSA] Add even more 'const' to everything related to TLV

Mark TLV data as 'const'
Signed-of-by: Philipp Matthias Hahn <pmhahn@pmhahn.de>

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
c6ff77f71fe692fa48fe02dbfe74a01f3d5e55e2 23-Aug-2006 Takashi Iwai <tiwai@suse.de> [ALSA] Add dB scale information to pcxhr driver

Added the dB scale information to pcxhr driver.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
62932df8fb20ba2fb53a95fa52445eba22e821fe 16-Jan-2006 Ingo Molnar <mingo@elte.hu> [ALSA] semaphore -> mutex (PCI part)

Semaphore to mutex conversion.

The conversion was generated via scripts, and the result was validated
automatically via a script as well.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
e12229b4d2b7863b1baaeca759aa87703bf9fdf8 06-Dec-2005 Markus Bollinger <bollinger@digigram.com> [ALSA] Add PCXHR driver

Modules: Documentation,PCI drivers,Digigram PCXHR driver

Add Digigram PCXHR driver.

Signed-off-by: Takashi Iwai <tiwai@suse.de>