0cae90a9 | 29-Sep-2014 |
Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
ALSA: ctxfi: pr_* replaced with dev_*
pr_* macros replaced with dev_* as they are more preffered over pr_*. each file which had pr_* was reviewed manually and replaced with dev_*. here we have actua
ALSA: ctxfi: pr_* replaced with dev_*
pr_* macros replaced with dev_* as they are more preffered over pr_*. each file which had pr_* was reviewed manually and replaced with dev_*. here we have actually used the various snd_card which was added to some structures of ctxfi via a previous patch of this series.
in the ctvmem.c file we have passed a reference of ct_atc as an argument to get_vm_block function so that it can be used from dev_*.
since dev_* will print the device information , so the prefix of "ctxfi" from the various pr_* were also removed.
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
show more ...
|
a45c4d51 | 29-Sep-2014 |
Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
ALSA: ctxfi: ctatc: added reference to snd_card
added reference of the card in the convert_format function so that we can know which card has called the function. this reference of the snd_card will
ALSA: ctxfi: ctatc: added reference to snd_card
added reference of the card in the convert_format function so that we can know which card has called the function. this reference of the snd_card will actually be used in a later patch to convert the pr_* macro to dev_*.
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
show more ...
|
e5347f9a | 29-Sep-2014 |
Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
ALSA: ctxfi: initialized snd_card
initialized the reference of snd_card which was added to the various structures through the previous patch of the series. these references of snd_card will be used
ALSA: ctxfi: initialized snd_card
initialized the reference of snd_card which was added to the various structures through the previous patch of the series. these references of snd_card will be used in a later patch to convert the pr_* macros to dev_*
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
show more ...
|
3d0fdc86 | 29-Sep-2014 |
Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
ALSA: ctxfi: added reference of snd_card
added a pointer of snd_card in some of the structures to get a reference of the card from other functions. these references of snd_card will be initialised i
ALSA: ctxfi: added reference of snd_card
added a pointer of snd_card in some of the structures to get a reference of the card from other functions. these references of snd_card will be initialised in the next patch of this series and as of now these snd_card will be used to print the the device information when we convert the pr_* macros to dev_* in a later patch of this series.
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
show more ...
|
b6bfe86f | 29-Sep-2014 |
Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
ALSA: ctxfi: removed typecast to (struct hw *)
the previous patch of the series has converted the void * to struct hw * . Now this patch removes the typecasting to (struct hw *) which is not needed
ALSA: ctxfi: removed typecast to (struct hw *)
the previous patch of the series has converted the void * to struct hw * . Now this patch removes the typecasting to (struct hw *) which is not needed any more.
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
show more ...
|
66640898 | 29-Sep-2014 |
Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
ALSA: ctxfi: changed void * to struct hw *
in the code we have void *hw and while using we are always typecasting it to (struct hw *). it is better to use void type of pointer when we store differen
ALSA: ctxfi: changed void * to struct hw *
in the code we have void *hw and while using we are always typecasting it to (struct hw *). it is better to use void type of pointer when we store different types of pointer , but in this code we are only having struct hw. So changed all the relevant reference of void *hw to struct hw *hw, without any modification of the existing code logic. the next patch of the series will remove the typecasting which is not required now.
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
show more ...
|
62afa853 | 26-Aug-2014 |
Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
ALSA: ctxfi: fix broken user-visible string
as broken user-visible strings breaks the ability to grep for them , so this patch fixes the broken user-visible strings
Signed-off-by: Sudip Mukherjee <
ALSA: ctxfi: fix broken user-visible string
as broken user-visible strings breaks the ability to grep for them , so this patch fixes the broken user-visible strings
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
show more ...
|
e720b820 | 26-Aug-2014 |
Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
ALSA: ctxfi: prink replacement
as pr_* macros are more preffered over printk, so printk replaced with corresponding pr_err and pr_alert this patch will generate a warning from checkpatch for an unne
ALSA: ctxfi: prink replacement
as pr_* macros are more preffered over printk, so printk replaced with corresponding pr_err and pr_alert this patch will generate a warning from checkpatch for an unnecessary space before new line and has not been fixed as this patch is only for printk replacement.
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
show more ...
|
7b31d009 | 12-Sep-2012 |
Takashi Iwai <tiwai@suse.de> |
ALSA: Define more channel map positions
For following the standard, define more channel map positions and shuffle the items a bit:
- As both PulseAudio and gstreamer define MONO channel position
ALSA: Define more channel map positions
For following the standard, define more channel map positions and shuffle the items a bit:
- As both PulseAudio and gstreamer define MONO channel position explicitly, we should follow that, too. The mono streams point to this channel position unless they are explicitly assigned to certain channel positions.
- Top-front-* and Top-rear-* positions are added, carried from PulseAudio's definitions.
- Move NA and MONO definitions at the top of table right after UNKNOWN, since these are more abstract in comparison with other practical positions.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
show more ...
|